chore: create pull request template (#259)

pull/239/head^2
Atin Bainada 2021-04-24 00:11:38 +05:30 committed by GitHub
parent 2ca73817dd
commit c0a6630bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View File

@ -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.

View File

@ -0,0 +1,23 @@
<!--
Please make sure to read the Contribution Guidelines:
-->
<!-- PULL REQUEST TEMPLATE -->
<!-- (Update "[ ]" to "[x]" to check a box) -->
**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**
<!-- For example you can add algorithm name, language used to implement it and link to online implementation of it -->
**Other information:**
<!-- Add any additional info you want here -->