Skip to content

Commit

Permalink
Merge pull request #332 from MissouriMRDT/topic/issue-templates
Browse files Browse the repository at this point in the history
Fix and Improve Issue Templates
  • Loading branch information
Byrdman32 authored Oct 22, 2024
2 parents 7338b92 + 1e382ad commit 5207c60
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Bug Report
description: Report a bug or issue in the project.
title: "[Bug] "
projects:
- URC 2025
labels:
- bug
body:
Expand All @@ -10,7 +12,7 @@ body:
### **Description**
A clear and concise description of the bug or issue.
- type: input
- type: textarea
id: description
attributes:
label: Description
Expand Down
19 changes: 3 additions & 16 deletions .github/ISSUE_TEMPLATE/enhancement_request.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,16 @@
name: Enhancement Request
description: Suggest an enhancement or improvement for the project.
title: "[Enhancement] "
projects:
- URC 2025
labels:
- enhancement
body:
- type: markdown
attributes:
value: |
### **Description**
A clear and concise description of the feature or improvement you'd like to request.
- type: input
id: description
attributes:
label: Description
description: Provide a clear and concise description of the feature or improvement.
placeholder: A clear and concise description of the feature or improvement you'd like to request.
validations:
required: true

- type: markdown
attributes:
value: |
### **Why Is This Enhancement Needed?**
Explain why this enhancement is important or beneficial.
Explain why this enhancement is important or beneficial. A clear and concise description of the feature or improvement you'd like to request.
- type: textarea
id: why_needed
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/package_upgrade.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Package Upgrade
description: Request to upgrade a dependency or package.
title: "[Upgrade] "
projects:
- URC 2025
labels:
- upgrade
body:
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/research_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Research Request
description: Propose a topic or area for research.
title: "[Research] "
projects:
- URC 2025
labels:
- research
body:
Expand All @@ -10,7 +12,7 @@ body:
### **Topic Overview**
Provide a brief description of the research topic or area.
- type: input
- type: textarea
id: topic_overview
attributes:
label: Topic Overview
Expand Down

0 comments on commit 5207c60

Please sign in to comment.