diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d07b3989..9534f725 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,10 +8,13 @@ assignees: '' --- **Bug detail** + Name of the file in which the bug is present. Additionally you can also add the line number and/or a code snippet of the bug. **Counter example** + Give an example for which the algorithm implementation doesn't produce the expected output. Also give the expected output if possible. **Additional context** + Add any other context about the problem here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..f9559d97 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + + + + + +**What kind of change does this PR introduce?** (check at least one) + +- [ ] Bugfix +- [ ] New algorithm +- [ ] Optimization in previous algorithms +- [ ] Code style update +- [ ] Refactor +- [ ] Documentation +- [ ] Other, please describe: + +**Briefly describe the changes in this PR** + + + +**Other information:** +