Skip to content

Commit ca4fbe6

Browse files
authored
Merge pull request sorintlab#766 from sgotti/github_add_issue_templates
github: add github issue templates
2 parents 15f28a3 + 2b16901 commit ca4fbe6

File tree

6 files changed

+63
-29
lines changed

6 files changed

+63
-29
lines changed

.github/ISSUE_TEMPLATE.md

-28
This file was deleted.

.github/ISSUE_TEMPLATE/bug-report.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug on Stolon
4+
labels: bug
5+
6+
---
7+
8+
<!--
9+
10+
Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
11+
12+
**NOTE:** Please submit only bug reports. For other question or if unsure ask on the [Stolon Forum](https://talk.stolon.io)
13+
14+
-->
15+
16+
17+
**What happened**:
18+
19+
**What you expected to happen**:
20+
21+
**How to reproduce it (as minimally and precisely as possible)**:
22+
23+
**Anything else we need to know?**:
24+
25+
**Environment**:
26+
- Stolon version:
27+
- Stolon running environment (if useful to understand the bug):
28+
- Others:

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Stolon Community Forum
4+
url: https://talk.stolon.io
5+
about: For general discussion about using and developing Stolon

.github/ISSUE_TEMPLATE/enhancement.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Enhancement Request
3+
about: Suggest an enhancement to Stolon
4+
labels: enhancement
5+
6+
---
7+
<!--
8+
9+
Please only use this template for submitting enhancement requests
10+
11+
-->
12+
13+
**What would you like to be added**:
14+
15+
**Why is this needed**:

.github/ISSUE_TEMPLATE/support.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Support Request
3+
about: Support request or question related to Stolon
4+
---
5+
6+
<!--
7+
8+
STOP -- PLEASE READ!
9+
10+
GitHub is not the right place for support requests or questions.
11+
12+
Please use the [Stolon Forum](https://talk.stolon.io)
13+
14+
-->

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ To submit your changes please open a pull request.
9494
## Contacts
9595

9696
* For general discussion about using and developing stolon, join the [stolon forum](https://talk.stolon.io)
97-
* For bugs and feature requests file an [issue](https://github.com/sorintlab/stolon/issues/new)
97+
* For bugs and feature requests file an [issue](https://github.com/sorintlab/stolon/issues/new/choose)

0 commit comments

Comments
 (0)