Skip to content

Commit 196ad63

Browse files
authored
Merge pull request #31 from Mazizova/issue-template-field-updates
Update issue templates to match the current resource cards
2 parents bad90e1 + bf691e4 commit 196ad63

5 files changed

Lines changed: 55 additions & 0 deletions

File tree

‎.github/ISSUE_TEMPLATE/resource-events.yml‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ body:
2929
attributes:
3030
label: "Date"
3131
placeholder: "e.g. 2027-06-15"
32+
- type: input
33+
id: date_end
34+
attributes:
35+
label: "End date (optional)"
36+
description: "Only for a multi-day event."
37+
placeholder: "e.g. 2027-06-17"
3238
- type: dropdown
3339
id: format
3440
attributes:
@@ -41,7 +47,25 @@ body:
4147
id: location
4248
attributes:
4349
label: "City, Country"
50+
description: "Leave blank for an online-only event."
4451
placeholder: "e.g. Amsterdam, Netherlands"
52+
- type: input
53+
id: online_url
54+
attributes:
55+
label: "Online link (optional)"
56+
description: "Livestream or virtual-attendance URL, for an online or hybrid event."
57+
placeholder: "https://..."
58+
- type: input
59+
id: registration_url
60+
attributes:
61+
label: "Registration link (optional)"
62+
placeholder: "https://..."
63+
- type: input
64+
id: recording_url
65+
attributes:
66+
label: "Recording link (optional)"
67+
description: "Only once a recording actually exists — typically for a past event."
68+
placeholder: "https://..."
4569
- type: dropdown
4670
id: subcategory
4771
attributes:

‎.github/ISSUE_TEMPLATE/resource-saas.yml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ body:
1717
placeholder: "https://..."
1818
validations:
1919
required: true
20+
- type: input
21+
id: github
22+
attributes:
23+
label: "Repository (optional)"
24+
description: "Only if there's a public GitHub repo separate from the URL above."
25+
placeholder: "https://github.com/owner/repo"
2026
- type: textarea
2127
id: description
2228
attributes:

‎.github/ISSUE_TEMPLATE/resource-services.yml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ body:
1717
placeholder: "https://..."
1818
validations:
1919
required: true
20+
- type: input
21+
id: github
22+
attributes:
23+
label: "Repository (optional)"
24+
description: "Only if there's a public GitHub repo separate from the URL above."
25+
placeholder: "https://github.com/owner/repo"
2026
- type: textarea
2127
id: description
2228
attributes:

‎.github/ISSUE_TEMPLATE/resource-software.yml‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ body:
1717
placeholder: "https://..."
1818
validations:
1919
required: true
20+
- type: input
21+
id: github
22+
attributes:
23+
label: "Repository (optional)"
24+
description: "Only if there's a public GitHub repo separate from the URL above."
25+
placeholder: "https://github.com/owner/repo"
2026
- type: textarea
2127
id: description
2228
attributes:
@@ -33,6 +39,7 @@ body:
3339
- Database Software
3440
- Monitoring & Observability
3541
- Backup & Recovery
42+
- Data Warehouse & Analytics
3643
- Replication & High Availability
3744
- Proxies & Traffic Management
3845
- Connectors & Drivers

‎.github/ISSUE_TEMPLATE/resource-training.yml‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ body:
2929
attributes:
3030
label: "Author or organization"
3131
placeholder: "e.g. Kedar Vaijanapurkar"
32+
- type: input
33+
id: date
34+
attributes:
35+
label: "Start date (optional)"
36+
description: "Only for a specific dated delivery — a workshop cohort, a bootcamp. Leave blank for self-paced or ongoing courses."
37+
placeholder: "e.g. 2027-06-15"
38+
- type: input
39+
id: date_end
40+
attributes:
41+
label: "End date (optional)"
42+
description: "Only if you set a start date above."
43+
placeholder: "e.g. 2027-06-17"
3244
- type: dropdown
3345
id: subcategory
3446
attributes:

0 commit comments

Comments
 (0)