Skip to content

Commit

Permalink
Clarify updating the release notes when submitting a PR (#16765)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone authored Sep 19, 2024
1 parent f9fb26a commit 8651425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/guides/contributing/contributing-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You might also read these two blog posts on contributing code: [Open Source Cont
- If your PR addresses an issue, be sure to [link them](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue). This helps everyone find their way around contributions, and merging your PR will automatically close the issue too.
- If there's no issue for your PR, then please describe the context and rationale in the pull request description, and provide screenshots/screen recordings of the changes if they affect the UX.
- Refactoring is great, but if you do so, please guard it with new tests.
- If you add a significant new feature or a breaking change, then document this under the release notes of the upcoming pull request.
- If you add a significant new feature or a breaking change, then document this under the release notes of the upcoming release (you can find this in the `docs/OrchardCore.Docs/releases` folder).
- So we can help you better, please [allow our core contributors to edit your PR](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork).

!!! tip
Expand Down

0 comments on commit 8651425

Please sign in to comment.