website icon indicating copy to clipboard operation
website copied to clipboard

Change QA Validation URL in `add-github-handle` issue template

Open tony1ee opened this issue 9 months ago • 0 comments

Prerequisite

  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.
  2. 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

We need to change the URL for QA validation in add-github-handle issue template so it defaults to code instead of preview.

Action Items

  • [ ] Open the file .github/ISSUE_TEMPLATE/add-github-handle.md in your code editor
  • [ ] Replace
For QA to validate change: https://github.com/hackforla/website/blob/gh-pages/[INSERT-PATH-TO-PROJECT-FILE]  

with

For QA to validate change: https://github.com/hackforla/website/blob/gh-pages/_projects/[INSERT_PROJECT_FILE]?plain=1
  • [ ] Push your issue branch to your fork of the website repository, as described in Section 3.1.a of CONTRIBUTING doc, for example: git push --set-upstream origin test-update-labels-1234

  • [ ] The response from the push command will include the URL for creating a pull request. Copy/Paste the URL for creating the Pull Request for later.

  • [ ] Browse to your fork of the website repository and click Settings

    Screenshot of Repository Settings

    image

  • [ ] Change the default branch to the new issue branch

    Screenshot of Default Branch Setting

    image

  • [ ] Further down on the settings page under Features, check the Issues checkbox

    Screenshot of Issues Checkbox

    image

  • [ ] From the Issues page, click "New Issue" then locate the template updated by your issue, and click "Get Started" to open the issue template.

  • [ ] Copy the URL of the issue creation page as [URL OF ISSUE TEMPLATE] and save for later use.

  • [ ] Verify the changes of the issue template.

  • [ ] Complete the Pull Request process by visiting the URL saved from the push command.

  • [ ] In the PR copy/paste this text immediately before the section "Screenshots of Proposed Changes Of The Website"

 ### For Reviewers
- Use this URL to check the updated issue template: [URL OF ISSUE TEMPLATE]
  • [ ] Replace the text in the square brackets (as well as the square brackets) with the URL of the updated issue template
  • [ ] Submit your pull request with your changes for review
  • [ ] After PR is merged, be sure to follow the steps above to change your default branch back to gh-pages and to disable Issues feature

Resources/Instructions

For QA to validate change: https://github.com/hackforla/website/blob/gh-pages/.github/ISSUE_TEMPLATE/add-github-handle.md?plain=1 This issue is made for ER #6771.

tony1ee avatar May 11 '24 07:05 tony1ee