Skip to content

Commit 2f0713e

Browse files
Update Project Profile Leader issue template (#8374)
Adds instructions to ensure that new team member additions are sorted by role
1 parent 81cc6c3 commit 2f0713e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/project-profile-leader-updates---add.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We need to keep project information up to date so that visitors to the website c
1818
### Action Items
1919
- [ ] In your IDE, open the `_projects/[Insert filename].md` file.
2020
- [ ] Observe the existing syntax of the front matter block [^1] in the file.
21-
- [ ] Find the `leadership` variable and add the following profile.
21+
- [ ] Find the `leadership` variable and add the following profile after other member(s) with the same role.[^2]
2222
```
2323
- name: [Insert leadership member's name]
2424
github-handle: [Insert GitHub handle]
@@ -28,9 +28,10 @@ We need to keep project information up to date so that visitors to the website c
2828
github: https://github.com/[Insert GitHub handle]
2929
picture: https://avatars.githubusercontent.com/[Insert GitHub handle]
3030
```
31-
- [ ] Verify the changes by viewing the following in your local environment and include before and after screenshots with your pull request:
32-
- [ ] [Insert name of project] page [^2]
31+
- [ ] Verify the changes by viewing the following in your local environment with Docker, and include 'before' and 'after' screenshots with your pull request:
32+
- [ ] [Insert name of project] page [^3]
3333

3434
### Resources/Instructions
3535
[^1]: [Info about the front matter block](https://jekyllrb.com/docs/front-matter/)
36-
[^2]: Project detailed info page URL: [Insert project specific page URL here]
36+
[^2]: Note: The typical order of roles should be: 'role: Owner' --> 'role: Manager' --> 'role: Lead' --> 'role: Merge Team' --> 'role: Researcher/Designer/Developer/Engineer'. If the intended order is not clear, ask the person who submitted the original request.
37+
[^3]: Project detailed info page URL: [Insert project specific page URL here]

0 commit comments

Comments
 (0)