Skip to content

Commit

Permalink
dev: chg: update PR template to include nodes audience check (#641)
Browse files Browse the repository at this point in the history
* dev: chg: update PR template to include nodes audience check

* dev: chg: better description

* dev: chg: add entry to changes too
  • Loading branch information
marcello33 authored Jan 9, 2023
1 parent ad69ccd commit 5ae1b16
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ Please provide a detailed description of what was done in this PR
- [ ] Hotfix (change that solves an urgent issue, and requires immediate attention)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (change that is not backwards-compatible and/or changes current functionality)
- [ ] Changes only for a subset of nodes

# Breaking changes

Please complete this section if any breaking changes have been made, otherwise delete it

# Nodes audience

In case this PR includes changes that must be applied only to a subset of nodes, please specify how you handled it (e.g. by adding a flag with a default value...)

# Checklist

- [ ] I have added at least 2 reviewer or the whole pos-v1 team
Expand Down Expand Up @@ -41,4 +46,4 @@ Please complete this section with the steps you performed if you ran manual test

# Additional comments

Please post additional comments in this section if you have them, otherwise delete it
Please post additional comments in this section if you have them, otherwise delete it

0 comments on commit 5ae1b16

Please sign in to comment.