Skip to content

Commit 3e69c05

Browse files
authored
docs(pull_request_template): add merging guidelines (#55)
1 parent 86a4ac2 commit 3e69c05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@
1616
### Typescript
1717
- [ ] added or edited relevant Typescript type declarations
1818
- [ ] no type declaration updates needed
19+
20+
## Merging
21+
For maintainers.
22+
23+
To merge, select "Squash and Merge". Then:
24+
1. Make sure the top commit message follows [Angular Git Commit Guidelines](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines),
25+
2. Delete all other commit messages in the description, but keep any lines designating [co-authors](https://docs.github.com/en/free-pro-team@latest/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors) so contributors will retain credit for their contributions.

0 commit comments

Comments
 (0)