Skip to content

Commit 70ea35b

Browse files
authored
feat: add repository permission setting rules (autowarefoundation#264)
Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
1 parent de13ffd commit 70ea35b

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@
2828

2929
- [ ] Code follows [coding guidelines][coding-guidelines]
3030
- [ ] Assign PR to reviewer
31+
- [ ] (If you added new repositories to `.repos`) set permissions for each repository.
32+
You need to add the following permissions to each github team in the new repository according to [this][repository-permission-setting-flow].
33+
- READ:
34+
- eve-autonomy
35+
- group_x1_sim
36+
- eva-mapIV
37+
- ex-fae
38+
- WRITE:
39+
- full-time-employee
40+
- group_x1_dev
41+
- group-tech-support
3142

3243
## Checklist for the PR Reviewer
3344

@@ -37,14 +48,16 @@
3748
- [ ] Code follows [coding guidelines][coding-guidelines]
3849
- [ ] (Optional) Unit tests have been written for new behavior
3950
- [ ] PR title describes the changes
51+
- [ ] (When added something to `.repos`) Check if proper access rights are set.
52+
You can check the latest permission setting status of each repository [here][github-repository-status].
53+
If the repository permissions are insufficient, you need to add the permissions according to [this][repository-permission-setting-flow].
4054

4155
## Post-Review Checklist for the PR Author
4256

4357
**PR Author should check the checkboxes below before merging.**
4458

4559
- [ ] All open points are addressed and tracked via issues or tickets
4660
- [ ] Write [release notes][release-notes]
47-
- [ ] (When added something to `.repos`) Check if proper access rights are set
4861

4962
## CI Checks
5063

@@ -54,3 +67,8 @@
5467
[coding-guidelines]: https://tier4.atlassian.net/wiki/spaces/AIP/pages/1194394777/T4
5568
[release-notes]: https://tier4.atlassian.net/wiki/spaces/AIP/pages/563774416
5669
[spell-check-dict]: https://github.com/tier4/autoware-spell-check-dict#how-to-contribute
70+
71+
<!-- Additional links -->
72+
73+
[github-repository-status]: https://docs.google.com/spreadsheets/d/13L1kVWpU5aI_sQIRCR_xk-DuVAK-B4lqkY_xAPWJ-MY/edit#gid=0
74+
[repository-permission-setting-flow]: https://tier4.atlassian.net/wiki/spaces/T4MANUALS/pages/930546509/GitHub+Flow

0 commit comments

Comments
 (0)