Skip to content

Commit f3fae56

Browse files
authored
1232 Update pull request template (#1259)
1 parent fea01e9 commit f3fae56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ If need be, add additional information and what the reviewer should look out for
1414

1515
## Merge Request - Guideline Checklist
1616

17-
Please check our [git workflow](https://github.com/SciCompMod/memilio/wiki/git-workflow). Use the **draft** feature if the Pull Request is not yet ready to review.
17+
Please check our [git workflow](https://memilio.readthedocs.io/en/latest/development.html#git-workflow). Use the **draft** feature if the Pull Request is not yet ready to review.
1818

1919
### Checks by code author
2020

2121
- [ ] Every addressed issue is linked (use the "Closes #ISSUE" keyword below)
22-
- [ ] New code adheres to [coding guidelines](https://github.com/SciCompMod/memilio/wiki/Coding-guidelines)
22+
- [ ] New code adheres to [coding guidelines](https://memilio.readthedocs.io/en/latest/development.html#coding-guidelines)
2323
- [ ] No large data files have been added (files should in sum not exceed 100 KB, avoid PDFs, Word docs, etc.)
2424
- [ ] Tests are added for new functionality and a local test run was successful (with and without OpenMP)
2525
- [ ] Appropriate **documentation** for new functionality has been added (Doxygen in the code and Markdown files if necessary)
2626
- [ ] Proper attention to licenses, especially no new third-party software with conflicting license has been added
27-
- [ ] (For ABM development) Checked [benchmark results](https://github.com/SciCompMod/memilio/wiki/Agent-Based-Model-Development) and ran and posted a local test above from before and after development to ensure performance is monitored.
27+
- [ ] (For ABM development) Checked [benchmark results](https://memilio.readthedocs.io/en/latest/development.html#agent-based-model-development) and ran and posted a local test above from before and after development to ensure performance is monitored.
2828

2929
### Checks by code reviewer(s)
3030

0 commit comments

Comments
 (0)