diff --git a/.github/ISSUE_TEMPLATE/enhancement template.md b/.github/ISSUE_TEMPLATE/enhancement template.md new file mode 100644 index 00000000..108425b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement template.md @@ -0,0 +1,25 @@ +# New Enhancement Request + +Describe your enhancement + + + + + + + What does your enhancement do? + + Upload Screenshot of your enhancement + + ### Please show us where to look + Paste in a full URL, starting with: + ### Problem it can solve + + what problem could this enhancement solve? + + Your help makes Public Lab better! We *deeply* appreciate your helping refine and improve this site. + +To learn how to write really great issues, which increases the chances they'll be resolved, see: + +https://publiclab.org/wiki/developers#Contributing+for+non-coders +### Thank you :) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature request.md b/.github/ISSUE_TEMPLATE/feature request.md new file mode 100644 index 00000000..91286b29 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature request.md @@ -0,0 +1,22 @@ +# New Feature Request + +Describe your feature + + + + + + + What does your feature do? + + Upload Screenshot of your implementation/feature + + ### Please show us where to look + Paste in a full URL, starting with: + ### Problem it can solve + Your help makes Public Lab better! We *deeply* appreciate your helping refine and improve this site. + +To learn how to write really great issues, which increases the chances they'll be resolved, see: + +https://publiclab.org/wiki/developers#Contributing+for+non-coders +### Thank you :) \ No newline at end of file