Skip to content

Commit 10fb716

Browse files
committed
Add all4one issue template
1 parent 26ffdb3 commit 10fb716

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Issue Template
2+
3+
>**Please follow this template for opening new issues for any of the Coding Garden Community App repos. Before beginning, please check the open issues to see if the your issue already exists. If it does not, feel free to open a new issue by following the provided template and relevant resources**
4+
---
5+
## Title
6+
>*Please give your new issue a title. Something short and descriptive*
7+
---
8+
## Area of Development
9+
>*Please tell us what area of development this issue involves.* _Select all that apply._
10+
- [ ] Frontend
11+
- [ ] Backend
12+
- [ ] Testing
13+
14+
## Type / Category
15+
>*Please select the relevant option(s) that best describe this issue*
16+
- [ ] Bug (non-breaking)
17+
- [ ] Bug (breaking)
18+
- [ ] Feature Request
19+
- [ ] UI/UX
20+
- [ ] Design
21+
- [ ] Interaction
22+
- [ ] Content
23+
- [ ] Support Issues
24+
- [ ] Documentation
25+
- [ ] Out of Date
26+
- [ ] Spelling/Grammer
27+
- [ ] Security Issue
28+
- [ ] High Risk
29+
- [ ] Medium Risk
30+
- [ ] Low Risk
31+
- [ ] Other
32+
33+
---
34+
## Issue Affects:
35+
| Codearea | Relevance |
36+
| -------- | --------- |
37+
| Nav Component | mouseover brand bug |
38+
39+
---
40+
## Device Info
41+
| Make | Model | OS Version | App Version |
42+
| ---- | ----- | ---------- | ----------- |
43+
| Samsung | Galaxy S8 | 7.1 Wonkabar | 1.3.4 |
44+
45+
---
46+
## Description
47+
>*Please describe the issue in detail including what is happening, what the effects are, the steps leading up to the issue, and any error messages encountered below.*
48+
49+
---
50+
## Proposed Solutions
51+
>*If you have any proposed solutions or starting points towards this issue, enter the relevant information below.*
52+
53+
---
54+
## Additional
55+
>*Please include any screenshots or error messages with your new issue to help give context and example*

0 commit comments

Comments
 (0)