Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/community-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Community project submission
description: Share a tutorial, blog post, tool, or project built with Overture data for the Community page.
projects: ["OvertureMaps/84"]
body:
- type: input
id: title
attributes:
label: Title
description: Name of the project, article, or tool.
placeholder: "Enrich Your Dataset With GERS and Create a Tile Server"
validations:
required: true
- type: input
id: url
attributes:
label: URL
description: Link to the project, article, or repo.
placeholder: "https://example.com/my-overture-project"
validations:
required: true
- type: input
id: creator
attributes:
label: Creator
description: Who made this? Include an affiliation if relevant.
placeholder: "Jane Doe, Example Corp"
validations:
required: true
- type: input
id: creatorUrl
attributes:
label: Creator URL
description: Optional link to the creator's site, GitHub, or LinkedIn profile.
Comment thread
lowlydba marked this conversation as resolved.
placeholder: "https://github.com/janedoe"
validations:
required: false
- type: input
id: release
attributes:
label: Release date
description: Month and year the project or article was published.
placeholder: "August 2025"
validations:
required: true
- type: input
id: tags
attributes:
label: Tags
description: >-
Comma-separated, lowercase, single-word tags describing the project (e.g. theme, language, or format).
These map directly to the `tags` array in `community-projects.json`.
placeholder: "python, buildings, tutorial"
validations:
required: true
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

This repository uses [Docusaurus](https://docusaurus.io/) to publish the documentation pages seen at [docs.overturemaps.org](https://docs.overturemaps.org)

<p align="center">
<a href="../../issues/new?template=community-project.yaml">
<img src="https://img.shields.io/badge/-%2B_Submit_a_community_project-4051CC?style=for-the-badge" alt="Submit a community project" height="60" />
</a>
</p>

## Structure

- `blog/`: Entries for the Overture engineering blog available at docs.overturemaps.org/blog
Expand Down