mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 22:06:29 +02:00
Initial commit
This commit is contained in:
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
name: "\U0001F41B Bug Report"
|
||||
about: Create a report to help us improve
|
||||
title: ""
|
||||
labels: ""
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
# Bug Report
|
||||
|
||||
## Describe the Bug
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
## How to Reproduce
|
||||
|
||||
Steps to reproduce the behavior, please provide code snippets or a repository:
|
||||
|
||||
1. Go to '....'
|
||||
2. Click on '....'
|
||||
3. See error
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
Tell me what should happen.
|
||||
|
||||
## Screenshots
|
||||
|
||||
Add screenshots to help explain your problem.
|
||||
|
||||
## Your Environment
|
||||
|
||||
- Device: [e.g. MacBook Pro, iPhone12]
|
||||
- OS: [e.g. macOS, iOS, Windows]
|
||||
- Browser: [e.g. Chrome, Safari]
|
||||
- Node version: [e.g. v16.0.0]
|
||||
- App version: [e.g. v1.0.0]
|
||||
|
||||
## Additional Information
|
||||
|
||||
Any other information about the problem here.
|
25
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
name: "\U0001F4A1 Feature Request"
|
||||
about: Suggest an idea for this project
|
||||
title: ""
|
||||
labels: ""
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
# Feature Request
|
||||
|
||||
## Describe the Feature
|
||||
|
||||
A clear and concise description of what you want and what your use case is.
|
||||
|
||||
## Describe the Solution You'd Like
|
||||
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
## Describe Alternatives You've Considered
|
||||
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
## Additional Information
|
||||
|
||||
Any other information about the feature here.
|
21
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
name: "\U0001F914 Questions and Help"
|
||||
about: This issue tracker is not for questions. Please ask questions at https://stackoverflow.com/questions/tagged/react.
|
||||
title: ""
|
||||
labels: ""
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
GitHub Issues are reserved for Bug reports and Feature requests. Support requests that are created as issues are likely to be closed. We want to make sure you are able to find the help you seek. Please take a look at the following resources.
|
||||
|
||||
## Coding Questions
|
||||
|
||||
If you have a coding question related to React, it might be better suited for Stack Overflow. It's a great place to browse through frequent questions about using React, as well as ask for help with specific questions.
|
||||
|
||||
https://stackoverflow.com/questions/tagged/react
|
||||
|
||||
## Support Forums
|
||||
|
||||
There are many online forums which are a great place for discussion about best practices and application architecture.
|
||||
|
||||
https://reactjs.org/community/support.html#popular-discussion-forums
|
Reference in New Issue
Block a user