diff --git a/.github/features.yml b/.github/features.yml new file mode 100644 index 0000000..c8ea9bb --- /dev/null +++ b/.github/features.yml @@ -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 + \ No newline at end of file diff --git a/.github/issues.yml b/.github/issues.yml new file mode 100644 index 0000000..4f2a5d8 --- /dev/null +++ b/.github/issues.yml @@ -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 + \ No newline at end of file diff --git a/.github/support.yml b/.github/support.yml new file mode 100644 index 0000000..a8f5a59 --- /dev/null +++ b/.github/support.yml @@ -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 \ No newline at end of file