Skip to content

Implement markdown-based ideas structure for GitHub Projects integration#1

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/create-markdown-ideas
Draft

Implement markdown-based ideas structure for GitHub Projects integration#1
Copilot wants to merge 2 commits intomainfrom
copilot/create-markdown-ideas

Conversation

Copy link

Copilot AI commented Jan 18, 2026

Convert ideas from JSON to individual markdown files for GitHub Projects linking.

Structure

  • ideas/ directory contains standalone markdown files per idea
  • Naming: idea-XXX-descriptive-name.md
  • Format: emoji header, status badge, description, requirements list

Files Added

  • ideas/idea-003-mosque-database.md - Prayer times and Khutbah API (from spec)
  • ideas/idea-002-quran-study-platform.md - Study and memorization platform
  • ideas/idea-001-halal-food-finder.md - Halal restaurant finder
  • ideas/README.md - Template and contribution guide
  • Updated root README.md - Index and GitHub Projects integration instructions

Example Format

# 🗄️ Mosque Database

**Status:** `ideating`

## Description
Database of every mosque, their prayer times, Khutbah information as open API.

## Requirements
- Comprehensive mosque information database
- Prayer times integration
- Open API for public access

Each idea can now be referenced in GitHub Project issues and tracked independently.

Original prompt

make this markdown with differetn ideas in markdown files. Will be using this to link gihtub proejcts iwth to sohow different ideas. Example of ideas

{
"id": "3",
"title": "Mosque Database",
"description": "Database of every mosque, their prayer times, Khutbah information as open API.",
"status": "ideating",
"emoji": "🗄️",
"requirements": [


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: codingshot <45281667+codingshot@users.noreply.github.com>
Copilot AI changed the title [WIP] Add markdown files for project ideas Implement markdown-based ideas structure for GitHub Projects integration Jan 18, 2026
Copilot AI requested a review from codingshot January 18, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants