mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
Add GitHub templates for issues and pull requests
This commit is contained in:
parent
cc3592dfd9
commit
9acb782fe7
2 changed files with 23 additions and 0 deletions
12
.github/ISSUE_TEMPLATE.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
#### Issue Summary
|
||||||
|
|
||||||
|
A summary of the issue and the environment in which it occurs. If suitable, include the steps required to reproduce the bug. Please feel free to include screenshots, screencasts, code examples.
|
||||||
|
|
||||||
|
|
||||||
|
#### Steps to Reproduce
|
||||||
|
|
||||||
|
1. This is the first step
|
||||||
|
2. This is the second step
|
||||||
|
3. Further steps, etc.
|
||||||
|
|
||||||
|
Any other information you want to share that is relevant to the issue being reported. Especially, why do you consider this to be a bug? What do you expect to happen instead?
|
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
### Description
|
||||||
|
|
||||||
|
<!-- Please describe what the changes are made in this pull request and why the change was necessary. -->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Please enter each Issue number you are resolving in your PR after one of the following words [Fixes, Closes, Resolves]. This will auto-link these issues and close them when this PR is merged!
|
||||||
|
e.g.
|
||||||
|
Fixes #1
|
||||||
|
Closes #2
|
||||||
|
-->
|
||||||
|
### Fixes #
|
Loading…
Add table
Reference in a new issue