Skip to content

Commit d4147d7

Browse files
authored
chore: add scaffolding files for issues and pull requests
1 parent ff27fb6 commit d4147d7

11 files changed

Lines changed: 118 additions & 0 deletions

File tree

.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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Feature
3+
about: Suggest something awesome for this project!
4+
title: ''
5+
labels: feature
6+
---
7+
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.

.github/ISSUE_TEMPLATE/test.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Tests
3+
about: Let’s add or fix some tests!
4+
title: ''
5+
labels: tests
6+
---
7+
8+
**What needs testing?**
9+
Tell us what should be covered with tests.

0 commit comments

Comments
 (0)