Skip to content

Commit fb570dc

Browse files
ci(github): update pull request template (#349)
* chore(github): update pull request template * Update pull_request_template.md
1 parent 9f981c5 commit fb570dc

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.github/pull_request_template.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,32 @@
33
...
44

55

6-
## 2. Deployment tag versioning
6+
## 2. PR title
7+
8+
Your PR title must follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) (as we are doing squash merge for each PR), so it must start with one of the following [types](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type):
9+
10+
- [ ] build: Changes that affect the build system or external dependencies (example scopes: yarn, eslint, typescript)
11+
- [ ] ci: Changes to our CI configuration files and scripts (example scopes: vercel, github, cypress)
12+
- [ ] docs: Documentation-only changes
13+
- [ ] feat: A new feature
14+
- [ ] fix: A bug fix
15+
- [ ] perf: A code change that improves performance
16+
- [ ] refactor: A code change that doesn't fix a bug, or add a feature, or improves performance
17+
- [ ] style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
18+
- [ ] test: Adding missing tests or correcting existing tests
19+
20+
21+
## 3. Deployment tag versioning
722

823
Has the version in `params/version.go` been updated?
924

1025
- [ ] This PR doesn't involve a new deployment, git tag, docker image tag, and it doesn't affect traces
1126
- [ ] Yes
1227

28+
29+
## 4. Breaking change label
30+
31+
Does this PR have the `breaking-change` label?
32+
33+
- [ ] This PR is not a breaking change
34+
- [ ] Yes

0 commit comments

Comments
 (0)