Skip to content

Commit 0028787

Browse files
authored
Merge pull request #7115 from umbraco/pr-template
New PR template
2 parents 376fcf9 + 313f726 commit 0028787

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

.github/pull_request_template.md

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,33 @@
1-
## Description
1+
## 📋 Description
22

3-
_What did you add/update/change?_
3+
<!-- A clear and concise description of what this PR changes or adds. Include context if necessary. -->
44

5-
## Type of suggestion
5+
## 📎 Related Issues (if applicable)
66

7-
* [ ] Typo/grammar fix
8-
* [ ] Updated outdated content
9-
* [ ] New content
10-
* [ ] Updates related to a new version
11-
* [ ] Other
7+
<!-- List any related issues, e.g. "Fixes #1234" -->
128

13-
## Product & version (if relevant)
9+
## ✅ Contributor Checklist
1410

11+
I've followed the [Umbraco Documentation Style Guide](https://docs.umbraco.com/contributing/documentation/style-guide) and can confirm that:
1512

13+
* [ ] Code blocks are correctly formatted.
14+
* [ ] Sentences are short and clear (preferably under 25 words).
15+
* [ ] Passive voice and first-person language (“we”, “I”) are avoided.
16+
* [ ] Relevant pages are linked.
17+
* [ ] All links work and point to the correct resources.
18+
* [ ] Screenshots or diagrams are included if useful.
19+
* [ ] Any code examples or instructions have been tested.
20+
* [ ] Typos, broken links, and broken images are fixed.
21+
22+
## Product & Version (if relevant)
23+
24+
<!-- Mention the product and all applicable versions for which the PR is being created. -->
1625

1726
## Deadline (if relevant)
1827

19-
_When should the content be published?_
28+
<!-- When should the content be published? -->
29+
30+
## 📚 Helpful Resources
31+
32+
* 🧾 [Umbraco Contribution Guidelines](https://docs.umbraco.com/contributing)
33+
* ✍️ [Umbraco Documentation Style Guide](https://docs.umbraco.com/contributing/documentation/style-guide)

0 commit comments

Comments
 (0)