-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue & pull request templates (#331)
- Loading branch information
Wu Tao
authored and
neverchanje
committed
Jun 28, 2019
1 parent
eb30ef4
commit c1a2270
Showing
3 changed files
with
67 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,21 @@ | ||
--- | ||
name: Bug report | ||
about: Something isn't working as expected. | ||
title: '' | ||
labels: type/bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Bug Report | ||
|
||
Please answer these questions before submitting your issue. Thanks! | ||
|
||
1. What did you do? | ||
If possible, provide a recipe for reproducing the error. | ||
|
||
2. What did you expect to see? | ||
|
||
3. What did you see instead? | ||
|
||
4. What version of Pegasus are you using? |
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: "\U0001F914 General Question" | ||
about: General question that isn't answered in docs | ||
|
||
--- | ||
|
||
## General Question | ||
|
||
Before asking a question, make sure you have: | ||
|
||
- Searched open and closed [GitHub issues](https://github.com/XiaoMi/pegasus/issues) | ||
- Read the documentation: | ||
- [Pegasus Doc](https://pegasus-kv.github.io) |
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,33 @@ | ||
### What problem does this PR solve? <!--add issue link with summary if exists--> | ||
|
||
|
||
### What is changed and how it works? | ||
|
||
|
||
### Check List <!--REMOVE the items that are not applicable--> | ||
|
||
Tests <!-- At least one of them must be included. --> | ||
|
||
- Unit test | ||
- Integration test | ||
- Manual test (add detailed scripts or steps below) | ||
- No code | ||
|
||
Code changes | ||
|
||
- Has exported function/method change | ||
- Has exported variable/fields change | ||
- Has interface methods change | ||
- Has persistent data change | ||
|
||
Side effects | ||
|
||
- Possible performance regression | ||
- Increased code complexity | ||
- Breaking backward compatibility | ||
|
||
Related changes | ||
|
||
- Need to cherry-pick to the release branch | ||
- Need to update the documentation | ||
- Need to be included in the release note |