website
website copied to clipboard
Update Pre-Work Checklist (Design) with Section 1.7
Prerequisite
- 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.
- Before you claim or start working on an issue, please make sure you have read our How to Contribute to Hack for LA Guide.
Overview
The Pre-Work Checklist is used to properly onboard new members with the Hack for LA process.
At the moment thePre-Work Checklist - Design only lists completing steps 1.1-1.6 of CONTRIBUTING.md.
It should be amended to list completing steps 1.1-1.7 of CONTRIBUTING.md
Action Items
- [ ] In your local IDE, navigate to
.github/ISSUE_TEMPLATE/pre-work-template--design.md - [ ] Replace
- [ ] Complete steps 1.1 - 1.6 in [Part 1: Setting up the development environment within Contributing.md](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md#part-1-setting-up-the-development-environment)
with
- [ ] Complete steps 1.1 - 1.7 in [Part 1: Setting up the development environment within Contributing.md](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md#part-1-setting-up-the-development-environment)
- [ ] With
pre-work-template--design.mdstill open, make a note of the section in which the replaced content appears, so that you will know where to look in the document to preview the change. - [ ] Changes to
pre-work-template--design.mdcannot be tested locally, rather they must be tested after pushing the issue branch to your fork of the repository. Push your issue branch in the usual manner, but before creating the Pull Request, check your updates using this test URL. Also store the test URL for use in a later step:
https://github.com/[REPLACE WITH GITHUB HANDLE]/website/blob/[REPLACE WITH NAME OF ISSUE BRANCH]/.github/ISSUE_TEMPLATE/pre-work-template--design.md
(for example: https://github.com/bonniewolfe/website/blob/issue-branch-1234/.github/ISSUE_TEMPLATE/pre-work-template--design.md)
- [ ] Create a pull request with your changes. In the Pull Request, after the "Why did you make the changes" section, add this line to help reviewers, replacing the text in brackets (and the brackets) with the test URL from the previous Action Item.
For Reviewers: Do not review changes locally, rather, review changes at [REPLACE WITH TEST URL]
Resources/Instructions
- Pre-Work Checklist - Design
- Getting started with writing and formatting on GitHub
- This issue is part of #6041