Просмотр исходного кода

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

jamesread 4 лет назад
Родитель
Сommit
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
 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.