Skip to content

Commit 8a0c549

Browse files
committed
Add issue templates
1 parent a8fdd93 commit 8a0c549

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug
3+
about: Report a bug
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
## Description
10+
11+
<!-- Please provide a brief description of the bug -->
12+
13+
### Expected behavior
14+
15+
<!-- Please describe what you expect to happen -->
16+
17+
### Actual behavior
18+
19+
<!-- Please describe what is actually happening -->
20+
21+
### Steps to reproduce the bug
22+
23+
<!-- Please provide the steps to reproduce the issue -->
24+
25+
1. ...
26+
2. ...
27+
3. ...
28+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
33
- name: Question
44
url: https://spectrum.chat/graphql-java-kick/tools
5-
about: If you have a question ask it on Spectrum. All questions on GitHub will be deleted.
5+
about: Anything you are not sure about? Ask the community on Spectrum!

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature
3+
about: Suggest an idea
4+
title: ''
5+
labels: feature
6+
assignees: ''
7+
---
8+
9+
__I want to suggest an idea and checked that ...__
10+
11+
- [ ] ... to my best knowledge, my idea wouldn't break something for other users
12+
- [ ] ... the documentation does not mention anything about my idea
13+
- [ ] ... there are no open or closed issues that are related to my idea
14+
15+
## Description
16+
17+
<!-- Please provide a brief description of the feature -->
18+
19+
### Use Cases
20+
21+
<!-- Please describe how your suggestion would benefit you and other users -->

0 commit comments

Comments
 (0)