diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 08f857a4f79..b26893ac133 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,19 +1,33 @@ -## Description +## ๐Ÿ“‹ Description -_What did you add/update/change?_ + -## Type of suggestion +## ๐Ÿ“Ž Related Issues (if applicable) -* [ ] Typo/grammar fix -* [ ] Updated outdated content -* [ ] New content -* [ ] Updates related to a new version -* [ ] Other + -## Product & version (if relevant) +## โœ… Contributor Checklist +I've followed the [Umbraco Documentation Style Guide](https://docs.umbraco.com/contributing/documentation/style-guide) and can confirm that: +* [ ] Code blocks are correctly formatted. +* [ ] Sentences are short and clear (preferably under 25 words). +* [ ] Passive voice and first-person language (โ€œweโ€, โ€œIโ€) are avoided. +* [ ] Relevant pages are linked. +* [ ] All links work and point to the correct resources. +* [ ] Screenshots or diagrams are included if useful. +* [ ] Any code examples or instructions have been tested. +* [ ] Typos, broken links, and broken images are fixed. + +## Product & Version (if relevant) + + ## Deadline (if relevant) -_When should the content be published?_ + + +## ๐Ÿ“š Helpful Resources + +* ๐Ÿงพ [Umbraco Contribution Guidelines](https://docs.umbraco.com/contributing) +* โœ๏ธ [Umbraco Documentation Style Guide](https://docs.umbraco.com/contributing/documentation/style-guide)