-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add pr template and adjust ci gha (#14)
- Loading branch information
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Description | ||
|
||
<!-- Please include a summary of the changes --> | ||
|
||
## Type of change | ||
|
||
<!-- Please delete options that are not relevant and title your PR accordingly --> | ||
|
||
- `feat: ` Add a new feature (minor version bump) | ||
> Example: feat: add user authentication system | ||
- `fix: ` Fix a bug (patch version bump) | ||
> Example: fix: resolve memory leak in data processing | ||
- `perf: ` Performance improvement (patch version bump) | ||
> Example: perf: optimize database queries | ||
- `docs: ` Documentation only changes | ||
> Example: docs: update API documentation | ||
- `style: ` Changes that do not affect the meaning of the code | ||
> Example: style: fix code formatting | ||
- `refactor: ` Code changes that neither fix a bug nor add a feature | ||
> Example: refactor: restructure authentication logic | ||
- `test: ` Adding missing tests or correcting existing tests | ||
> Example: test: add unit tests for user service | ||
- `chore: ` Changes to build process or auxiliary tools | ||
> Example: chore: update dependencies | ||
- `revert: ` Revert a previous commit | ||
> Example: revert: remove feature X | ||
- `ci: ` Changes to CI configuration files and scripts | ||
> Example: ci: add new deployment workflow | ||
- `build: ` Changes that affect the build system | ||
> Example: build: update vite configuration | ||
### Breaking Changes | ||
|
||
<!-- For breaking changes, add ! after the type --> | ||
- Add ! after any type to indicate a BREAKING CHANGE (major version bump) | ||
> Example: feat!: redesign API endpoints | ||
> Example: fix!: drop support for older browsers | ||
## Checklist | ||
|
||
- [ ] I have titled my PR using the correct semantic prefix | ||
- [ ] I have tested these changes | ||
- [ ] I have updated the documentation accordingly | ||
- [ ] My changes generate no new warnings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters