-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve issue and metadata templates
- Loading branch information
Showing
5 changed files
with
79 additions
and
9 deletions.
There are no files selected for viewing
11 changes: 5 additions & 6 deletions
11
.github/ISSUE_TEMPLATE/feature_request.yaml → .github/ISSUE_TEMPLATE/add_new_metadata.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
name: ➕ Feature request | ||
description: Suggest an idea for this project | ||
name: 📝 Add new metadata | ||
description: Describe the stations new metadata | ||
title: "[FEATURE] <title>" | ||
labels: [enhancement, triage] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What types of data would you like to add ? | ||
description: A clear and concise description of the type of data. | ||
label: Describe the stations metadata you would like to add ! | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context. | ||
description: Add any other context or information about the feature request here. | ||
description: Add any other context or information about the data you would like to contribute. | ||
validations: | ||
required: false | ||
required: false |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: ➕ Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
description: What is your feature request ? | ||
title: "[FEATURE] <title>" | ||
labels: [enhancement, triage] | ||
assignees: ghiggi | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. Please explain why and how it helps your users. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: ⚠️ Report metadata errors | ||
description: Describe the stations metadata which contain errors | ||
title: "[FEATURE] <title>" | ||
labels: [enhancement, triage] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the stations metadata which contain erroneous information ! | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context. | ||
description: Add any other context or information about the concerned stations. | ||
validations: | ||
required: false |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: 📝 Update existing metadata | ||
description: Describe the stations metadata which require an update ! | ||
title: "[FEATURE] <title>" | ||
labels: [enhancement, triage] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the stations metadata you would like to update ! | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context. | ||
description: Add any other context or information about the concerned stations. | ||
validations: | ||
required: false |
This file contains 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