Skip to content

Commit

Permalink
Merge branch 'gh-pages' of https://github.com/hackforla/website into …
Browse files Browse the repository at this point in the history
…test-codeql-error
  • Loading branch information
santisecco committed Oct 15, 2024
2 parents 01ee8c4 + 5d338a1 commit d523743
Show file tree
Hide file tree
Showing 16 changed files with 3,113 additions and 2,727 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/skills-issue--developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,11 +575,11 @@ I have finished sections 1-16 and am ready to have my activity reviewed by the
I need to take some time off from the team. I believe I will be back on [Replace with DATE YOU WILL BE BACK]
```
- Apply the label `away on hold`.
- Move your prework to the `Questions / In Review` column.
- Move your Skills Issue to the `Questions / In Review` column.
- In the [roster](https://docs.google.com/spreadsheets/d/11u71eT-rZTKvVP8Yj_1rKxf2V45GCaFz4AXA7tS_asM/edit?gid=0#gid=0), find the line with your information on it and fill in your info for the following columns:
- Find Column N / "Hiatus". Put `TRUE` in that column.
- Find column O / "If on Hiatus, return date (YY-MM-DD)". Fill in your expected return date in YY-MM-DD format.
- In addition, if you are assigned to an open issue (other than your prework), do the following for that issue:
- In addition, if you are assigned to an open issue (other than your Skills Issue), do the following for that issue:
- If you have done some work on the issue, please write thorough documentation in a comment in that issue so that the issue can be handed off to another person, who can pick up working where you left off based on your notes.
- Apply a `ready for prioritization` label.
- Move it to the 'New Issue Approval` column.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Suggest a feature or new content for HackforLA.org
about: Describe this issue template's purpose here.
title: ''
title: Suggest a feature or new content for the HackforLA.org website
labels: 'Complexity: Missing, enhancement, Feature Missing, role missing, size: missing'
assignees: ''

Expand Down
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ Once you find an issue you want to work on, you need to self-assign to claim it
<details>
<summary><strong>Click here</strong> to see how to move an issue from the ‘Prioritized Backlog’ to the ‘In progress (actively working)’ & back</summary>
<p><strong>Project Board column demo</strong></p>
<img src="https://user-images.githubusercontent.com/21162229/137693338-97fe5f6c-820d-41c9-8e93-57b70827e0cf.gif" />
<img src="https://user-images.githubusercontent.com/21162229/137693338-97fe5f6c-820d-41c9-8e93-57b70827e0cf.gif">
</details>

##### **i. After you claim an issue:**
Expand Down Expand Up @@ -757,7 +757,7 @@ pbcopy < ~/.ssh/id_ed25519.pub

##### **ii. Setting up SSH Keys for Windows**

1. You have to set up SSH keys in order to contribute to github remotely. First check if you have any keys set up already. Open Git Bash and run:
1. You have to set up SSH keys in order to contribute to GitHub remotely. First check if you have any keys set up already. Open Git Bash and run:

```bash
ls -al ~/.ssh
Expand All @@ -769,7 +769,7 @@ If the folder ~/.ssh does not exist, create it using
mkdir ~/.ssh
```

2. Then enter the text below into your terminal using your github account email address.
2. Then enter the text below into your terminal using your GitHub account email address.

```bash
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Expand All @@ -787,13 +787,13 @@ eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
```

5. Finally copy the ssh key to add it to your github account by entering the following command. This copies the contents of the id_ed25519.pub file to your clipboard __Don't copy anything else until after you finish the last step, or else you will have to repeat this step.__
5. Finally copy the ssh key to add it to your GitHub account by entering the following command. This copies the contents of the id_ed25519.pub file to your clipboard __Don't copy anything else until after you finish the last step, or else you will have to repeat this step.__

```bash
clip < ~/.ssh/id_ed25519.pub
```

6. Go to your github accounts ssh key settings, and click on the button that says _New SSH key_. In the "Title" field, add a descriptive label for the new key. Paste the key into the form that pops up. Click Add SSH Key
6. Go to your GitHub account's ssh key settings, and click on the button that says _New SSH key_. In the "Title" field, add a descriptive label for the new key. Paste the key into the form that pops up. Click Add SSH Key

<sub>[Back to Table of Contents](#table-of-contents)</sub>
***
Expand Down
Loading

0 comments on commit d523743

Please sign in to comment.