-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
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,39 @@ | ||
name: Report a bug | ||
description: You found a bug. | ||
labels: | ||
- bug | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: Please tell us exactly how to reproduce the problem you are running into. | ||
placeholder: | | ||
1. ... | ||
2. ... | ||
3. ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: Please tell us what is expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Actual behavior | ||
description: Please tell us what is actually happening. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshots | ||
description: | | ||
Upload any screenshots of the bug if applicable. | ||
value: | | ||
<details open> | ||
<summary>Screenshots demonstration</summary> | ||
[Upload media here] | ||
</details> |
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,21 @@ | ||
name: Feature request | ||
description: Suggest a new idea | ||
labels: | ||
- feature | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Use case | ||
description: | | ||
Please tell us the problem you are running into that led to you wanting a new feature. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposal | ||
description: | | ||
Briefly but precisely describe what you would like National Boundaries to be able to do. | ||
Consider attaching something showing what you are imagining such as images or URLs from other base maps. | ||
validations: | ||
required: true |