From d48f212be4db9bb3f8735341f2730faa1f207ad7 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Sun, 1 Dec 2024 21:29:04 +0100 Subject: [PATCH] [Issue Template] Add Validation (#3067) * issue template update - add issue validation inspired by https://github.com/ChrisTitusTech/linutil/pull/459 - standardize capitalisation of characters in titles - update feature request to use headers instead of bold text for titles * use "I checked" for Issue validation --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++++--- .github/ISSUE_TEMPLATE/feature_request.md | 14 +++++++++----- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c75d8a2a..063c005f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,12 +9,11 @@ assignees: '' ## Describe the bug -## To Reproduce -Steps to reproduce the behavior: +## Steps to reproduce 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' -4. See error +4. See the error. ## Expected behavior @@ -24,3 +23,8 @@ Steps to reproduce the behavior: ## Additional context + +## Issue validation +- [ ] I checked for duplicate issues. +- [ ] I checked for already existing discussions. +- [ ] I checked for an already existing pull request addressing the issue. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a614d708..f9874142 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,17 +4,21 @@ about: Suggest an idea for this project title: '' labels: 'enhancement' assignees: '' - --- -**Is your feature request related to a problem? Please describe.** +## Is your feature request related to a problem? Please describe -**Describe the solution you'd like** +## Describe the solution you'd like -**Describe alternatives you've considered** +## Describe alternatives you've considered -**Additional context** +## Additional context + +## Issue validation +- [ ] I checked for duplicate issues. +- [ ] I checked for already existing discussions. +- [ ] I checked for an already existing pull request addressing the issue.