Skip to content

Commit ad24457

Browse files
committed
chore: improve PR template
vitejs/vite#16266
1 parent 0eb9aca commit ad24457

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
1-
<!-- Thank you for contributing! -->
2-
31
### Description
42

5-
<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->
6-
7-
### Additional context
8-
9-
<!-- e.g. is there anything you'd like reviewers to focus on? -->
10-
11-
---
12-
13-
### What is the purpose of this pull request? <!-- (put an "X" next to an item) -->
3+
<!-- What is this PR solving? Write a clear description or reference the issues it solves (e.g. `fixes #123`). What other alternatives have you explored? Are there any parts you think require more attention from reviewers? -->
144

15-
- [ ] Bug fix
16-
- [ ] New Feature
17-
- [ ] Documentation update
18-
- [ ] Other
5+
<!----------------------------------------------------------------------
6+
Before creating the pull request, please make sure you do the following:
197
20-
### Before submitting the PR, please make sure you do the following
8+
- Read the Contributing Guidelines at https://github.com/vitejs/vite-plugin-react/blob/main/CONTRIBUTING.md.
9+
- Check that there isn't already a PR that solves the problem the same way. If you find a duplicate, please help us reviewing it.
10+
- Update the corresponding documentation if needed.
11+
- Include relevant tests that fail without this PR but pass with it.
2112
22-
- [ ] Read the [Contributing Guidelines](https://github.com/vitejs/vite-plugin-react/blob/main/CONTRIBUTING.md).
23-
- [ ] Read the [Pull Request Guidelines](https://github.com/vitejs/vite-plugin-react/blob/main/CONTRIBUTING.md#pull-request-guidelines) and follow the [PR Title Convention](https://github.com/vitejs/vite-plugin-react/blob/main/.github/commit-convention.md).
24-
- [ ] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
25-
- [ ] Provide a description in this PR that addresses **what** the PR is 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 it.
13+
Thank you for contributing to Vite!
14+
----------------------------------------------------------------------->

0 commit comments

Comments
 (0)