Skip to content

Commit eddc097

Browse files
feat(chore): using Github templates for issues and PRs (#610)
Let's make our life a little easier using those templates. See https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates for reference.
1 parent b880ae6 commit eddc097

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug encountered while using Kazoo
4+
5+
---
6+
7+
<!-- Please use this template while reporting a bug and provide as much info as possible. Thank you.-->
8+
9+
10+
## Expected Behavior
11+
12+
13+
## Actual Behavior
14+
15+
16+
## Snippet to Reproduce the Problem
17+
18+
```COPY/PASTE the snippet here (omit any sensitive information)```
19+
20+
## Logs with logging in DEBUG mode
21+
22+
```COPY/PASTE the result of the snippet here (omit any sensitive information)```
23+
24+
## Specifications
25+
26+
- Kazoo version:
27+
- Result of `pip list` command:
28+
- Zookeeper version:
29+
- Zookeeper configuration: put here any useful ZK configuration (authentication, encryption, number of ZK members, number of (concurrent?) clients, Java version, krb5 version, etc.)
30+
- Python version:
31+
- OS:

.github/ISSUE_TEMPLATE/enhancement.md

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

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Fixes #
2+
3+
## Why is this needed?
4+
5+
## Proposed Changes
6+
7+
- change 1
8+
- change 2
9+
- ...
10+
11+
## Does this PR introduce any breaking change?
12+

0 commit comments

Comments
 (0)