From c927f17ce9d4a0a70631ebb3f6267fdb1d86677a Mon Sep 17 00:00:00 2001 From: Semisol Date: Fri, 23 Jul 2021 07:10:05 +0300 Subject: [PATCH] Collapse checklist into a
element Signed-off-by: Semisol --- .github/pull_request_template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ed4322a2d..b63015060 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,8 @@ Resolves: *(direct link to the issue)* an asterisk (*) after the entry indicates required --> +
+Checklist - [ ] I have signed off my commits using `-s` or `Signed-off-by`\* (See: [Contributing § DCO](https://github.com/tenacityteam/tenacity/blob/master/CONTRIBUTING.md#developer-certificate-of-origin)) - [ ] I made sure the code compiles on my machine @@ -22,4 +24,6 @@ an asterisk (*) after the entry indicates required - [ ] I made sure the title of the PR reflects the core meaning of the issue you are solving\* - [ ] I made sure the commit message(s) contain a description and answer the question "Why do those changes fix that particular issue?" or "Why are those changes really necessary as improvements?"\* -\* indicates required \ No newline at end of file +\* indicates required + +
\ No newline at end of file