|
1 | | -<!-- Thank you for contributing! --> |
2 | | - |
3 | 1 | ### Description |
4 | 2 |
|
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? --> |
14 | 4 |
|
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: |
19 | 7 |
|
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. |
21 | 12 |
|
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