Skip to content

Commit 54e55de

Browse files
authored
Add issue templates (#192)
* Add issue templates * Add **
1 parent bb14a7b commit 54e55de

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: File a bug report for unexpected behavior when using the SDK
4+
title: ''
5+
labels: bug, untriaged
6+
assignees: mslukebo
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. Create a plugin that uses feature X/does Y
16+
2. Load the plugin with WPA/the Engine
17+
3. Perform actions ...
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Actual behavior**
23+
A clear and concise description of what actually happens.
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
**Version information (please complete the following information):**
29+
- SDK version:
30+
- Engine version (if applicable):
31+
- WPA version (if applicable):
32+
33+
**Additional context**
34+
Add any other context about the problem here.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement, untriaged
6+
assignees: mslukebo
7+
8+
---
9+
10+
**Is your feature request an entirely new concept?**
11+
E.g. "I would like tables to support real-time data streaming."
12+
13+
**Is your feature request related to an existing component?**
14+
E.g. "I would like more functionality on the `TableConfiguration` class.
15+
16+
**Is your feature request related to a problem? Please describe.**
17+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
18+
19+
**Describe the solution you'd like**
20+
A clear and concise description of what you want to happen.
21+
22+
**Describe alternatives you've considered**
23+
A clear and concise description of any alternative solutions or features you've considered.
24+
25+
**Additional context**
26+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)