diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..d2bc9c5092 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,24 @@ + + + +## Detailed Description + + + +## To Reproduce + + + +## Your Environment + +* Version of Parsons used (if you know): +* Environment name and version (e.g. Chrome 39, node.js 5.4): +* Operating System and version (desktop or mobile): + + +## Additional Context +Add any other context about the problem here. + + +## Priority +Please indicate whether fixing this bug is high, medium, or low priority for you. If the issue is time-sensitive for you, please let us know when you need it addressed by. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/proposed-feature-addition.md b/.github/ISSUE_TEMPLATE/proposed-feature-addition.md new file mode 100644 index 0000000000..d9ab70429b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/proposed-feature-addition.md @@ -0,0 +1,18 @@ + + + +## Detailed Description + + + +## Context + + + + +## Possible Implementation + + + +## Priority + \ No newline at end of file