From 382b8bc8284e89e9001ddd89bda6faa038538b68 Mon Sep 17 00:00:00 2001 From: Abhijith Ganesh Date: Wed, 22 Sep 2021 23:08:11 +0530 Subject: [PATCH 1/3] Creation of templates --- .github/feautres.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ .github/issues.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ .github/support.yml | 16 ++++++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 .github/feautres.yml create mode 100644 .github/issues.yml create mode 100644 .github/support.yml diff --git a/.github/feautres.yml b/.github/feautres.yml new file mode 100644 index 0000000..c8ea9bb --- /dev/null +++ b/.github/feautres.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..67f5f41 --- /dev/null +++ b/.github/support.yml @@ -0,0 +1,16 @@ +name: Support💁‍♂️ +description: Raise a support ticket +title: "[Feature]: Describe your Feature/Suggestion here " +labels: [goal:addition] +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 From 235607e04d4fe2e8fba5ea45002132bea578f1ac Mon Sep 17 00:00:00 2001 From: Abhijith Ganesh Date: Thu, 23 Sep 2021 10:29:16 +0530 Subject: [PATCH 2/3] Changes to support yml --- .github/support.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/support.yml b/.github/support.yml index 67f5f41..a8f5a59 100644 --- a/.github/support.yml +++ b/.github/support.yml @@ -1,7 +1,7 @@ name: Support💁‍♂️ description: Raise a support ticket -title: "[Feature]: Describe your Feature/Suggestion here " -labels: [goal:addition] +title: "[Support]: Describe your requirement here. " +labels: [support] body: - type: markdown attributes: From 54fb84157ce98b5923f62f01b24e248c99b9245e Mon Sep 17 00:00:00 2001 From: Abhijith Ganesh Date: Thu, 23 Sep 2021 10:30:34 +0530 Subject: [PATCH 3/3] =?UTF-8?q?Fixed=20typo=20Feautres=20to=20Features?= =?UTF-8?q?=E2=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/{feautres.yml => features.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{feautres.yml => features.yml} (100%) diff --git a/.github/feautres.yml b/.github/features.yml similarity index 100% rename from .github/feautres.yml rename to .github/features.yml