-
-
Notifications
You must be signed in to change notification settings - Fork 777
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gh-pages' of https://github.com/hackforla/website into …
…test-codeql-error
- Loading branch information
Showing
16 changed files
with
3,113 additions
and
2,727 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.github/ISSUE_TEMPLATE/suggest-a-feature-or-new-content-for-hackforla-org.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:** | ||
|
@@ -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 | ||
|
@@ -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]" | ||
|
@@ -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> | ||
*** | ||
|
Oops, something went wrong.