Skip to content

Commit c15eb7f

Browse files
authored
Merge pull request #146 from tcet-opensource/131-Create_Issue_template
Created ISSUE_TEMPLATE
2 parents a75d96a + 8d1a8ce commit c15eb7f

File tree

2 files changed

+104
-0
lines changed

2 files changed

+104
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
name: Bug Report
3+
about: Use this template for reporting bugs.
4+
title: "[Bug]: [DATE]"
5+
labels: bug, needs triage
6+
assignees: [your GitHub username]
7+
8+
---
9+
10+
11+
12+
<!--
13+
🐞 Welcome to the Bug Report! 🐛
14+
15+
Please provide detailed information to help us identify and reproduce the issue you encountered.
16+
17+
Before you proceed, make sure to search existing issues to avoid duplicates.
18+
19+
Fill in the sections below. You can remove any sections that are not applicable to your bug report.
20+
21+
Please use the following format for the title: [Bug] Brief description of the issue
22+
23+
-->
24+
25+
## Description 📝
26+
27+
[Write a brief description of the issue here]
28+
29+
## Steps to Reproduce 🔄
30+
31+
[Outline the steps to reproduce the issue]
32+
33+
1. [Step 1]
34+
2. [Step 2]
35+
3. [Step 3]
36+
...
37+
38+
## Expected Behavior ✨
39+
40+
[Describe what you expected to happen]
41+
42+
## Actual Behavior ❌
43+
44+
[Describe what actually happened]
45+
46+
## Screenshots 📷
47+
48+
[If applicable, add screenshots to help explain the issue]
49+
50+
## Environment 🌍
51+
52+
- Operating System: [e.g., Windows 10, macOS Big Sur]
53+
- Browser/Device: [e.g., Chrome, iPhone 12]
54+
- Version/Build: [e.g., 1.0.0, 2021-09-30]
55+
56+
## Additional Information ℹ️
57+
58+
[Add any additional information about the issue here]
59+
60+
<!--
61+
🚨 Thank you for reporting the bug!
62+
Your input helps us improve our application.
63+
We will investigate the issue and provide updates as soon as possible.
64+
-->
65+
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
3+
name: Feature Request
4+
about: Use this template for submitting new feature requests.
5+
title: "[FEATURE NAME]: [DATE]"
6+
labels: feature request, needs review
7+
assignees: [your GitHub username]
8+
9+
---
10+
11+
# Feature Request
12+
13+
🎉 Thank you for taking the time to submit a feature request! 🎉
14+
15+
To help us better understand and prioritize your request, please provide the following information:
16+
17+
## Description
18+
19+
❓ Please provide a clear and concise description of the feature you are requesting. What problem does it solve or what improvement does it bring?
20+
21+
## Use Case
22+
23+
📚 Please provide a use case or scenario where this feature would be beneficial. How would you envision using this feature in your workflow?
24+
25+
## Proposed Solution
26+
27+
💡 If you have any ideas or suggestions on how this feature could be implemented, please share them here.
28+
29+
## Alternatives Considered
30+
31+
🔍 Have you considered any alternatives or workarounds to achieve the same goal? If so, please describe them.
32+
33+
## Additional Context
34+
35+
📝 Please provide any additional information, screenshots, or examples that can help us better understand your request.
36+
37+
---
38+
39+
Thank you for submitting your feature request! We appreciate your feedback and will carefully review your suggestions. Your input helps us improve our product and better meet the needs of our users.

0 commit comments

Comments
 (0)