Skip to content

Commit

Permalink
Merge branch 'hackforla:gh-pages' into update-textCard-7429
Browse files Browse the repository at this point in the history
  • Loading branch information
codyyjxn authored Sep 27, 2024
2 parents 8348bad + c1d4085 commit 1e3c50b
Show file tree
Hide file tree
Showing 13 changed files with 1,737 additions and 1,446 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/pre-work-template---design.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Progress through issues with increasing complexity in the following order:
- First, you should post the question as a comment on your assigned issue, so it can be easily referred to in the next bullet points
- Then, add the issue to the "Design Weekly Meeting Agenda" column of the Project Board so that it can be addressed in the next design meeting
- You may also add the label "Status: Help Wanted" so other designers can see it and potentially help answer your question
- Lastly, you can post your question in the hfla slack channel and link the issue you're working on, so other volunteers can see and respond
- Lastly, you can post your question in the hfla Slack channel and link the issue you're working on, so other volunteers can see and respond
### Resources/Instructions
- [GitHub Project Board - Hack for LA ](https://github.com/hackforla/website/projects/7)
Expand Down
19 changes: 13 additions & 6 deletions .github/ISSUE_TEMPLATE/skills-issue--developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,14 +569,21 @@ I have finished sections 1-16 and am ready to have my activity reviewed by the
<details><summary>If you need to take some time off from the team</summary>
Copy and customize this response, and leave it in a comment on this issue
- For this Skills Issue, please do the following:
- Copy and customize this response, and leave it in a comment on this issue
```
I need to take some time off from the team. I believe I will be back on [Replace with DATE YOU WILL BE BACK]
```
- If you have put work in, please make sure its well documented.
- Add the label `away on hold`
- Move this issue to the questions column
- if you are assigned to an issue, if you have not yet made any progress on the issue, please unassign.
```
- Apply the label `away on hold`.
- Move your prework 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:
- 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.
- Then, unassign yourself from that issue.
</details>
[**⇧** Table of Contents](#table-of=contents)
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/pr-verification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Pull Request Verification
on:
pull_request_target:
types: [opened]

jobs:
Check-Team-Membership:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.HACKFORLA_ADMIN_TOKEN }}
script: |
const verifyPR = require('./github-actions/trigger-pr-target/verify-pr.js');
verifyPR({github, context});
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ You can fork the hackforla/website repository by clicking <a href="https://githu
<details>
<summary><strong>Click here</strong> to see a visual example of the `fork` button within the website repo</summary>
<p><strong>First, you find the `fork` button on the top right hand side of the [Hack for LA website repo](https://github.com/hackforla/website)</strong></h4>
<img src="https://user-images.githubusercontent.com/21162229/137044762-c80f18e8-b785-48fb-a286-81c1117c0178.jpg" />
<img src="https://user-images.githubusercontent.com/21162229/137044762-c80f18e8-b785-48fb-a286-81c1117c0178.jpg">
<p><strong>Next, a modal may open and request where you want to fork this website repo. Please click on your avatar or your GitHub username</strong></p>
<img src="https://user-images.githubusercontent.com/21162229/137045294-3d46b28c-edbb-410c-98f1-13940ecc5c5f.jpg">
</details><br>
Expand Down
Loading

0 comments on commit 1e3c50b

Please sign in to comment.