Skip to content

Commit 36b5985

Browse files
Improve issue reports (#50)
Signed-off-by: Kiara Navarro <sophiekovalevsky@fedoraproject.org>
1 parent f5c90bc commit 36b5985

File tree

3 files changed

+87
-0
lines changed

3 files changed

+87
-0
lines changed

.github/ISSUE_TEMPLATE/1.bug.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report for ChirpStack Gateway OS
4+
---
5+
6+
<!--
7+
We really appreciate your time effort in creating this issue, it's really valuable for the quality of the project.
8+
Before diving into the details, make sure to check off the following:
9+
-->
10+
11+
<!-- Your checkbox should look like this: [x] -->
12+
13+
- [ ] The issue is present in the latest release.
14+
- [ ] I have searched the [issues](https://github.com/brocaar/chirpstack-gateway-os/issues) of this repository and believe that this is not a duplicate.
15+
16+
## What happened?
17+
18+
## What did you expect?
19+
20+
## Steps to reproduce this issue
21+
22+
Steps:
23+
24+
1.
25+
2.
26+
3.
27+
4.
28+
29+
## Could you share your log output?
30+
31+
<!--
32+
Insert the cli log output right after the shell word.
33+
You can get this output running issuing from the cli the following:
34+
sudo tail -f /var/log/messages
35+
-->
36+
```shell
37+
38+
```
39+
40+
## Your Environment
41+
42+
<!--
43+
Hints:
44+
45+
ChirpStack Gateways OS:
46+
sudo gateway-config
47+
Copy paste Version information section
48+
-->
49+
50+
51+
| Component | Version |
52+
| ----------------------| ------- |
53+
| ChirpStack Gateway OS | v?.?.? |
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new idea for ChirpStack Gateway OS
4+
---
5+
6+
<!--
7+
We really appreciate your time effort in creating this issue, it's really valuable for the quality of the project.
8+
Before diving into the details, make sure to check off the following:
9+
-->
10+
11+
<!-- Your checkbox should look like this: [x] -->
12+
13+
- [ ] I have searched the [issues](https://github.com/brocaar/chirpstack-gateway-os/issues) of this repository and believe that this is not a duplicate.
14+
15+
## Summary
16+
17+
<!-- Describe how it should work. -->
18+
19+
## What is the use-case?
20+
21+
<!-- Providing an use-case will help to know if this feature can fits within the architecture, aside of giving feedback and shape the implementation if required. -->
22+
23+
## Implementation description
24+
25+
<!--
26+
Provide a description, workflow, technique, or even a screenshot that describes how this feature should be implemented.
27+
-->
28+
29+
## Can you implement this by yourself and make a pull request?

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false # force the usage of a template
2+
contact_links:
3+
- name: ChirpStack Community Forum
4+
url: https://forum.chirpstack.io/
5+
about: I need support with ChirpStack.

0 commit comments

Comments
 (0)