You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have done a quick search on the issue tracker to check if the feature request is not redundant
Is your feature request related to a problem? If yes, describe the problem
I am annoyed that the templates don't have a good way to prompt users for information.
Describe the desired feature
I want to update the bug, feature, and PR templates to have a better UI.
Additional context
Here's an example for the feature template
name: 🔧 Featuredescription: Create a new featurebody:
- type: markdownattributes:
value: | Thank you for taking the time to a file a new feature. Please provide a description below for it.
- type: inputid: osattributes:
label: Operating systemdescription: "Which operating system should this be implemented on? Please provide the version as well."placeholder: "macOS Sonoma 14.4.1"validations:
required: true
- type: inputid: Software-repoattributes:
label: Software repodescription: "Please provide the name or link to the software repo where to implement the feature. "placeholder: "Repo here"validations:
required: true
- type: inputid: Software-versionattributes:
label: Software versiondescription: "Please provide the version/branch to implement this feature on. "placeholder: "Version/branch here"validations:
required: true
- type: textareaid: feature-descriptionattributes:
label: Feature descriptiondescription: Tell me more about the feature?validations:
required: true
- type: textareaid: use-caseattributes:
label: Use case of the featuredescription: What value does implementing this feature provide?validations:
required: true
- type: textareaid: otherattributes:
label: Otherdescription: If applicable, please provide any other relevant info needed to create the feature.render: shell
Here's an example for the bug template
name: 🐛 Bugdescription: File a bug reportbody:
- type: markdownattributes:
value: | Before opening a bug report, please search for the behaviour in the existing issues. --- Thank you for taking the time to file a bug report. To address this bug as fast as possible, we need some information.
- type: inputid: osattributes:
label: Operating systemdescription: "Which operating system did this bug occur on? Please provide the version as well."placeholder: "macOS Sonoma 14.4.1"validations:
required: true
- type: inputid: Software-repoattributes:
label: Software repodescription: "Please provide the name or link to the software repo where to implement the feature. "placeholder: "Repo here"validations:
required: true
- type: inputid: Software-versionattributes:
label: Software versiondescription: "Which version/branch of the software is this bug occurring on?"placeholder: "Version/branch here"validations:
required: true
- type: textareaid: bug-descriptionattributes:
label: Bug descriptiondescription: What happened?validations:
required: true
- type: textareaid: bug-fixattributes:
label: Bug fixdescription: What should be fixed?validations:
required: true
- type: textareaid: stepsattributes:
label: Steps to reproducedescription: Which steps do we need to take to reproduce this error?validations:
required: true
- type: textareaid: logsattributes:
label: Relevant log outputdescription: If applicable, provide relevant log output.render: shell
- type: textareaid: otherattributes:
label: Otherdescription: If applicable, please provide any other relevant info needed to create the feature.render: shell
Here's an example for the PR template
## What type of PR is this? (check all applicable)-[ ] 🔧 Feature
-[ ] 🐛 Bug Fix
-[ ] 📝 Documentation Update
-[ ] 🎨 Style
-[ ] 🖥️ Code Refactor
-[ ] 🔥 Performance Improvements
-[ ] ✅ Test
-[ ] 🔨 Build
-[ ] 🔁 CI
-[ ] 📦 Release
-[ ] ⏪️ Revert
## Description<!-- Insert description here -->## Why this change?<!-- Help provide an explaination for the ticket -->## Related Tickets & Documents<!-- Any related info? -->## Screenshots<!-- Screenshots are nice :) -->## How to test your change?<!-- How should we test your change? -->## Added to documentation?-[ ] 📜 README.md
-[ ] 📓 Code comments
-[ ] 📕 Github pages
-[ ] 🚫 no documentation needed
The text was updated successfully, but these errors were encountered:
Checklist before submitting a feature request
Is your feature request related to a problem? If yes, describe the problem
I am annoyed that the templates don't have a good way to prompt users for information.
Describe the desired feature
I want to update the bug, feature, and PR templates to have a better UI.
Additional context
Here's an example for the feature template
Here's an example for the bug template
Here's an example for the PR template
The text was updated successfully, but these errors were encountered: