Skip to content

Commit 410db77

Browse files
authored
Merge pull request #214 from Mystigan/master
Add a basic pull request template.
2 parents 9fae2bb + 6c79983 commit 410db77

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!--
2+
Provide a brief description of fixes provided in this pull request
3+
(Tip: Focus on what and why instead of how).
4+
Examples
5+
- Added tests for x algorithm/program.
6+
- Optimized implementation of y to improve time and/or space complexity.
7+
- Added a new implementation for z algorithm/ z data structure.
8+
9+
Fixes #<mention_issue_number_here>
10+
-->

0 commit comments

Comments
 (0)