Skip to content

Commit c8c93c2

Browse files
Update Communities of Practice leader updates - Add and Remove templates
1 parent 7ef157d commit c8c93c2

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

.github/ISSUE_TEMPLATE/communities-of-practice-leader-updates---add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We need to keep project information up to date so that visitors to the website c
3030
picture: https://avatars.githubusercontent.com/[Insert GitHub handle]
3131
```
3232
- [ ] Verify the changes by viewing the following in your local environment with Docker, and include 'before' and 'after' screenshots with your pull request:
33-
- [ ] Communities of Practice page [^3]
33+
- [ ] Communities of Practice page [^2]
3434

3535
### Resources/Instructions
3636
[^1]: [Info about the front matter block](https://jekyllrb.com/docs/front-matter/)
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Communities of Practice leader updates - Remove
3+
about: This template is for website team only to REMOVE a single volunteer from a
4+
Community of Practice
5+
title: 'Update Community of Practice: [CoP Name] Remove [Name of Volunteer]'
6+
labels: 'good first issue, P-Feature: Communities of Practice, role: back end/devOps,
7+
role: front end, size: 0.25pt, time sensitive'
8+
assignees: ''
9+
10+
---
11+
12+
### Prerequisites
13+
1. Be a member of Hack for LA. (There are no fees to join.) If you have not joined yet, please follow the steps on our [Getting Started](https://www.hackforla.org/getting-started) page and attend an onboarding session.
14+
2. You have already read our [How to Contribute to Hack for LA Guide](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md).
15+
16+
### Overview
17+
We need to keep project information up to date so that visitors to the website can find accurate information.
18+
19+
### Action Items
20+
- [ ] In your IDE, open the `_data/internal/communities/[Insert filename].yml` file.
21+
- [ ] Observe the existing syntax of the front matter block [^1] in the file.
22+
- [ ] Find the `leadership` variable and remove the following:
23+
```
24+
[Insert the lines of code to remove the specified leadership member]
25+
```
26+
- [ ] Verify the changes by viewing the following in your local environment with Docker, and include 'before' and 'after' screenshots with your pull request:
27+
- [ ] Communities of Practice page [^2]
28+
29+
### Resources/Instructions
30+
[^1]: [Info about the front matter block](https://jekyllrb.com/docs/front-matter/)
31+
[^2]: Communities of Practice page URL: https://www.hackforla.org/communities-of-practice

0 commit comments

Comments
 (0)