|
| 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 | +--> |