Skip to content

Commit

Permalink
feat: add ISSUE_TEMPLATES to report issues (#174)
Browse files Browse the repository at this point in the history
* feat: add doc.yml

Signed-off-by: Sindhu Inti <iamsindhuinti23@gmail.com>

* feat:add feature.yml

Signed-off-by: Sindhu Inti <iamsindhuinti23@gmail.com>

* feat: add other.yml

Signed-off-by: Sindhu Inti <iamsindhuinti23@gmail.com>

---------

Signed-off-by: Sindhu Inti <iamsindhuinti23@gmail.com>
  • Loading branch information
Sindhuinti committed Apr 15, 2023
1 parent 62e5a2d commit 7f7db69
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: 📄 Documentation issue
description: Found an issue in the documentation? You can use this one!
title: "[DOCS] <description>"
labels: ["documentation"]
body:
- type: textarea
id: description
attributes:
label: Description
description: Description of the question or issue, also include what you tried and what didn't work
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Screenshots if applicable
validations:
required: false
- type: textarea
id: additional-information
attributes:
label: Additional information
description: Is there anything else we should know about this bug?
validations:
required: false
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: 💡 General Feature Request
description: Have a new idea/feature? Please suggest!
title: "[FEATURE] <description>"
labels: ["feature"]
body:
- type: textarea
id: description
attributes:
label: Description
description: Description of the enhancement you propose, also include what you tried and what worked.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Screenshots if applicable
validations:
required: false
- type: textarea
id: additional-information
attributes:
label: Additional information
description: Is there anything else we should know about this bug?
validations:
required: false
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: ❗ Other
description: Use this for any other issues. Please do NOT create blank issues
title: "[OTHER] <description>"
labels: ["other"]
body:
- type: textarea
id: issuedescription
attributes:
label: What would you like to share?
description: Provide a clear and concise explanation of your issue.
validations:
required: true
- type: textarea
id: additional-information
attributes:
label: Additional information
description: Is there anything else we should know about this bug?
validations:
required: false

0 comments on commit 7f7db69

Please sign in to comment.