diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e4c32e95d9..bc71a8ce62 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,32 +7,46 @@ assignees: '' --- -NOTE: If this is a _discussion starter_, you need any _installation help_ or have a _question_ on how to accomplish something, + ### Description of the problem -> Replace this line with a short description. + ### Your environment -> Include details about your installation here. -> - DOMjudge version (e.g. 7.0.0 or a github commit hash) -> - Operating system / Linux distribution and version (e.g. Ubuntu 18.04) -> - Webserver (e.g. Apache or nginx) + ### Steps to reproduce -> Replace this with a description how we can reproduce your bug. -> - Step 1 -> - Step 2 -> - Step 3 + ### Expected behaviour -> Replace this line with what you would expect to happen. + ### Actual behaviour -> Replace this line with what happens instead. + ### Any other information that you want to share? -> Please include webserver, symfony and judgedaemon log snippets here as appropriate. -> Screenshots may help in case of UI bugs. + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1d344e9c05..3d4c698cb1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,7 +7,8 @@ assignees: '' --- -NOTE: If this is a _discussion starter_, you need any _installation help_ or have a _question_ on how to accomplish something, + ### Description of the enhancement request -> Replace this line with a short description. + ### The goal you want to achieve -> Please elaborate on the (larger, higher level) goal you want to achieve with this enhancement, so we have a good understanding what this feature would be useful for and how it fits in DOMjudge as a whole. + ### Expected behaviour -> Replace this line with what you would expect to happen. -> Please describe the workflow how you want this feature to work with expected start URL -> - Step 1 -> - Step 2 + + ### Any other information that you want to share? -> Screenshots may help in case of UI enhancements with annotated drawings. +