update github templates
This commit is contained in:
parent
50028e4d9b
commit
b1633481e7
2 changed files with 14 additions and 37 deletions
37
.github/ISSUE_TEMPLATE.md
vendored
37
.github/ISSUE_TEMPLATE.md
vendored
|
@ -10,21 +10,22 @@ Before reporting any issues, please make sure that you're using the latest versi
|
||||||
We are also available on live chat at https://chat.lbry.io
|
We are also available on live chat at https://chat.lbry.io
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
## The Issue
|
## The Issue
|
||||||
|
|
||||||
### Steps to Reproduce
|
### Steps to Reproduce
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
|
|
||||||
### Expected Behaviour
|
1. 2. 3.
|
||||||
|
|
||||||
|
### Expected Behavior
|
||||||
|
|
||||||
Tell us what should happen.
|
Tell us what should happen.
|
||||||
|
|
||||||
### Actual Behaviour
|
### Actual Behavior
|
||||||
|
|
||||||
Tell us what happens instead.
|
Tell us what happens instead.
|
||||||
|
|
||||||
### Suggested Solutions
|
### Suggested Solutions
|
||||||
|
|
||||||
Tell us your suggested solutions if you have any.
|
Tell us your suggested solutions if you have any.
|
||||||
|
|
||||||
## System Configuration
|
## System Configuration
|
||||||
|
@ -41,30 +42,10 @@ Tell us your suggested solutions if you have any.
|
||||||
- LBRY Installation ID:
|
- LBRY Installation ID:
|
||||||
- Operating system:
|
- Operating system:
|
||||||
|
|
||||||
|
|
||||||
## Anything Else
|
## Anything Else
|
||||||
|
|
||||||
<!-- Include anything else that does not fit into the above sections -->
|
<!-- Include anything else that does not fit into the above sections -->
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
<!-- If a screenshot would help explain the bug, please include one or two here -->
|
<!-- If a screenshot would help explain the bug, please include one or two here -->
|
||||||
|
|
||||||
|
|
||||||
## Internal Use
|
|
||||||
|
|
||||||
### Acceptance Criteria
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
|
|
||||||
### Definition of Done
|
|
||||||
- [ ] Tested against acceptance criteria
|
|
||||||
- [ ] Tested against the assumptions of the user story
|
|
||||||
- [ ] The project builds without errors
|
|
||||||
- [ ] Unit tests are written and passing
|
|
||||||
- [ ] Tests on devices/browsers listed in the issue have passed
|
|
||||||
- [ ] QA performed & issues resolved
|
|
||||||
- [ ] Refactoring completed
|
|
||||||
- [ ] Any configuration or build changes documented
|
|
||||||
- [ ] Documentation updated
|
|
||||||
- [ ] Peer Code Review performed
|
|
||||||
|
|
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
14
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,19 +1,19 @@
|
||||||
## PR Checklist
|
## PR Checklist
|
||||||
|
|
||||||
|
<!-- For the checkbox formatting to work properly, make sure there are no spaces on either side of the "x" -->
|
||||||
|
|
||||||
Please check all that apply to this PR using "x":
|
Please check all that apply to this PR using "x":
|
||||||
|
|
||||||
- [ ] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
|
- [ ] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
|
||||||
- [ ] I have checked that this PR does not introduce a breaking change
|
- [ ] I have checked that this PR does not introduce a breaking change
|
||||||
- [ ] This PR introduces breaking changes and I have provided a detailed explanation below
|
- [ ] This PR introduces breaking changes and I have provided a detailed explanation below
|
||||||
|
|
||||||
|
|
||||||
## PR Type
|
## PR Type
|
||||||
What kind of change does this PR introduce?
|
|
||||||
|
|
||||||
<!-- Please check all that apply to this PR using "x". -->
|
What kind of change does this PR introduce?
|
||||||
|
|
||||||
- [ ] Bugfix
|
- [ ] Bugfix
|
||||||
- [ ] Feature
|
- [ ] Feature
|
||||||
- [ ] Breaking changes (bugfix or feature that introduces breaking changes)
|
|
||||||
- [ ] Code style update (formatting)
|
- [ ] Code style update (formatting)
|
||||||
- [ ] Refactoring (no functional changes)
|
- [ ] Refactoring (no functional changes)
|
||||||
- [ ] Documentation changes
|
- [ ] Documentation changes
|
||||||
|
@ -21,16 +21,12 @@ What kind of change does this PR introduce?
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
|
|
||||||
Issue Number: N/A
|
Issue Number:
|
||||||
|
|
||||||
|
|
||||||
## What is the current behavior?
|
## What is the current behavior?
|
||||||
|
|
||||||
|
|
||||||
## What is the new behavior?
|
## What is the new behavior?
|
||||||
|
|
||||||
|
|
||||||
## Other information
|
## Other information
|
||||||
|
|
||||||
|
|
||||||
<!-- If this PR contains a breaking change, please describe the impact and solution strategy for existing applications below. -->
|
<!-- If this PR contains a breaking change, please describe the impact and solution strategy for existing applications below. -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue