- Sponsor
-
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.
Loading status checks…
Update issue templates
Added template for misspellings
1 parent
9115924
commit 345a03c
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
.github/ISSUE_TEMPLATE/correct-misspelling-on-website-page.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Correct misspelling on Website Page | ||
about: Describe this issue template's purpose here. | ||
title: Correct misspelling in [REPLACE WITH NAME OF PAGE] page | ||
labels: 'Feature Missing, feature: spelling, good first issue, role: back end/devOps, | ||
role: front end, size: 0.25pt, time sensitive' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### 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](https://www.hackforla.org/getting-started). | ||
2. Please make sure you have read our **[Hack for LA Contributing Guide](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md)** before you claim/start working on an issue. | ||
|
||
### Overview | ||
Our website needs to be free of misspellings so that our reputation for quality is maintained. In this issue a misspelling in the [REPLACE WITH WHERE] on the [REPLACE WITH NAME OF PAGE] page will be corrected. | ||
|
||
### Action Items | ||
- [ ] For the file `[REPLACE WITH DIRECTORY & NAME OF FILE (e.g., /pages/communities-of-practice.html)]`, correct the spelling from "[REPLACE WITH MISSPELLED WORD]" to "[REPLACE WITH CORRECT SPELLED WORD]", so | ||
|
||
``` | ||
[REPLACE WITH CURRENT CODE] | ||
``` | ||
becomes | ||
``` | ||
[REPLACE WITH FUTURE CODE - WHAT IT WILL LOOK LIKE AFTER ITS FIXED] | ||
``` | ||
- [ ] Use Docker to test changes locally, in both desktop and mobile views | ||
|
||
### Resources | ||
Website page with issue: [REPLACE WITH URL OF PAGE ON WEBSITE] | ||
File on GitHub: https://github.com/hackforla/website/blob/gh-pages/REPLACE WITH DIRECTORY & NAME OF FILE (e.g., /pages/communities-of-practice.html)] |