Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(github): Update pull request template #504

Merged
merged 4 commits into from
Jul 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. -->

<!-- Your Pull Request name should start with one of the following tags
new: For new features
feat: For new features
improve: For an improvement (performance or little improvements) in existing features
fix: For bug fixes that affects the end user
break: For pull requests including breaking changes
chore: For small tasks
doc: For documentation
docs: For documentation only changes
perf: For code change that improves performance
build: For changes that affect the build system or external dependencies
ci: For changes to our CI configuration files and scripts
refactor: For changes that neither fixes a bug nor adds a feature
test: For adding missing tests or correcting existing tests

E.g.:

feat(fuselage-hooks): Add useWhatever hook
-->

<!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. -->
Expand Down