mirror of
https://github.com/wahyd4/github-issue-templates.git
synced 2026-08-09 04:26:03 +10:00
29 lines
642 B
Markdown
29 lines
642 B
Markdown
### Prerequisites
|
|
|
|
* [ ] Can you reproduce the problem in safe mode?
|
|
* [ ] Are you running the latest version?
|
|
* [ ] Did you check the debugging guide?
|
|
* [ ] Did you check the FAQs on Discuss?
|
|
* [ ] Are you reporting to the correct repository?
|
|
* [ ] Did you perform a cursory search?
|
|
|
|
For more information, see the `CONTRIBUTING` guide.
|
|
|
|
### Description
|
|
|
|
[Description of the bug or feature]
|
|
|
|
### Steps to Reproduce
|
|
|
|
1. [First Step]
|
|
2. [Second Step]
|
|
3. [and so on...]
|
|
|
|
**Expected behavior:** [What you expected to happen]
|
|
|
|
**Actual behavior:** [What actually happened]
|
|
|
|
### Versions
|
|
|
|
You can get this information from executing `npm version`.
|