diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 855e5c7..fc2060d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -11,7 +11,6 @@ I would recommend reading this guideline for a better development experience. - [๐Ÿงช Testing Advice](#-testing-advice) - [๐Ÿ’ฌ Commit Message](#-commit-message) -- [๐Ÿ”  Branch Prefix](#-branch-prefix) - [โ“ Pull Requests Title](#-pull-requests-title) - [๐Ÿชต Commit Log](#-commit-log) @@ -40,32 +39,6 @@ Body
-## ๐Ÿ”  Branch Prefix - -You should follow these branch name rules -because [Pull Request Labeler] automatically adds labels to your Pull Requests. -
-For the details of each label, please see [Labels](https://github.com/5ouma/mli/labels). - -[Pull Request Labeler]: https://github.com/actions/labeler - -| Label | Branch Prefix RegEx | -| :-----------------: | :----------------------------------: | -| Type: Feature | `^feat(ure)?-` | -| Type: Bug | `^fix-` | -| Type: Security | `^sec(urity)?-` | -| Type: Documentation | `^doc(ument)?s?-` | -| Type: Refactoring | `^refactor(ing)?-` | -| Type: Testing | `^test(ing\|s)?-` | -| Type: Maintenance | `^maintenance-` , `^maintain(ing)?-` | -| Type: CI | `^ci-` | -| Type: Dependencies | `^dep(endency\|endencies\|s)?-` | -| Type: Meta | `^meta-` | - -> Labels were generated with [@azu / github-label-setup](https://github.com/azu/github-label-setup) - -
- ## โ“ Pull Requests Title You don't need to add any prefixes like `feature` or `bug fix` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fe26b98..adb3283 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,6 +7,19 @@ - [ ] This Pull Request introduces a new feature. - [ ] This Pull Request fixes a bug. +### Type of the Change + +- [ ] Feature +- [ ] Bug +- [ ] Security +- [ ] Documentation +- [ ] Refactoring +- [ ] Testing +- [ ] Maintenance +- [ ] CI +- [ ] Dependencies +- [ ] Meta + ### Description