Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Added template for misspellings
essencegoff authored Nov 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9115924 commit 345a03c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/correct-misspelling-on-website-page.md
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)]

0 comments on commit 345a03c

Please sign in to comment.