Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CoP: Ops: Fix Slack links in leadership variables #7566

Closed
4 of 8 tasks
Tracked by #7294
ExperimentsInHonesty opened this issue Oct 7, 2024 · 3 comments · Fixed by #7568
Closed
4 of 8 tasks
Tracked by #7294

Update CoP: Ops: Fix Slack links in leadership variables #7566

ExperimentsInHonesty opened this issue Oct 7, 2024 · 3 comments · Fixed by #7568
Assignees
Labels
good first issue Good for newcomers P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours time sensitive Needs to be worked on by a particular timeframe

Comments

@ExperimentsInHonesty
Copy link
Member

ExperimentsInHonesty commented Oct 7, 2024

Prerequisites

  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 page and attend an onboarding session.
  2. You have already read our How to Contribute to Hack for LA Guide.

Overview

We need to keep project information up to date so that visitors to the website can find accurate information.

Action Items

  • In your IDE, open the _data/internal/communities/ops.yml file.
  • Observe the existing syntax of the front matter block 1 in the file.
  • Find the leadership variable and replace.
leadership-type: Community Led
leadership:
  - name: Chelsey Beck
    github-handle: chelseybeck
    role: Co-lead
    links:
      slack: https://hackforla.slack.com/team/U01J93AQKSS
      github: https://github.com/chelseybeck
    picture: https://avatars.githubusercontent.com/chelseybeck
  - name: Alex English
    github-handle: ale210
    role: Co-lead
    links:
      slack: U078B1S0XDM
      github: https://github.com/ale210
    picture: https://avatars.githubusercontent.com/ale210
  - name: Ryan Sakuma
    github-handle: RSkuma
    role: Co-lead
    links:
      slack: U078U294XB6
      github: https://github.com/RSkuma
    picture: https://avatars.githubusercontent.com/RSkuma
  - name: Sudha Raamakrishnan
    github-handle: sudhara
    role: Ops PM
    links:
      slack: https://hackforla.slack.com/team/U07FJRNN9MK
      github: https://github.com/sudhara
    picture: https://avatars.githubusercontent.com/sudhara
  - name: Dean Church
    github-handle: Rankazze
    role: Co-lead
    links:
      slack: https://hackforla.slack.com/team/UJR0UKBN1
      github: https://github.com/Rankazze
    picture: https://avatars.githubusercontent.com/Rankazze

with this

leadership-type: Community Led
leadership:
  - name: Chelsey Beck
    github-handle: chelseybeck
    role: Co-lead
    links:
      slack: https://hackforla.slack.com/team/U01J93AQKSS
      github: https://github.com/chelseybeck
    picture: https://avatars.githubusercontent.com/chelseybeck
  - name: Alex English
    github-handle: ale210
    role: Co-lead
    links:
      slack: https://hackforla.slack.com/team/U078B1S0XDM
      github: https://github.com/ale210
    picture: https://avatars.githubusercontent.com/ale210
  - name: Ryan Sakuma
    github-handle: RSkuma
    role: Co-lead
    links:
      slack: https://hackforla.slack.com/team/U078U294XB6
      github: https://github.com/RSkuma
    picture: https://avatars.githubusercontent.com/RSkuma
  - name: Sudha Raamakrishnan
    github-handle: sudhara
    role: Ops PM
    links:
      slack: https://hackforla.slack.com/team/U07FJRNN9MK
      github: https://github.com/sudhara
    picture: https://avatars.githubusercontent.com/sudhara
  - name: Dean Church
    github-handle: Rankazze
    role: Co-lead
    links:
      slack: https://hackforla.slack.com/team/UJR0UKBN1
      github: https://github.com/Rankazze
    picture: https://avatars.githubusercontent.com/Rankazze
  • Verify the changes by viewing the following in your local environment and include before and after screenshots with your pull request:
    • [Insert name of project] page 2
  • Once your pull request is merged, go to the initiating ER 3
    • Check off this issue under the Dependency section
    • move initiating ER 3 to Questions / In Review column and uncheck the Dependency label and add the ready for stakeholder label
      • Click here to see how to uncheck the Dependency label

Resources/Instructions

Footnotes

  1. Info about the front matter block

  2. Project detailed info page URL: https://www.hackforla.org/communities-of-practice

  3. initiating ER: ER: Communities of Practice information updates: Ops #7294 2

@ExperimentsInHonesty ExperimentsInHonesty added Feature Missing This label means that the issue needs to be linked to a precise feature label. size: missing role missing Complexity: Missing labels Oct 7, 2024
@github-project-automation github-project-automation bot moved this to New Issue Approval in P: HfLA Website: Project Board Oct 7, 2024
@ExperimentsInHonesty ExperimentsInHonesty added good first issue Good for newcomers role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) time sensitive Needs to be worked on by a particular timeframe size: 0.25pt Can be done in 0.5 to 1.5 hours and removed Feature Missing This label means that the issue needs to be linked to a precise feature label. size: missing role missing Complexity: Missing labels Oct 7, 2024
@theogguu theogguu self-assigned this Oct 7, 2024
@HackforLABot
Copy link
Contributor

Hi @theogguu, thank you for taking up this issue! Hfla appreciates you :)

Do let fellow developers know about your:-
i. Availability: (When are you available to work on the issue/answer questions other programmers might have about your issue?)
ii. ETA: (When do you expect this issue to be completed?)

You're awesome!

P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :)

@theogguu theogguu moved this from Prioritized backlog to In progress (actively working) in P: HfLA Website: Project Board Oct 7, 2024
@theogguu
Copy link
Member

theogguu commented Oct 7, 2024

Availability this week: available to work throughout this week
ETA: EOD Oct 7 (today)

@theogguu
Copy link
Member

theogguu commented Oct 7, 2024

Provide Update

  1. Progress - done
  2. Blockers - n/a
  3. Availability - available M/T/W this week
  4. ETA - n/a

@github-project-automation github-project-automation bot moved this from In progress (actively working) to QA in P: HfLA Website: Project Board Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours time sensitive Needs to be worked on by a particular timeframe
Development

Successfully merging a pull request may close this issue.

3 participants