Add Github templates

This commit is contained in:
Frederic Guillot 2016-08-21 12:59:35 -04:00
parent dfdb4d5c2b
commit 05af9d0d4d
No known key found for this signature in database
GPG Key ID: 92D77191BA7FBC99
4 changed files with 37 additions and 0 deletions

View File

@ -1,6 +1,7 @@
.idea
.git
.gitignore
.github
.dockerignore
.travis.yml
tests

1
.gitattributes vendored
View File

@ -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
View 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
View 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