-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from AbhijithGanesh/templates
Creation of templates
- Loading branch information
Showing
3 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Features💡 | ||
description: Suggest us a new feature | ||
title: "[Feature]: Describe your Feature/Suggestion here " | ||
labels: [goal:addition] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this suggestion form! | ||
- type: input | ||
attributes: | ||
label: Suggestion | ||
description: Can you please elaborate about your suggestion? | ||
placeholder: I would like to see... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What is expected? | ||
description: Also tell us, what did you wish to see> | ||
placeholder: Tell us about the specifics. | ||
value: "Details!" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: Is this a browser specific suggestion? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
- type: textarea | ||
id: multimedia | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
placeholder: Please upload your multimedia(screenshots and video) here | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Issues/Bug 🐛🐛 | ||
description: File/Create an Issue | ||
title: "[Issue]: Describe your issue here " | ||
labels: [goal:fix, priority:medium] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this Bug/Issue report! | ||
- type: input | ||
attributes: | ||
label: Issue-Description | ||
description: Can you please elaborate your Issue here? | ||
placeholder: Tell us what you found. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
placeholder: Tell us what you see! | ||
value: "A bug happened!" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
- type: textarea | ||
id: multimedia | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
placeholder: Please upload your multimedia(screenshots and video) here | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Support💁♂️ | ||
description: Raise a support ticket | ||
title: "[Support]: Describe your requirement here. " | ||
labels: [support] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for reaching out! | ||
- type: input | ||
attributes: | ||
label: Support Ticket Information | ||
description: Please elaborate on your support requirement. | ||
placeholder: I would like to see... | ||
validations: | ||
required: true |