Skip to content

Commit 5b541a0

Browse files
authored
chore: simplify the PR template
1 parent 0d3eeb7 commit 5b541a0

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
**IMPORTANT: Please do not create a Pull Request without creating an issue first.**
2-
31
# Description
42

53
Please include a summary of the change and which issue is fixed.
@@ -10,23 +8,6 @@ Fixes # (issue)
108

119
## Type of change
1210

13-
Please select relevant options.
14-
15-
- [ ] Bug fix (non-breaking change which fixes an issue)
16-
- [ ] New feature (non-breaking change which adds functionality)
17-
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
18-
- [ ] This change requires a documentation update
19-
20-
## Checklist
21-
22-
**Do not create pull request unless you checked all points.**
23-
24-
- [ ] I have read and understood the **CONTRIBUTING** document.
25-
- [ ] I have performed a self-review of my own code.
26-
- [ ] I have signed and sent the [CLA document]
27-
(https://github.com/SwissDataScienceCenter/documentation/wiki/files/SDSC_Contributor_License_Agreement_v1.0.pdf).
28-
- [ ] I have added tests to cover my changes.
29-
- [ ] I have **NOT** removed any existing tests.
30-
- [ ] I have updated the documentation accordingly.
31-
- [ ] I have described *all* changes in the **CHANGELOG.rst**.
32-
- [ ] I have run ``./run-tests.sh`` locally.
11+
This repository uses [conventional-commits](https://www.conventionalcommits.org/en/v1.0.0/).
12+
Please use this convention also for the title of your PR, e.g. using `feat:`, `fix:`, `docs:`,
13+
`build:` for feature, bug-fix, documentation and CI PRs respectively.

0 commit comments

Comments
 (0)