Skip to content

Commit 77c985a

Browse files
Added communities of practice leader updates - Add
1 parent d035473 commit 77c985a

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: communities of practice leader updates - Add
3+
about: This template is for website team only to ADD a single volunteer to a Community
4+
of Practice
5+
title: 'Update Communitiy of Practice: [CoP Name] Add [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 add the following profile after other member(s) with the same role.
23+
```
24+
- name: [Insert leadership member's name]
25+
github-handle: [Insert GitHub handle]
26+
role: [Insert role]
27+
links:
28+
slack: https://hackforla.slack.com/team/[Insert Slack member ID]
29+
github: https://github.com/[Insert GitHub handle]
30+
picture: https://avatars.githubusercontent.com/[Insert GitHub handle]
31+
```
32+
- [ ] 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]
34+
35+
### Resources/Instructions
36+
[^1]: [Info about the front matter block](https://jekyllrb.com/docs/front-matter/)
37+
[^2]: Communities of Practice page URL: https://www.hackforla.org/communities-of-practice

0 commit comments

Comments
 (0)