Add Github templates
This commit is contained in:
parent
dfdb4d5c2b
commit
05af9d0d4d
@ -1,6 +1,7 @@
|
||||
.idea
|
||||
.git
|
||||
.gitignore
|
||||
.github
|
||||
.dockerignore
|
||||
.travis.yml
|
||||
tests
|
||||
|
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -8,6 +8,7 @@ common.php export-subst
|
||||
.gitattributes export-ignore
|
||||
.gitignore export-ignore
|
||||
.gitkeep export-ignore
|
||||
.github export-ignore
|
||||
|
||||
# core
|
||||
data/*.sqlite export-ignore
|
||||
|
28
.github/issue_template.md
vendored
Normal file
28
.github/issue_template.md
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
Actual behaviour
|
||||
----------------
|
||||
|
||||
Tell us what happens instead
|
||||
|
||||
|
||||
Expected behaviour
|
||||
------------------
|
||||
|
||||
Tell us what should happen
|
||||
|
||||
|
||||
Steps to reproduce
|
||||
------------------
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
- Miniflux version:
|
||||
- Database type and version:
|
||||
- PHP version:
|
||||
- OS:
|
||||
- Browser:
|
7
.github/pull_request_template.md
vendored
Normal file
7
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
Before to submit your pull-request:
|
||||
|
||||
- Be sure that the unit tests pass
|
||||
- If you create a new feature, test your code, do not introduce new bugs
|
||||
- Avoid code duplication
|
||||
- Small pull-requests are easier to review and can be merged quickly
|
||||
- 1 pull-request == 1 feature/improvement
|
Loading…
Reference in New Issue
Block a user