From b35852a07311ec9bfc97c64efa598885e8257359 Mon Sep 17 00:00:00 2001 From: Unnati <69121168+unnati914@users.noreply.github.com> Date: Thu, 1 Jul 2021 21:12:48 +0530 Subject: [PATCH] added issue templates (#1916) * added issue templates * added issue templates * Delete enhancement template.md * Delete issue template.md Co-authored-by: Jeffrey Warren --- .../ISSUE_TEMPLATE/enhancement template.md | 25 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature request.md | 22 ++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/enhancement template.md create mode 100644 .github/ISSUE_TEMPLATE/feature request.md 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