From 8b6e01d591d7d52843c0a5d4f806f2bb434a75fc Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Mon, 16 Dec 2024 22:28:52 +0300 Subject: [PATCH] imp - Made issue templates a bit better --- We've added some of the changes that are to be made to the issue templates. --- Type: imp Breaking: False Doc Required: False Backport Required: False Part: 1/1 --- .github/ISSUE_TEMPLATE/ask-a-question.md | 2 +- .github/ISSUE_TEMPLATE/report-an-issue.md | 10 +++++++--- .github/ISSUE_TEMPLATE/request-a-feature.md | 9 +++++++-- .github/issue_template.md | 21 --------------------- 4 files changed, 15 insertions(+), 27 deletions(-) delete mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md index e69df3d..b665ff9 100644 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -1,6 +1,6 @@ --- name: Ask a question -about: Ask us anything about KS. +about: Ask us anything about this project. title: "[Q&A] [FeatureName] - [Question]" labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/report-an-issue.md b/.github/ISSUE_TEMPLATE/report-an-issue.md index a1f3a3b..6af276e 100644 --- a/.github/ISSUE_TEMPLATE/report-an-issue.md +++ b/.github/ISSUE_TEMPLATE/report-an-issue.md @@ -1,7 +1,7 @@ --- name: Report an issue about: Thank you for reporting a bug to us. -title: "[BUG] [featureName] - [issue]" +title: "[BUG] [FeatureName] - [Issue]" labels: '' assignees: '' @@ -26,5 +26,9 @@ assignees: '' 1. Observe a happening instead of z ### Version - -Version `0.0.0 0000000000000000000000000000000000000000 main` + +| Key | Value +|:-----------------|:------ +| Project version | `0.0.0 0000000000000000000000000000000000000000 main` +| Operating system | Windows XX build XXXXX.XXXX +| .NET version | .NET X.X / .NET Framework X.X / Mono X.X diff --git a/.github/ISSUE_TEMPLATE/request-a-feature.md b/.github/ISSUE_TEMPLATE/request-a-feature.md index 7b1cfc2..3ffbe86 100644 --- a/.github/ISSUE_TEMPLATE/request-a-feature.md +++ b/.github/ISSUE_TEMPLATE/request-a-feature.md @@ -1,7 +1,7 @@ --- name: Request a feature about: Suggest an idea to us. -title: "[ADD] [FeatureName] - [Feature]" +title: "[REQ] [FeatureName] - [Feature]" labels: '' assignees: '' @@ -16,4 +16,9 @@ assignees: '' - [ ] New API functions - [ ] Others -### Have you tried doing it? If so, attach a mod file. +### Have you tried doing it? Place test cases here. + +- [ ] Yes, I have +- [ ] No, but I will do it +- [ ] No, it's a suggestion to you + diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 805cd08..0000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,21 +0,0 @@ -### Description - - - -### Expected behavior - - - -### Actual behavior - - - -### Steps to reproduce - -1. Open x -1. Write `yyy` -1. Observe a happening instead of z - -### Version - -Version `0.0.0 0000000000000000000000000000000000000000 main`