Skip to content

Commit

Permalink
Add missing GH stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Feb 21, 2025
1 parent 4698462 commit e796f96
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] ___ doesn't work"
labels: bug
assignees: raub

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. ___
2. ___
3. ___

**Expected behavior**
Description of what you expected to happen.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEAT] ____"
labels: new
assignees: raub

---

**Describe the solution you'd like**
Description of what you want to happen.

**Describe alternatives you've considered**
Description of alternative solutions or features you've considered.
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Description
<!-- A concise description of what the PR does. -->


## Test Plan
<!-- How can a reviewer test the changes included in this PR? -->
1.
2.
3.


## Checklist
<!-- Ensure that your PR fulfills the following requirements -->
- [ ] I've followed the code style.
- [ ] I've tried running the code with my changes.
- [ ] The docs and TS declarations are in sync with code changes.
- [ ] (optional) I've added unit tests for my changes.

0 comments on commit e796f96

Please sign in to comment.