Skip to content

Commit 8f6f11f

Browse files
Update issue templates
1 parent 7cf8716 commit 8f6f11f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/add-seed-data-to-a-table.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Add seed data to a table
33
about: For adding data that will be the same no matter what organization uses People Depot
44
title: 'Add seed data for Table: [Replace with TABLE NAME]'
5-
labels: 'complexity: small, good first issue, milestone: missing, role: back end, size: 1pt'
5+
labels: 'complexity: small, good first issue, milestone: missing, ready for dev lead, role: back end, size: 1pt'
66
assignees: ''
77
---
88

@@ -18,20 +18,20 @@ We need to add seed data for the [Replace with TABLE NAME] table, because it won
1818

1919
- [ ] Read the instructions (resource 1.01)
2020
- [ ] Find the table (resource 1.02), and add it to the resources below (resource 2.01)
21-
- [ ] create the json file
22-
- [ ] convert the json file to python script
21+
- [ ] create the csv file
22+
- [ ] convert the csv file to python script
2323
- [ ] Combine the script in migration
2424
- [ ] Update the 2.02 & 2.03 links when the pr is merged
2525

2626
### Resources
2727

2828
#### Resources for creating this issue
2929

30-
- 1.01 Instruction: https://hackforla.github.io/peopledepot/how-to/create-initial-data-migrations/
31-
- 1.02 tables folder: https://github.com/hackforla/peopledepot/blob/main/app/core/migrations/
30+
- 1.01 Instruction: https://hackforla.github.io/peopledepot/contributing/howto/create-initial-data-migrations/
31+
- 1.02 tables folder: https://github.com/hackforla/peopledepot/tree/main/app/core/migrations
3232

3333
#### Resources gathered during the completion of this issue
3434

3535
- 2.01 table:
36-
- 2.02 json file (after commit):
36+
- 2.02 csv file (after commit):
3737
- 2.03 script that adds seed data:

0 commit comments

Comments
 (0)