[FEATURE] Add community project submission template and README CTA - #485
Merged
John McCall (lowlydba) merged 6 commits intoSep 11, 2026
Merged
Conversation
Link a new issue form (community-project.yaml) collecting the fields community-projects.json needs, and add a centered call-to-action button above the fold in the README so it's the first thing a visitor sees. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: John McCall <john@overturemaps.org>
Signed-off-by: John McCall <john@overturemaps.org>
Signed-off-by: John McCall <john@overturemaps.org>
John McCall (lowlydba)
marked this pull request as ready for review
August 14, 2026 17:05
John McCall (lowlydba)
temporarily deployed
to
staging
August 14, 2026 17:05 — with
GitHub Actions
Inactive
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
🗺️ Overture Docs preview is live!
Note ♻️ This preview updates automatically with each push to this PR. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a guided submission path for adding community projects by adding a dedicated GitHub issue form and surfacing a prominent README call-to-action that links to it, aligning with Issue #484’s request to reduce friction for submissions.
Changes:
- Added a new GitHub issue form template for community project submissions with fields corresponding to
community/community-projects.json. - Added a centered “Submit a community project” CTA button near the top of
README.mdlinking to the new template.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Adds a centered CTA button linking to the community project submission issue form. |
| .github/ISSUE_TEMPLATE/community-project.yaml | Adds a new issue form to collect community project details for later entry into community-projects.json. |
Suppressed comments (1)
.github/ISSUE_TEMPLATE/community-project.yaml:50
community/community-projects.jsonstorestagsas a JSON array of strings, but the form currently asks for a comma-separated string. This increases the chance of inconsistent formatting (spaces, casing) and requires extra conversion when copying into the JSON file.
- type: input
id: tags
attributes:
label: Tags
description: Comma-separated tags describing the project (e.g. theme, language, or format).
placeholder: "python, buildings, tutorial"
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
…rl id Signed-off-by: John McCall <john@overturemaps.org>
John McCall (lowlydba)
temporarily deployed
to
staging
August 14, 2026 17:19 — with
GitHub Actions
Inactive
Alex Iannicelli (atiannicelli)
approved these changes
Sep 11, 2026
John McCall (lowlydba)
deleted the
lowlydba-community-submission-issue-form
branch
September 11, 2026 15:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Submitting a community project meant opening a blank issue or PR and hand-editing
community/community-projects.json. There was no guided path.Adds
.github/ISSUE_TEMPLATE/community-project.yaml, an issue form with fields matching thecommunity-projects.jsonentry schema:title,url,creator,creatorUrl(optional),release, andtags.Adds a centered call-to-action button above the fold in the README linking to the new template, styled with the OMF brand blue (
#4051CC).Fixes #484