Skip to content

Commit f6f3836

Browse files
xfurnaGagandeep Singh
authored and
Gagandeep Singh
committed
Added templates in .github/ (#16)
Added workflow templates
1 parent 5043238 commit f6f3836

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Report any flaw in CodeZoned website
4+
title: "[BUG]"
5+
labels: bug
6+
7+
---
8+
9+
**Describe the bug**
10+
<!--A clear and concise description of what the bug is. Let us know what you expected and what happened instead.-->
11+
12+
**To Reproduce**
13+
<!--Steps to reproduce the behavior:
14+
1. Go to '...'
15+
2. Click on '....'
16+
3. Scroll down to '....'
17+
4. See error
18+
-->
19+
20+
**Screenshots**
21+
<!--If applicable, add screenshots to help explain your problem.-->
22+
23+
**Device Details**
24+
<!--Complete the following information. If you have any doubt then mention that.-->
25+
- Browser
26+
- Version
27+
- Dimensions of the screen
28+
29+
**Other Comments**
30+
<!--Add any other comments about the problem here.-->
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea to enhance CodeZoned website
4+
title: "[FEATURE]"
5+
labels: enhancement
6+
7+
---
8+
9+
**Describe the feature you'd like**
10+
<!--A clear and concise description of what you want to happen.-->
11+
12+
**Other Comments**
13+
<!--Add any other comments or screenshots about the feature request here.-->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--DO NOT include issue number in the title. Make sure that all the commits are squashed into one. Keep your patch as clean as possible.-->
2+
3+
### Type of Change:
4+
**Delete irrelevant options.**
5+
6+
- [ ] Code
7+
- [ ] Blog
8+
- [ ] Resources
9+
10+
### Description
11+
12+
Fixes # [ISSUE NUMBER HERE]
13+
14+
<!--Include a brief summary of the changes made in no more than 15 words. Always write in third person. For example: "CZ supports <feature-name>" or "CZ has removed <bug-name>"-->
15+
16+
### Screenshots
17+
18+
<!--Please share the screenshot of the website after making changes. Execute, `bundle exec jekyll serve` and take the screen shots.-->
19+
20+
### Other comments
21+
<!--Any other extra information-->

0 commit comments

Comments
 (0)