|
1 | | -## Fixes |
2 | | -<!-- If PR doesn't fully resolve the issue, replace 'Fixes' below with 'Related to'. --> |
3 | | -<!-- If there is no issue being resolved, open one before creating this pull request. --> |
4 | | -<!-- The square brackets in the template represent something for you to replace. For example, you might change "Fixes #[issue number]" to "Fixes #1". --> |
5 | | -Fixes #[issue number] by @[original issue author] |
| 1 | +## Documents |
| 2 | +<!-- The square brackets in the template represent something for you to replace. For example, you might change "Documents #[issue number]" to "Documents #1". --> |
| 3 | +Documents #[issue number] by @[original issue author] |
6 | 4 |
|
7 | 5 | ## Description |
8 | 6 | <!-- Concisely describe what the pull request does. --> |
9 | 7 |
|
10 | 8 | ## Technical details |
11 | 9 | <!-- Add any other information or technical details about the implementation; or delete the section entirely. --> |
12 | 10 |
|
13 | | -## Tests |
14 | | -<!-- Give steps for the reviewer to verify that this PR fixes the problem; or delete the section entirely. --> |
15 | | - |
16 | 11 | ## Screenshots |
17 | 12 | <!-- Add screenshots to show the problem and the solution; or delete the section entirely. --> |
18 | 13 |
|
19 | 14 | ## Checklist |
20 | 15 | <!-- Replace the [ ] with [x] to check the boxes. --> |
21 | | -- [ ] My pull request has a descriptive title (not a vague title like `Update index.md`). |
22 | | -- [ ] My pull request targets the `develop` branch of the repository. <!-- Change this branch if you're targeting a branch other than `develop` --> |
| 16 | +- [ ] My pull request has a descriptive title (not a vague title like `Update index.md`). <!-- If you want to in include a leading emoji, check out https://gitmoji.dev for a pseudo-standard set of options --> |
| 17 | +- [ ] My pull request targets the `source` branch of the repository. <!-- Change this branch if you're targeting a branch other than `source` --> |
23 | 18 | - [ ] My commit messages follow best practices. |
24 | | -- [ ] My code follows the established code style of the repository. |
25 | | -- [ ] I added tests for the changes I made (if applicable). |
26 | | -- [ ] I updated the changelog. |
27 | | -- [ ] I added or updated documentation (if applicable). |
28 | | -- [ ] I tried running the project locally and verified that there are no visible errors. |
| 19 | +- [ ] My code follows the [established code style of the repository](../CONTRIBUTING.md). |
| 20 | +- [ ] I tried [letting the CI build this branch on a fork or built the project locally](../CONTRIBUTING.md#building) and verified that there are no visible errors. |
29 | 21 |
|
30 | 22 | ## Developer Certificate of Origin |
31 | 23 | <!-- You must read and understand the following attestation. --> |
|
0 commit comments