Skip to content

Commit e796f96

Browse files
committed
Add missing GH stuff
1 parent 4698462 commit e796f96

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG] ___ doesn't work"
5+
labels: bug
6+
assignees: raub
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. ___
16+
2. ___
17+
3. ___
18+
19+
**Expected behavior**
20+
Description of what you expected to happen.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[FEAT] ____"
5+
labels: new
6+
assignees: raub
7+
8+
---
9+
10+
**Describe the solution you'd like**
11+
Description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
Description of alternative solutions or features you've considered.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Description
2+
<!-- A concise description of what the PR does. -->
3+
4+
5+
## Test Plan
6+
<!-- How can a reviewer test the changes included in this PR? -->
7+
1.
8+
2.
9+
3.
10+
11+
12+
## Checklist
13+
<!-- Ensure that your PR fulfills the following requirements -->
14+
- [ ] I've followed the code style.
15+
- [ ] I've tried running the code with my changes.
16+
- [ ] The docs and TS declarations are in sync with code changes.
17+
- [ ] (optional) I've added unit tests for my changes.

0 commit comments

Comments
 (0)