Skip to content

Commit ce14f18

Browse files
committed
feat: add more issue templates
1 parent 42dfd50 commit ce14f18

18 files changed

Lines changed: 121 additions & 75 deletions

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/build.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Build
3+
about: Got a build system problem? Let’s fix it!
4+
title: ''
5+
labels: build
6+
---
7+
8+
**What’s wrong with the build?**
9+
Describe the issue in the build process.

.github/ISSUE_TEMPLATE/chore.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Chore
3+
about: General upkeep time!
4+
title: ''
5+
labels: chore
6+
---
7+
8+
**What needs maintenance or updates?**
9+
Let us know what tasks should be done.

.github/ISSUE_TEMPLATE/ci.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: CI
3+
about: Continuous Integration to the rescue!
4+
title: ''
5+
labels: ci
6+
---
7+
8+
**What needs fixing in the CI pipeline?**
9+
Describe what went wrong or needs improvement in CI.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Documentation
3+
about: Help us improve our docs!
4+
title: ''
5+
labels: documentation
6+
---
7+
8+
**What’s missing from the docs?**
9+
Point out what needs better explanation or an update.

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
---
22
name: Feature
3-
about: Suggest an idea for this project
3+
about: Suggest something awesome for this project!
44
title: ''
55
labels: feature
6-
assignees: airscripts
76
---
87

9-
**Is your feature request related to a problem? Please describe.**
10-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11-
12-
**Describe the solution you'd like**
13-
A clear and concise description of what you want to happen.
14-
15-
**Describe alternatives you've considered**
16-
A clear and concise description of any alternative solutions or features you've considered.
17-
18-
**Additional context**
19-
Add any other context or screenshots about the feature request here.
8+
**What amazing feature do you want to see?**
9+
Tell us your brilliant idea!

.github/ISSUE_TEMPLATE/fix.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Fix
3+
about: Found something broken? Let's fix it!
4+
title: ''
5+
labels: fix
6+
---
7+
8+
**What’s not working?**
9+
Describe the bug and how we can fix it.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Performance
3+
about: Speed it up!
4+
title: ''
5+
labels: performance
6+
---
7+
8+
**How can we make it faster?**
9+
Share ideas on improving the performance.

.github/ISSUE_TEMPLATE/refactor.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Refactor
3+
about: Time to clean up the code!
4+
title: ''
5+
labels: refactor
6+
---
7+
8+
**What needs to be improved?**
9+
Let us know what part of the code can be cleaner or more efficient.

.github/ISSUE_TEMPLATE/style.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Style
3+
about: Let's make it look prettier!
4+
title: ''
5+
labels: style
6+
---
7+
8+
**What needs a style touch-up?**
9+
Tell us how we can make it look awesome.

0 commit comments

Comments
 (0)