-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9a4d72
commit 1995085
Showing
3 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |