Skip to content

Commit

Permalink
Document security changelog group (#7049)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Jul 6, 2023
1 parent fb8cf35 commit 616d469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/maintainer-guide/pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When merging a PR, you should:
- one approval is usually fine for simple fixes
- two approvals are often useful for bigger changes
2. If applicable, add a [changeset](https://github.com/changesets/changesets) using the GitHub interface:
- prefix the entry with either: "Removed", "Changed", "Deprecated", "Added", or "Fixed"
- prefix the entry with either: "Removed", "Changed", "Deprecated", "Added", "Fixed" or "Security"
- if applicable, lead with the name of the rule, e.g. "Fixed: `unit-disallowed-list` false positives for custom properties".
3. ["Squash and merge"](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges#squash-and-merge-your-pull-request-commits) commits ensuring the resulting commit message:
- either matches the changeset entry but in the present tense, e.g. "Fix `unit-disallowed-list` false positives for custom properties"
Expand Down

0 comments on commit 616d469

Please sign in to comment.