Skip to content

Commit 301c8d3

Browse files
committed
ci: simplify pull request template
1 parent d82f1e9 commit 301c8d3

1 file changed

Lines changed: 7 additions & 19 deletions

File tree

.github/pull_request_template.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,16 @@
22

33
### Description
44

5-
<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->
5+
<!-- What changed and why? e.g. fixes #123 -->
66

7-
### Additional context
7+
### Reviewer notes
88

9-
<!-- e.g. is there anything you'd like reviewers to focus on? -->
9+
<!-- Optional: where should reviewers focus? -->
1010

1111
---
1212

13-
### What is the purpose of this pull request? <!-- (put an "X" next to an item) -->
13+
### Pre-merge checklist
1414

15-
- [ ] Bug fix
16-
- [ ] New Feature
17-
- [ ] Documentation update
18-
- [ ] Other
19-
20-
### Before submitting the PR, please make sure you do the following
21-
22-
- [ ] Check that there isn't already a PR that solves the problem the same way
23-
to avoid creating a duplicate.
24-
- [ ] Provide a description in this PR that addresses **what** the PR is
25-
solving, or reference the issue that it solves (e.g. `fixes #123`).
26-
- [ ] Ideally, include relevant tests that fail without this PR but pass with
27-
it.
28-
- [ ] Read
29-
[contribution guidelines](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/contributing.md).
15+
- [ ] No similar open PR exists
16+
- [ ] Description explains problem/solution or links an issue
17+
- [ ] Tests added/updated when needed

0 commit comments

Comments
 (0)