Skip to content

Commit a16525a

Browse files
committed
🧑‍💻 Make PR template docs-repo-specific
1 parent 1d2e355 commit a16525a

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
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]
64

75
## Description
86
<!-- Concisely describe what the pull request does. -->
97

108
## Technical details
119
<!-- Add any other information or technical details about the implementation; or delete the section entirely. -->
1210

13-
## Tests
14-
<!-- Give steps for the reviewer to verify that this PR fixes the problem; or delete the section entirely. -->
15-
1611
## Screenshots
1712
<!-- Add screenshots to show the problem and the solution; or delete the section entirely. -->
1813

1914
## Checklist
2015
<!-- 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` -->
2318
- [ ] 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.
2921

3022
## Developer Certificate of Origin
3123
<!-- You must read and understand the following attestation. -->

0 commit comments

Comments
 (0)