Skip to content

Commit b46b55b

Browse files
committed
[ADD] a feedback and issue template for the github repository
1 parent 5abb04d commit b46b55b

File tree

2 files changed

+104
-0
lines changed

2 files changed

+104
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG] [Component] Brief description"
5+
labels: bug, help wanted
6+
assignees: HenraL
7+
8+
---
9+
10+
_All lines marked with a '*' need to be checked before proceeding_
11+
12+
**Checklist**
13+
Please ensure the following items are completed before submitting your report:
14+
15+
- [ ] * I have read the [Code of Conduct](https://github.com/Asperboard/mockup/blob/main/CODE_OF_CONDUCT.md).
16+
- [ ] * I have searched existing issues to ensure this bug has not been reported.
17+
- [ ] * I have read the [Documentation](https://github.com/Asperboard/mockup/blob/main/README.md) to ensure that my bug hasn't already been answered.
18+
- [ ] * I have provided all necessary details, including logs and configuration.
19+
20+
**\* Describe the bug**
21+
A clear and concise description of what the bug is.
22+
23+
**\* To Reproduce**
24+
Steps to reproduce the behavior:
25+
26+
1. Go to '...'
27+
2. Click on '....'
28+
3. Scroll down to '....'
29+
4. See error.
30+
31+
**\* Expected behavior**
32+
A clear and concise description of what you expected to happen.
33+
34+
**Screenshots**
35+
If applicable, add screenshots to help explain your problem.
36+
37+
**Desktop (please complete the following information):**
38+
39+
- OS: [e.g., Windows, Debian]
40+
41+
- browser Name and version: [e.g., Chrome Version 133.0.6943.98 (Official build) (64 bits)]
42+
43+
**\* Logs and Error Messages**
44+
Please attach any relevant logs or console outputs.
45+
46+
**Configuration and Assets**
47+
List any relevant config files, values, files, or asset names that might relate to this bug.
48+
49+
**Documentation Links**
50+
If applicable, provide links to any documentation you referred to.
51+
52+
**Additional Context**
53+
Add any other context about the problem here.
54+
55+
**Note**
56+
Please ensure your report adheres to our [Code of Conduct](https://github.com/Asperboard/mockup/blob/main/CODE_OF_CONDUCT.md).
57+
58+
**Contribution**
59+
If you plan to submit a fix, please follow our [commit conventions](https://github.com/Asperboard/mockup/blob/main/COMMIT_CONVENTION.md) and [contribution guidelines](https://github.com/Asperboard/mockup/blob/main/CONTRIBUTING.md).
60+
61+
_Note: Please ensure you have filled out the mandatory sections before submitting._
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[FEATURE]"
5+
labels: enhancement, question
6+
assignees: ''
7+
8+
---
9+
10+
_All lines marked with a '*' need to be checked before proceeding_
11+
12+
**Checklist**
13+
Please ensure the following items are completed before submitting your report:
14+
15+
- [ ] * I have searched [existing features](https://github.com/Asperboard/mockup/issues?q=is%3Aissue+label%3Aenhancement) to ensure this feature has not been proposed.
16+
- [ ] * I have read the [Code of Conduct](https://github.com/Asperboard/mockup/blob/main/CODE_OF_CONDUCT.md).
17+
- [ ] * I have read the [commit conventions](https://github.com/Asperboard/mockup/blob/main/COMMIT_CONVENTION.md).
18+
- [ ] * I have read the [contribution guidelines](https://github.com/Asperboard/mockup/blob/main/CONTRIBUTING.md).
19+
20+
**Is your feature request related to a problem? Please describe.**
21+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
22+
23+
**\*Describe the solution you'd like**
24+
A clear and concise description of what you want to happen. Please include any practical examples or use cases.
25+
26+
**\*Describe alternatives you've considered**
27+
A clear and concise description of any alternative solutions or features you've considered.
28+
29+
**\*Cross-Platform Compatibility**
30+
Does this feature have any potential cross-platform challenges? If so, please describe them.
31+
32+
**\*Would you like to work on this feature?**
33+
_Select one option:_
34+
35+
- [ ] Yes, I would like to contribute to this feature.
36+
- [ ] No, I cannot work on this feature.
37+
38+
**Additional context**
39+
Add any other context or screenshots about the feature request here.
40+
41+
_Note: Please ensure you check one of the boxes above before submitting this request._
42+
43+
_Note: Please ensure you have filled out the mandatory sections before submitting._

0 commit comments

Comments
 (0)