Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Added an issue template to add seed data to a table.
  • Loading branch information
ExperimentsInHonesty authored Apr 29, 2024
1 parent ec46527 commit 58a43e7
Show file tree
Hide file tree
Showing 20 changed files with 62 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Simple action that will make it possible to add project to hackforla.org
title: ''
labels: enhancement
assignees: ''

---

### Overview
Expand Down
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/add-seed-data-to-a-table.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Add seed data to a table
about: For adding data that will be the same no matter what organization uses People
Depot
title: Add seed data for [Replace with TABLE NAME]
labels: 'Feature: Table Creation, good first issue, missing: feature, missing: stakeholder,
role: back end, size: 1pt'
assignees: ''

---

### Dependency
- [ ] #[Replace with ISSUE NUMBER FOR TABLE CREATION]

### Overview

We need to add seed data for the [Replace with TABLE NAME] table, because it won't be changing, it's the same for all users of people depot and the information is public

### Action Items
- [ ] Read the instructions (resource 1.01)
- [ ] Find the table (resource 1.02), and add it to the resources below (resource 2.01)
- [ ] create the json file
- [ ] convert the json file to python script
- [ ] Combine the script in migration
- [ ] Update the 2.02 & 2.03 links when the pr is merged

### Resources
#### Resources for creating this issue
- 1.01 Instruction: https://hackforla.github.io/peopledepot/how-to/create-initial-data-migrations/
- 1.02 tables folder: https://github.com/hackforla/peopledepot/blob/main/app/core/migrations/

#### Resources gathered during the completion of this issue
- 2.01 table:
- 2.02 json file (after commit):
- 2.03 script that adds seed data:
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/blank-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Consistent formatting makes Issues concise and easy to navigate.
title: ''
labels: ''
assignees: ''

---

### Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Add Open Graph Markup tags to header
title: Control what appears when you paste your sites link in social media sites
labels: enhancement, question
assignees: ''

---

### Overview
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/create-agenda.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Assign issue to all team members day after meetup in prep for next meetup
title: ''
labels: documentation, help wanted, question
assignees: ''

---

### Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Gather information to add this project to HackforLA's website
title: ''
labels: documentation, good first issue, question
assignees: ''

---

### Overview
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/create-table-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Create an issue for each table required
title: 'Create Table: [name of table]'
labels: 'role: back end, size: 2pt'
assignees: ''

---

### Overview
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/emergent-request.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
name: Emergent Request
about: When you discover something in your issue that is out of scope and it needs a new issue or discussion
about: When you discover something in your issue that is out of scope and it needs
a new issue or discussion
title: 'ER: [replace with info ]'
labels: 'size: 0.25pt'
assignees: ''

---

### Emergent Requirement - Problem
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Suggest an idea for this project
title: 'Feature Suggestion: '
labels: documentation
assignees: ''

---

### Overview
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/lighthouse--accessibility---forms.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
name: 'Lighthouse: Accessibility - Forms'
about: Instructions for creating or improving forms to make them accessible when visitors use screen readers AKA Form <input> elements must have labels
about: Instructions for creating or improving forms to make them accessible when visitors
use screen readers AKA Form <input> elements must have labels
title: 'Lighthouse: Accessibility - Forms'
labels: ''
assignees: ''

---

### Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: AKA Links must have discernible text
title: 'Lighthouse: Accessibility - Links'
labels: ''
assignees: ''

---

### Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Instructions for addressing the cross-origin linking vulnerabilities
title: 'Lighthouse Issue: Cross-origin destinations are unsafe'
labels: ''
assignees: ''

---

### Overview
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/lighthouse--how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Provides overview of how to use Lighthouse and links to additional resour
title: 'Lighthouse: How To'
labels: ''
assignees: ''

---

### Overview
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/lighthouse--image-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Instructions for optimizing images
title: 'Lighthouse: Image Optimization'
labels: ''
assignees: ''

---

### Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: To propose changes to project.md file format
title: Proposal to change project.md file format [that accomplishes x]
labels: documentation, enhancement
assignees: ''

---

### Overview
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/update-content-for-readme-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Instructions for revising the README.md file inside this repository
title: ''
labels: documentation, good first issue, help wanted, question
assignees: ''

---

### Overview
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
name: 'Update Project Profile: [name of project]'
about: We are making a project home page for each project and need some additional info
about: We are making a project home page for each project and need some additional
info
title: 'Update Project Profile: [name of project]'
labels: documentation
assignees: ''

---

### Overview
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/update-team-roster.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Provides new team members a link to team roster to input their informatio
title: ''
labels: documentation, good first issue, question
assignees: ''

---

### Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Describe this issue template's purpose here.
title: 'Wave Chrome Extension: Accessibility review'
labels: ''
assignees: ''

---

### Overview
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
name: Which accessibility testing tool should you use?
about: There are a lot of tools, this issue has a list of our favorites and links to more
about: There are a lot of tools, this issue has a list of our favorites and links
to more
title: Which accessibility testing tool should you use?
labels: ''
assignees: ''

---

### Overview
Expand Down

0 comments on commit 58a43e7

Please sign in to comment.