File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments