Skip to content

Commit

Permalink
Merge pull request #10 from ewjoachim/ewjoachim-patch-1
Browse files Browse the repository at this point in the history
Update PULL_REQUEST_TEMPLATE.md
  • Loading branch information
ewjoachim authored Apr 7, 2024
2 parents 558ea74 + de1a25d commit 7d0d726
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Closes #<ticket number>

#### PR label(s): <!-- It's easier to fill those after submitting your PR -->

- [ ] <!-- Breaking -->https://github.com/ewjoachim/poetry_to_pre_commit/labels/PR%20type%3A%20breaking%20%F0%9F%92%A5
- [ ] <!-- Feature -->https://github.com/ewjoachim/poetry_to_pre_commit/labels/PR%20type%3A%20feature%20%E2%AD%90%EF%B8%8F
- [ ] <!-- Bugfix -->https://github.com/ewjoachim/poetry_to_pre_commit/labels/PR%20type%3A%20bugfix%20%F0%9F%95%B5%EF%B8%8F
- [ ] <!-- Misc. -->https://github.com/ewjoachim/poetry_to_pre_commit/labels/PR%20type%3A%20miscellaneous%20%F0%9F%91%BE
- [ ] <!-- Deps -->https://github.com/ewjoachim/poetry_to_pre_commit/labels/PR%20type%3A%20dependencies%20%F0%9F%A4%96
- [ ] <!-- Docs -->https://github.com/ewjoachim/poetry_to_pre_commit/labels/PR%20type%3A%20documentation%20%F0%9F%93%9A
- [ ] <!-- Breaking -->https://github.com/ewjoachim/poetry-to-pre-commit/labels/breaking
- [ ] <!-- Feature -->https://github.com/ewjoachim/poetry-to-pre-commit/labels/feature
- [ ] <!-- Bugfix -->https://github.com/ewjoachim/poetry-to-pre-commit/labels/bugfix
- [ ] <!-- Misc. -->https://github.com/ewjoachim/poetry-to-pre-commit/labels/miscellaneous
- [ ] <!-- Deps -->https://github.com/ewjoachim/poetry-to-pre-commit/labels/dependencies
- [ ] <!-- Docs -->https://github.com/ewjoachim/poetry-to-pre-commit/labels/documentation
12 changes: 6 additions & 6 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ changelog:
- dependabot
categories:
- title: "Breaking changes"
labels: ["PR type: breaking 💥"]
labels: [breaking]
- title: "Features"
labels: ["PR type: feature ⭐️"]
labels: [feature]
- title: "Bug Fixes"
labels: ["PR type: bugfix 🕵️"]
labels: [bugfix]
- title: "Miscellaneous"
labels: ["PR type: miscellaneous 👾"]
labels: [miscellaneous]
- title: "Documentation"
labels: ["PR type: documentation 📚"]
labels: [documentation]
- title: "Dependencies"
labels: ["PR type: dependencies 🤖"]
labels: [dependencies]
- title: "Uncategorized"
labels: ["*"]

0 comments on commit 7d0d726

Please sign in to comment.