소스 검색

cicd: Make the checklist a little easier to go through.

jamesread 4 년 전
부모
커밋
81c26d997d
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      .github/PULL_REQUEST_TEMPLATE.md

+ 6 - 3
.github/PULL_REQUEST_TEMPLATE.md

@@ -13,7 +13,10 @@ Helpful information to understand the project can be found here: [CONTRIBUTING](
 # Checklist
 # Checklist
 Please put a X in the boxes as evidence of reading through the checklist.
 Please put a X in the boxes as evidence of reading through the checklist.
 
 
-- [ ] I have forked the project, and raised this PR on a freature branch. 
-- [ ] `make daemon-compile`, `make daemon-codestyle` and `make daemon-unittests` runs cleanly. 
-- [ ] `make webui-codestyle` should runs cleanly. 
+- [ ] I have forked the project, and raised this PR on a feature branch. 
+- [ ] `make githooks` has been run, and my git commit message was accepted by the git hook.
+- [ ] `make daemon-compile` runs without any issues.
+- [ ] `make daemon-codestyle` runs without any issues.
+- [ ] `make daemon-unittests` runs without any issues.
+- [ ] `make webui-codestyle` runs without any issues. 
 - [ ] I understand and accept the [AGPL-3.0 license](LICENSE) and [code of conduct](CODE_OF_CONDUCT.md), and my contributions fall under these. 
 - [ ] I understand and accept the [AGPL-3.0 license](LICENSE) and [code of conduct](CODE_OF_CONDUCT.md), and my contributions fall under these.