Skip to content

Commit 29dd32b

Browse files
feat: include an API call example section in the pull request description
1 parent 0e2390e commit 29dd32b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
## Description of the change
2+
23
> Description goes here
4+
35
## Type of change
6+
47
- [ ] Bug fix (non-breaking change that fixes an issue)
58
- [ ] New feature (non-breaking change that adds functionality)
69
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
10+
711
## Related issues
12+
813
> Issue links go here
14+
915
## Usage Example
16+
1017
> Example of how to call it
18+
1119
## Checklists
20+
1221
### Development
22+
1323
- [ ] Lint rules pass locally
1424
- [ ] The code changed/added as part of this pull request has been covered with tests
15-
### Code review
25+
26+
### Code review
27+
1628
- [ ] This pull request has a descriptive title and information useful to a reviewer
17-
- [ ] Issue from task tracker has a link to this pull request
29+
- [ ] Issue from task tracker has a link to this pull request

0 commit comments

Comments
 (0)