Skip to content

Commit

Permalink
[Issue Template] Add Validation (ChrisTitusTech#3067)
Browse files Browse the repository at this point in the history
* issue template update

- add  issue validation inspired by ChrisTitusTech/linutil#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
  • Loading branch information
MyDrift-user authored Dec 1, 2024
1 parent 9c52f01 commit d48f212
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
10 changes: 7 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ assignees: ''
## Describe the bug
<!-- A clear and concise description of what the bug is. -->

## 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
<!-- A clear and concise description of what you expected to happen. -->
Expand All @@ -24,3 +23,8 @@ Steps to reproduce the behavior:

## Additional context
<!-- Add any other context about the problem here. -->

## Issue validation
- [ ] I checked for duplicate issues.
- [ ] I checked for already existing discussions.
- [ ] I checked for an already existing pull request addressing the issue.
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the solution you'd like**
## Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
## Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
## Additional context
<!-- Add any other context or screenshots about the feature request here. -->

## Issue validation
- [ ] I checked for duplicate issues.
- [ ] I checked for already existing discussions.
- [ ] I checked for an already existing pull request addressing the issue.

0 comments on commit d48f212

Please sign in to comment.