Skip to content

Commit

Permalink
chore: feature pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 17, 2024
1 parent 46bfbfa commit d91cfc0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
> Please make sure all the requirements are satisfied, otherwise the PR could be closed without further notice.
## Checklist

- [ ] Title as described.
- [ ] Your code should contain tests relevant for the problem you are solving.
- [ ] Your code should be well documented if new functionality is added.
- [ ] All new and existing tests passed.
- [ ] Your commits messages format follows the [Conventional Commits Specification](https://www.conventionalcommits.org/).
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Template for creating a library with a fully customized environment.
* 💅 Generate beautiful changelogs with [changelogen](https://github.com/unjs/changelogen)
* ♾️ GitHub CI for your build
* 📢 Issue templates
* 📝 Pull request template
* 🤖 Ready configuration for [renovatebot](https://github.com/apps/renovate) with [renovate-config](https://github.com/hywax/renovate-config)
* 🚀 Library releases with just one command

Expand Down

0 comments on commit d91cfc0

Please sign in to comment.