Skip to content

Commit 0d4f632

Browse files
authored
add issue templates
1 parent 851a649 commit 0d4f632

File tree

5 files changed

+74
-0
lines changed

5 files changed

+74
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Advanced Cheatsheet
3+
about: Report Issue/Suggest an idea for Advanced Cheatsheet
4+
title: "[Advanced] ISSUE_TITLE_HERE"
5+
labels: ADVANCED
6+
assignees: ''
7+
8+
---
9+
10+
**What cheatsheet is this about? (if applicable)**
11+
12+
Advanced cheatsheet
13+
14+
**What's your issue or idea?**
15+
16+
*Write here*
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Basic Cheatsheet
3+
about: Report Issue/Suggest an idea for Basic Cheatsheet
4+
title: "[Basic] ISSUE_TITLE_HERE"
5+
labels: BASIC
6+
assignees: sw-yx
7+
8+
---
9+
10+
**What cheatsheet is this about? (if applicable)**
11+
12+
Basic cheatsheet
13+
14+
**What's your issue or idea?**
15+
16+
*Write here*
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: General React+TS Question
3+
about: Questions are welcome! We want to know and solve your pain points.
4+
title: "[Question] QUESTION_TITLE_HERE"
5+
labels: good first issue
6+
assignees: sw-yx
7+
8+
---
9+
10+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: HOC Cheatsheet
3+
about: Report Issue/Suggest an idea for HOC Cheatsheet
4+
title: "[HOC] ISSUE_TITLE_HERE"
5+
labels: HOC
6+
assignees: ''
7+
8+
---
9+
10+
**What cheatsheet is this about? (if applicable)**
11+
12+
HOC cheatsheet
13+
14+
**What's your issue or idea?**
15+
16+
*Write here*
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Migrating Cheatsheet
3+
about: Report Issue/Suggest an idea for Migrating Cheatsheet
4+
title: "[Migrating] ISSUE_TITLE_HERE"
5+
labels: MIGRATING
6+
assignees: ''
7+
8+
---
9+
10+
**What cheatsheet is this about? (if applicable)**
11+
12+
Migrating cheatsheet
13+
14+
**What's your issue or idea?**
15+
16+
*Write here*

0 commit comments

Comments
 (0)