Skip to content

Commit

Permalink
checklist: remove gpg key requirement
Browse files Browse the repository at this point in the history
Requiring that all commits are signed is not strictly necessary. We
should still encourage it, and perhaps inspect commits more closely
before merging them if unsigned, but this is a barrier to entry for the
Hyades project that we do not need.
  • Loading branch information
celskeggs committed Sep 4, 2019
1 parent e2cc796 commit 6c34d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Checklist:
- [ ] The first line of each commit is of the form "[component]: do something"
- [ ] I have written a complete, multi-line commit message for each commit.
- [ ] I have formatted any Go code that I have changed with gofmt.
- [ ] I have signed each commit with my GPG key.
- [ ] I have written or updated appropriate documentation to cover this change.
- [ ] I have confirmed that this change is covered by at least one appropriate test run by CI.
- [ ] If my change includes new or modified functionality, I have tested that the changes work as expected.
Expand Down

0 comments on commit 6c34d05

Please sign in to comment.