From 99b142c2f78e3fffdc35c8e95be94442d118f5ac Mon Sep 17 00:00:00 2001 From: Ed Kolis Date: Sun, 20 Oct 2024 13:51:45 -0400 Subject: [PATCH] Update github issue templates, add related issues section --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ .github/ISSUE_TEMPLATE/task.md | 6 ++++-- .github/ISSUE_TEMPLATE/technical-debt.md | 3 +++ 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8f688487a..50066eb0d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,5 +25,8 @@ A clear and concise description of what actually happened. **Screenshots** If applicable, add screenshots to help explain your problem. +**Related issues** +Any other issues that are related to this one, link them here. + **Additional context** Add any other context about the problem here. Maybe upload appropriate savegame files? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8be2b740e..91a06fcd1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -21,3 +21,6 @@ Please attach any screenshots of current behavior and mockups of desired behavio **Things to consider** What questions need to be addressed in order to implement this feature request? + +**Related issues** +Any other issues that are related to this one, link them here. diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md index cbc55b68a..d760b8f4b 100644 --- a/.github/ISSUE_TEMPLATE/task.md +++ b/.github/ISSUE_TEMPLATE/task.md @@ -1,7 +1,7 @@ --- name: Task about: Something needs to be implemented for this game to be feature complete as compared - to SE4. + to SE4 or just functionally complete in general. title: '' labels: task assignees: '' @@ -9,5 +9,7 @@ assignees: '' --- **What needs to be done?** - Describe what needs to be done here. + +**Related issues** +Any other issues that are related to this one, link them here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/technical-debt.md b/.github/ISSUE_TEMPLATE/technical-debt.md index ca60c822b..f48e08cc2 100644 --- a/.github/ISSUE_TEMPLATE/technical-debt.md +++ b/.github/ISSUE_TEMPLATE/technical-debt.md @@ -12,3 +12,6 @@ assignees: '' **How will this benefit us?** **What potential drawbacks are there to making this change?** + +**Related issues** +Any other issues that are related to this one, link them here. \ No newline at end of file