Skip to content

Commit a2dd4ea

Browse files
authored
Merge pull request #1805 from lint-staged/update-github-templates
docs: update GitHub templates
2 parents 094ba56 + c928519 commit a2dd4ea

5 files changed

Lines changed: 72 additions & 42 deletions

File tree

.changeset/tangy-keys-wish.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/ISSUE_TEMPLATE/01-bug.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Report a bug
3+
about: Incorrect behavior of lint-staged
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
type: Bug
8+
---
9+
10+
**Describe the bug**
11+
12+
A clear and concise description of what the bug is.
13+
14+
**To Reproduce**
15+
16+
Steps to reproduce the behavior:
17+
18+
1. Go to '...'
19+
2. Click on '....'
20+
3. Scroll down to '....'
21+
4. See error
22+
23+
**Expected behavior**
24+
25+
A clear and concise description of what you expected to happen.
26+
27+
**Debug Logs**
28+
29+
Run `lint-staged --debug` and add the entire logs here:
30+
31+
<details>
32+
33+
<summary>expand to view</summary>
34+
35+
```
36+
ADD THE DEBUG LOGS HERE
37+
```
38+
39+
</details>
40+
41+
**Confirmation**
42+
43+
- [ ] I have read this issue template before submitting an issue. If left unchecked, the issue might be ignored or closed without consideration.
44+
- [ ] I have written this issue in my own words. I did not just copy the output directly from an AI agent. I have made sure this issue reflects my own thinking, and take ownership of its contents.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Request a new feature
3+
about: Lint-staged should do something new
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
type: Feature
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
12+
Description of what the problem is.
13+
14+
**Describe the solution you'd like**
15+
16+
What you want to happen.
17+
18+
**Describe alternatives you've considered**
19+
20+
Any alternative solutions or features you've considered.
21+
22+
**Confirmation**
23+
24+
- [ ] I have read this issue template before submitting an issue. If left unchecked, the issue might be ignored or closed without consideration.
25+
- [ ] I have written this issue in my own words. I did not just copy the output directly from an AI agent. I have made sure this issue reflects my own thinking, and take ownership of its contents.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/issue_template.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)