Skip to content

Commit

Permalink
Merge pull request #33 from AbhijithGanesh/templates
Browse files Browse the repository at this point in the history
Creation of templates
  • Loading branch information
unnati914 authored Sep 23, 2021
2 parents 8185fdb + 54fb841 commit f7d4c32
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/features.yml
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

42 changes: 42 additions & 0 deletions .github/issues.yml
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

16 changes: 16 additions & 0 deletions .github/support.yml
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

0 comments on commit f7d4c32

Please sign in to comment.