diff options
| -rw-r--r-- | .github/pull_request_template.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 77a3d62..91bc571 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,11 @@ ### Checklist (To mark a task as complete, use `[x]`) - [ ] The year and semester of the archive directory are correct. -- [ ] A presentation PDF is in the `talks` folder. -- [ ] A final report or a final thesis is in the `docs` folder. +- [ ] The presentation PDF is in the `talks` folder. +- [ ] The final report or final thesis is in the `docs` folder. - [ ] `README.md` and `active_research.md` are updated and properly rendered on GitHub. -- [ ] Each pdf size is less than 5MB. -- [ ] Code archived in our [artifact archive](https://github.com/TUM-DSE/research-work-archive-artifacts) -- [ ] Advisor removed student account from the [server cluster](https://github.com/TUM-DSE/doctor-cluster-config) +- [ ] Each pdf is smaller than 5MB. +- [ ] Code has been archived in our [artifact archive](https://github.com/TUM-DSE/research-work-archive-artifacts) +- [ ] The advisor has removed the student account from the [server cluster](https://github.com/TUM-DSE/doctor-cluster-config) + +<!-- If you have reasons not to complete some of above tasks, please write them here --> -<!-- If you have reasons not to complete some of above tasks, please write here --> |