Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Build
about: Got a build system problem? Let’s fix it!
title: ''
labels: build
---

**What’s wrong with the build?**
Describe the issue in the build process.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/chore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Chore
about: General upkeep time!
title: ''
labels: chore
---

**What needs maintenance or updates?**
Let us know what tasks should be done.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/ci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: CI
about: Continuous Integration to the rescue!
title: ''
labels: ci
---

**What needs fixing in the CI pipeline?**
Describe what went wrong or needs improvement in CI.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Documentation
about: Help us improve our docs!
title: ''
labels: documentation
---

**What’s missing from the docs?**
Point out what needs better explanation or an update.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Feature
about: Suggest something awesome for this project!
title: ''
labels: feature
---

**What amazing feature do you want to see?**
Tell us your brilliant idea!
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Fix
about: Found something broken? Let's fix it!
title: ''
labels: fix
---

**What’s not working?**
Describe the bug and how we can fix it.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/performance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Performance
about: Speed it up!
title: ''
labels: performance
---

**How can we make it faster?**
Share ideas on improving the performance.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Refactor
about: Time to clean up the code!
title: ''
labels: refactor
---

**What needs to be improved?**
Let us know what part of the code can be cleaner or more efficient.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/style.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Style
about: Let's make it look prettier!
title: ''
labels: style
---

**What needs a style touch-up?**
Tell us how we can make it look awesome.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Tests
about: Let’s add or fix some tests!
title: ''
labels: tests
---

**What needs testing?**
Tell us what should be covered with tests.
28 changes: 28 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Pull Request

Please fill out the details below to submit your pull request.

## Label:

- **Choose one label for your PR:**
- [ ] **Feature**
- [ ] **Bug**
- [ ] **Documentation**
- [ ] **Styling**
- [ ] **Refactor**
- [ ] **Performance**
- [ ] **Tests**
- [ ] **Chore**
- [ ] **Build**
- [ ] **CI**

## Linked Issues:

- **This PR closes the following issue(s):**
- Closes #<issue-number>
- (Add any other related issues here)

## Solution:

- **Describe the solution:**
- Briefly explain what you've done and how it addresses the issue.