Skip to content

Commit 2968f18

Browse files
Encourage changelogs to be written as part of docs PR template (#24257)
* Encourage changelogs to be written as part of docs PR template Nudge people contributing to the developer docs to add changelogs. - anything that's a new feature - anything that's an important fix or improvement We miss too many shots on goal today to share new things that have improved, too much good stuff happens and docs get updated but we don't share the news. Should encourage here as part of this template. Open to suggestions on framing. * Update .github/pull_request_template.md --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent 8e56de4 commit 2968f18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<!-- Remove items that do not apply -->
1212

13+
- [ ] Is there a [changelog](https://developers.cloudflare.com/changelog/) entry ([guidelines](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/))? If you don't add one for something awesome and new (however small) — how will our customers find out? Changelogs are automatically posted to [RSS feeds](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/), the [Discord](https://discord.com/channels/595317990191398933/1040420029080018945), and [X](https://x.com/CFchangelog).
1314
- [ ] The [documentation style guide](https://developers.cloudflare.com/style-guide/) has been adhered to.
1415
- [ ] If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
1516
- [ ] Files which have changed name or location have been allocated [redirects](https://developers.cloudflare.com/pages/configuration/redirects/#per-file).

0 commit comments

Comments
 (0)