Skip to content

Commit

Permalink
Init issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienCarmona authored Sep 27, 2024
1 parent 6a8994f commit b9d343d
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit b9d343d

Please sign in to comment.