-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
b880ae6
commit eddc097
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a bug encountered while using Kazoo | ||
|
||
--- | ||
|
||
<!-- Please use this template while reporting a bug and provide as much info as possible. Thank you.--> | ||
|
||
|
||
## Expected Behavior | ||
|
||
|
||
## Actual Behavior | ||
|
||
|
||
## Snippet to Reproduce the Problem | ||
|
||
```COPY/PASTE the snippet here (omit any sensitive information)``` | ||
|
||
## Logs with logging in DEBUG mode | ||
|
||
```COPY/PASTE the result of the snippet here (omit any sensitive information)``` | ||
|
||
## Specifications | ||
|
||
- Kazoo version: | ||
- Result of `pip list` command: | ||
- Zookeeper version: | ||
- Zookeeper configuration: put here any useful ZK configuration (authentication, encryption, number of ZK members, number of (concurrent?) clients, Java version, krb5 version, etc.) | ||
- Python version: | ||
- OS: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: Enhancement Request | ||
about: Suggest an enhancement for Kazoo | ||
|
||
--- | ||
|
||
<!-- Please only use this template for submitting enhancement requests --> | ||
|
||
## What would you like to be added | ||
|
||
|
||
## Why is this needed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Fixes # | ||
|
||
## Why is this needed? | ||
|
||
## Proposed Changes | ||
|
||
- change 1 | ||
- change 2 | ||
- ... | ||
|
||
## Does this PR introduce any breaking change? | ||
|