diff --git a/.github/ISSUE_TEMPLATE/1_bug.yml b/.github/ISSUE_TEMPLATE/1_bug.yml new file mode 100644 index 0000000..47f1497 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_bug.yml @@ -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: | +
+ Screenshots demonstration + + [Upload media here] + +
\ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2_feature_request.yml b/.github/ISSUE_TEMPLATE/2_feature_request.yml new file mode 100644 index 0000000..9b3c397 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_feature_request.yml @@ -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 \ No newline at end of file