Skip to content

Commit

Permalink
Issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jul 31, 2024
1 parent 93324de commit 30d4d1d
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug.yml
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>
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/2_feature_request.yml
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

0 comments on commit 30d4d1d

Please sign in to comment.