Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE to add DCO signoff (#3028)
Browse files Browse the repository at this point in the history
* Update PULL_REQUEST_TEMPLATE.md

Update PR template to reflect the need to use DCO

* Update PULL_REQUEST_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md

Typo

* Update PULL_REQUEST_TEMPLATE.md

* Fix lint error

Signed-off-by: Jo Stichbury <[email protected]>

---------

Signed-off-by: Jo Stichbury <[email protected]>
  • Loading branch information
stichbury authored Sep 13, 2023
1 parent d3171f1 commit 955bc93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
## Checklist

- [ ] Read the [contributing](https://github.com/kedro-org/kedro/blob/main/CONTRIBUTING.md) guidelines
- [ ] Signed off each commit with a [Developer Certificate of Origin (DCO)](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-commit-signoff-policy-for-your-repository)
- [ ] Opened this PR as a 'Draft Pull Request' if it is work-in-progress
- [ ] Updated the documentation to reflect the code changes
- [ ] Added a description of this change in the [`RELEASE.md`](https://github.com/kedro-org/kedro/blob/main/RELEASE.md) file
Expand Down

0 comments on commit 955bc93

Please sign in to comment.