Skip to content

Commit

Permalink
chore: create issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Aug 23, 2024
1 parent c9a4d72 commit 1995085
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: \U0001F41BBug report

description: Please search Github for a similar issue or PR before submitting

labels: ['bug']

body:
- type: textarea
attributes:
label: Describe the bug
description: |
Please describe the bug you're experiencing here.
Please search existing issues first before opening a new one
validations:
required: true
- type: textarea
attributes:
label: Minimal reproduction of the problem with instructions
description: |
Please explain clearly how to reproduce your problem
validations:
required: true
- type: textarea
attributes:
label: Screenshots
description: |
If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: input
attributes:
label: '@angular/core version'
validations:
required: true
- type: input
attributes:
label: angularx-flatpickr version
validations:
required: true
- type: input
attributes:
label: Browser name and version
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: \U0001F680Feature request

description: Suggest an idea for this project

labels: ['enhancement']

body:
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe
description: |
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
description: |
A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Describe your use case for implementing this feature
description: |
A clear explanation of how you plan to use this feature in your application
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: |
Add any other context or screenshots about the feature request here.
validations:
required: false

0 comments on commit 1995085

Please sign in to comment.