File tree Expand file tree Collapse file tree 1 file changed +21
-10
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Original file line number Diff line number Diff line change 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
- -->
1
+ #### Description of Change
2
+ <!--
3
+ Thank you for your Pull Request. Please provide a description above and review
4
+ the requirements below.
5
+
6
+ Contributors guide: https://github.com/TheAlgorithms/Go/CONTRIBUTING.md
7
+ -->
8
+
9
+ #### Checklist
10
+ <!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
11
+
12
+ - [ ] Added description of change
13
+ - [ ] Added file name matches [ File name guidelines] ( https://github.com/TheAlgorithms/Go/blob/master/CONTRIBUTING.md#New-File-Name-guidelines )
14
+ - [ ] Added tests and example, test must pass
15
+ - [ ] Added documentation so that the program is self-explanatory and educational - [ GoDoc guidelines] ( https://blog.golang.org/godoc )
16
+ - [ ] Relevant documentation/comments is changed or added
17
+ - [ ] PR title follows semantic [ commit guidelines] ( https://github.com/TheAlgorithms/Go/blob/master/CONTRIBUTING.md#Commit-Guidelines )
18
+ - [ ] Search previous suggestions before making a new one, as yours may be a duplicate.
19
+ - [ ] I acknowledge that all my contributions will be made under the project's license.
20
+
21
+ Notes: <!-- Please add a one-line description for developers or pull request viewers -->
You can’t perform that action at this time.
0 commit comments