Skip to content

Commit 9fee34d

Browse files
Add issue templates
1 parent cc9709a commit 9fee34d

2 files changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Report if something isn't working as expected
4+
5+
---
6+
7+
**Describe what's going wrong**
8+
A clear and concise description of what the bug is.
9+
10+
**Concise code to reproduce**
11+
```java
12+
// Include the minimum necessary code to reproduce the bug
13+
// Please avoid including application-specific code
14+
```
15+
16+
**Expected behaviour**
17+
What did you expect to happen? Does the client conflict with what the [Sonos docs](https://developer.sonos.com/reference/) say should happen?
18+
19+
**Environment:**
20+
- sonos-api-java version: [e.g. 0.0.3]
21+
- Sonos API version: [e.g. v1]
22+
23+
**Additional context**
24+
Add any other context about the problem here.
25+
26+
**Log**
27+
```
28+
// If you have log messages or stack traces, please include them here.
29+
```
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context about the feature request here.

0 commit comments

Comments
 (0)