Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-08-01 01:46:32 +0300
committerIvan Boothe <git@rootwork.org>2022-08-01 01:46:32 +0300
commitd558716d749b4f4cdff29fae04f4dd0a10b01a44 (patch)
tree3d7b27d93f8ff91cf4bc73f0ee6257d06f9fa5a8
parent43ac034f29da37254110227a8e226cfe5d5ce4f7 (diff)
Adding checklist item for signing commits
Signed-off-by: Ivan Boothe <git@rootwork.org>
-rw-r--r--.github/pull-request_template.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/pull-request_template.md b/.github/pull-request_template.md
index 6819945..889799c 100644
--- a/.github/pull-request_template.md
+++ b/.github/pull-request_template.md
@@ -33,3 +33,4 @@ Issue Number(s):
- [ ] **Bug-fixes and new features:** I have tested locally with the [latest release of Hugo extended](https://github.com/gohugoio/hugo/releases). This requirement is [a standard](https://github.com/gohugoio/hugoThemes#theme-maintenance).
- [ ] **Bug-fixes, new features, and doc changes:** I have updated the relevant documentation as part of this PR.
+- [ ] **All PRs:** I have [signed off](https://github.com/chipzoller/hugo-clarity/blob/master/CONTRIBUTING.md#how-to-submit-a-pull-request) (using `git commit -s ...`), or if not possible due to developer environment constraints, will comment below confirming that I am adhering to the [Developer Certificate of Origin](https://probot.github.io/apps/dco/).