-
-
Notifications
You must be signed in to change notification settings - Fork 778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Capitalization of "Slack" in Issue Template pre-work-template---design.md line 66 #7194
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Hi @jchue, thank you for taking up this issue! Hfla appreciates you :) Do let fellow developers know about your:- You're awesome! P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :) |
|
Prerequisite
Overview
We need to fix the following line of code to correctly capitalize "Slack" when it's used to refer to the app or the company in our code and content.
website/.github/ISSUE_TEMPLATE/pre-work-template---design.md
Line 66 in 612389d
Action Items
Open the file
/.github/ISSUE_TEMPLATE/pre-work-template---design.md
in your code editorOn Line 66, replace every
slack
withSlack
when it's used to refer to the app and the company, do not make changes within URLs.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
Change the default branch to the new issue branch
Screenshot of Default Branch Setting
Further down on the settings page under Features, check the Issues checkbox
Screenshot of Issues Checkbox
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 and save for later use.
Verify the appearance 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"
gh-pages
and to disable Issues featureFor Merge Team
Resources/Instructions
For QA to validate change: https://github.com/hackforla/website/blob/gh-pages/.github/ISSUE_TEMPLATE/pre-work-template---design.md?plain=1
The text was updated successfully, but these errors were encountered: