Skip to content

Commit bf46c67

Browse files
nejchJohnVillalovos
authored andcommitted
chore(github): add default pull request template
1 parent 07d03dc commit bf46c67

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!-- Please make sure your commit messages follow Conventional Commits
2+
(https://www.conventionalcommits.org) with a commit type (e.g. feat, fix, refactor, chore):
3+
4+
Bad: Added support for release links
5+
Good: feat(api): add support for release links
6+
7+
Bad: Update documentation for projects
8+
Good: docs(projects): update example for saving project attributes-->
9+
10+
## Changes
11+
12+
<!-- Remove this comment and describe your changes here. -->
13+
14+
### Documentation and testing
15+
16+
Please consider whether this PR needs documentation and tests. **This is not required**, but highly appreciated:
17+
18+
- [ ] Documentation in the matching [docs section](https://github.com/python-gitlab/python-gitlab/tree/main/docs)
19+
- [ ] [Unit tests](https://github.com/python-gitlab/python-gitlab/tree/main/tests/unit) and/or [functional tests](https://github.com/python-gitlab/python-gitlab/tree/main/tests/functional)
20+
21+
<!--
22+
Note: In some cases, basic functional tests may be easier to add, as they do not require adding mocked GitLab responses.
23+
-->

0 commit comments

Comments
 (0)