mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-22 05:51:30 -06:00
d48f212be4
* 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
31 lines
730 B
Markdown
31 lines
730 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: 'bug'
|
|
assignees: ''
|
|
---
|
|
|
|
## Describe the bug
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
## Steps to reproduce
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See the error.
|
|
|
|
## Expected behavior
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
## Screenshots
|
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
|
|
|
## 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.
|