Skip to content

Commit

Permalink
chore: 🤖 add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Sep 22, 2021
1 parent 0dcb865 commit 53e8745
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: Bug Report
description: Report a bug in the Spectator Library

body:
- type: dropdown
id: is-regression
attributes:
label: Is this a regression?
options:
- 'Yes'
- 'No'
validations:
required: true

- type: textarea
id: description
attributes:
label: Description
validations:
required: true

- type: input
id: reproduction
attributes:
label: Please provide a link to a minimal reproduction of the bug

- type: textarea
id: exception-or-error
attributes:
label: Please provide the exception or error you saw
render: true

- type: textarea
id: environment
attributes:
label: Please provide the environment you discovered this bug in
render: true

- type: textarea
id: other
attributes:
label: Anything else?

- type: dropdown
id: contribute
attributes:
label: Do you want to create a pull request?
options:
- 'Yes'
- 'No'
validations:
required: true
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: 'Feature Request'
description: Suggest a feature for Spectator Library

body:
- type: textarea
id: description
attributes:
label: Description
validations:
required: true

- type: textarea
id: proposed-solution
attributes:
label: Proposed solution
validations:
required: true

- type: textarea
id: alternatives-considered
attributes:
label: Alternatives considered
validations:
required: true

- type: dropdown
id: contribute
attributes:
label: Do you want to create a pull request?
options:
- 'Yes'
- 'No'
validations:
required: true
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/3-support-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: 'Support Request'
about: Questions and requests for support
---

Please do not file questions or support requests on the GitHub issues tracker.

You can get your questions answered using other communication channels. Please see:

https://github.com/ngneat/elf/discussions

Thank you!

0 comments on commit 53e8745

Please sign in to comment.