From c0a6630bb587f62af9360421d1ddb069e0428ed6 Mon Sep 17 00:00:00 2001 From: Atin Bainada <61903527+atin@users.noreply.github.com> Date: Sat, 24 Apr 2021 00:11:38 +0530 Subject: [PATCH] chore: create pull request template (#259) --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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:** +