From f308efd38f384fb1cc3075ef3bcf6ab0c17f68ec Mon Sep 17 00:00:00 2001 From: Jaap Eldering Date: Sun, 22 Sep 2024 07:13:28 +0200 Subject: [PATCH 1/3] Update issue templates to clarify/improve intended usage Make boilerplate text comments, so they are automatically removed on submitting. --- .github/ISSUE_TEMPLATE/bug_report.md | 42 +++++++++++++++-------- .github/ISSUE_TEMPLATE/feature_request.md | 27 ++++++++++----- 2 files changed, 47 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e4c32e95d9..c65cb8852d 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..1916bc5cce 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. + From 8f424008b5020e0ef5fb32e5fce48415f8040701 Mon Sep 17 00:00:00 2001 From: Jaap Eldering Date: Sun, 22 Sep 2024 20:08:09 +0200 Subject: [PATCH 2/3] Update wording of feature request template a bit --- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1916bc5cce..cc8e860599 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -31,12 +31,12 @@ Please elaborate on the (larger, higher level) goal you want to achieve with thi ### Expected behaviour ### Any other information that you want to share? From 3be3d39fab66818f01aded742fc0a83d725215a8 Mon Sep 17 00:00:00 2001 From: Jaap Eldering Date: Thu, 26 Sep 2024 00:26:42 +0200 Subject: [PATCH 3/3] Use "write here" instead of "replace this" for commented text --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++----- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c65cb8852d..bc71a8ce62 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ assignees: '' --- ### Your environment @@ -29,7 +29,7 @@ Include details about your installation here. ### Steps to reproduce ### Actual behaviour ### Any other information that you want to share? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index cc8e860599..3d4c698cb1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,7 +8,7 @@ assignees: '' --- ### The goal you want to achieve @@ -30,7 +30,7 @@ Please elaborate on the (larger, higher level) goal you want to achieve with thi ### Expected behaviour