diff options
author | Moises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com> | 2016-05-15 06:14:38 -0500 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-05-15 12:14:38 +0100 |
commit | 671f734731aba87ba350f1b376ef066ba5953d41 (patch) | |
tree | 1dc733e0d4cfcfe132f5e34c7a0a760285ca4a9f | |
parent | e2e0d77a362974725db9297176823bdd2adb493f (diff) | |
download | pylint-git-671f734731aba87ba350f1b376ef066ba5953d41.tar.gz |
Add standard folder .github to add github templates (#902)
-rw-r--r-- | .github/CONTRIBUTING.md | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 13 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
3 files changed, 16 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000..f33606913 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1 @@ +Please read here the [contribute doc](https://github.com/PyCQA/pylint/blob/master/doc/contribute.rst) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..1b707153e --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +### Steps to reproduce +1. +2. +3. + +### Current behavior + + +### Expected behavior + + +### pylint --version output + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..7514811c6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,2 @@ +### Fixes / new features +- |