-
Notifications
You must be signed in to change notification settings - Fork 24
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
6a8994f
commit b9d343d
Showing
2 changed files
with
81 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,39 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: nsenave | ||
|
||
--- | ||
|
||
## Describe the bug | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
- [ ] I tested it on the storybook, which leads me to believe that it's a lunatic bug. | ||
|
||
## To Reproduce | ||
|
||
Steps to reproduce the behavior: | ||
|
||
1. With the survey available here/uploaded in issue | ||
2. Go to '...' | ||
3. Click on '....' | ||
4. See error ... | ||
|
||
## Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
## Screenshots | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
|
||
## Version where the bug appeared | ||
|
||
Specify the version number where the bug first appeared. | ||
|
||
## Additional context | ||
|
||
Add any other context about the problem here. |
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,42 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: nsenave | ||
|
||
--- | ||
|
||
## Feature Description | ||
|
||
A clear and concise description of the feature you are requesting. | ||
|
||
## Use Case | ||
|
||
Describe the specific use case or scenario where this feature would be beneficial. | ||
|
||
## Proposed Solution | ||
|
||
If you have a specific solution or implementation in mind, please describe it here. Otherwise, you can leave this section blank. | ||
|
||
## Alternatives Considered | ||
|
||
Have you considered any alternative solutions or workarounds? If yes, please describe them. | ||
|
||
## Additional Context | ||
|
||
Provide any additional information or context that might help in understanding the feature request. | ||
|
||
## Priority | ||
|
||
- [ ] Low | ||
- [ ] Medium | ||
- [ ] High | ||
|
||
## Attachments | ||
|
||
If applicable, include any mockups, diagrams, or additional files that help illustrate the feature. | ||
|
||
## Related Issues | ||
|
||
Are there any existing issues related to this feature request? If yes, please reference them here. |