Skip to content

Commit

Permalink
General: Updating GitHub Issue Templates (#936)
Browse files Browse the repository at this point in the history
* Clean up issue templates and include 'type' of issue for a better overview

* Prettified Code!

---------

Co-authored-by: ssandino <[email protected]>
  • Loading branch information
ssandino and ssandino authored Nov 9, 2024
1 parent d0adc5a commit 557027b
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 209 deletions.
16 changes: 5 additions & 11 deletions .github/ISSUE_TEMPLATE/admin_tool_bug_issue_template.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
name: "🐞 Bug Report: Admin Tool"
name: "Admin Tool: 🐞 Bug Report"
description: Create a report to help us improve the admin tool
title: "[Admin Tool]: <title>"
labels: bug, admintool
title: "[Admin]: <title>"
labels: ["admin"]
type: "bug"
body:
- type: markdown
attributes:
value: |
# Thank you for taking the time to help us improve the app!
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
# Improving Social Income
- type: textarea
attributes:
label: Describe the bug
Expand Down
16 changes: 5 additions & 11 deletions .github/ISSUE_TEMPLATE/admin_tool_feature_request_template.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
name: "✨ Feature Request: Admin Tool"
name: "Admin Tool: ✨ Feature Request"
description: Suggest a feature for the admin tool
title: "[Admin Tool Feature]: <title>"
labels: admintool, feature
title: "[Admin]: <title>"
labels: ["admin"]
type: "enhancement"
body:
- type: markdown
attributes:
value: |
# Thank you for taking the time to help us improve the app!
- type: checkboxes
attributes:
label: Is there an existing request for this feature?
description: Please search to see if a request already exists for the feature you'd like.
options:
- label: I have searched the existing issues
required: true
# Improving Social Income
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
Expand Down
16 changes: 5 additions & 11 deletions .github/ISSUE_TEMPLATE/mobile_app_bug_issue_template.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
name: "🐞 Bug Report: Mobile App"
name: "Mobile App: 🐞 Bug Report"
description: Create a report to help us improve the mobile app
title: "[Mobile App Bug]: <title>"
labels: bug, flutter, mobileapp
title: "[Mobile]: <title>"
labels: ["mobile"]
type: "bug"
body:
- type: markdown
attributes:
value: |
# Thank you for taking the time to help us improve the app!
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
# Improving Social Income
- type: textarea
attributes:
label: Describe the bug
Expand Down
14 changes: 4 additions & 10 deletions .github/ISSUE_TEMPLATE/mobile_app_feature_request_template.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
name: "✨ Feature Request: Mobile App"
name: "Mobile App: ✨ Feature Request"
description: Suggest a feature for the mobile app
title: "[Mobile App Feature]: <title>"
labels: feature, flutter, mobileapp
labels: ["mobile"]
type: "enhancement"
body:
- type: markdown
attributes:
value: |
# Thank you for taking the time to help us improve the app!
- type: checkboxes
attributes:
label: Is there an existing request for this feature?
description: Please search to see if a request already exists for the feature you'd like.
options:
- label: I have searched the existing issues
required: true
# Improving Social Income
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
Expand Down
97 changes: 0 additions & 97 deletions .github/ISSUE_TEMPLATE/ui_bug_issue_template.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/ui_feature_request_template.yml

This file was deleted.

16 changes: 5 additions & 11 deletions .github/ISSUE_TEMPLATE/website_bug_issue_template.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
name: "🐞 Bug Report: Website"
name: "Website: 🐞 Bug Report"
description: Create a report to help us improve the website
title: "[Website Bug]: <title>"
labels: bug, website
title: "[Web]: <title>"
labels: ["website"]
type: "bug"
body:
- type: markdown
attributes:
value: |
# Thank you for taking the time to help us improve the app!
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
# Improving Social Income
- type: textarea
attributes:
label: Describe the bug
Expand Down
16 changes: 5 additions & 11 deletions .github/ISSUE_TEMPLATE/website_feature_request_template.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
name: "Feature Request: Website"
name: "Website: ✨Feature Request"
description: Suggest a feature for the website
title: "[Website Feature]: <title>"
labels: feature, website
title: "[Web]: <title>"
labels: ["website"]
type: "enhancement"
body:
- type: markdown
attributes:
value: |
# Thank you for taking the time to help us improve the app!
- type: checkboxes
attributes:
label: Is there an existing request for this feature?
description: Please search to see if a request already exists for the feature you'd like.
options:
- label: I have searched the existing issues
required: true
# Improving Social Income
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
Expand Down

0 comments on commit 557027b

Please sign in to comment.