summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMoises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com>2016-05-15 06:14:38 -0500
committerClaudiu Popa <pcmanticore@gmail.com>2016-05-15 12:14:38 +0100
commit671f734731aba87ba350f1b376ef066ba5953d41 (patch)
tree1dc733e0d4cfcfe132f5e34c7a0a760285ca4a9f /.github
parente2e0d77a362974725db9297176823bdd2adb493f (diff)
downloadpylint-git-671f734731aba87ba350f1b376ef066ba5953d41.tar.gz
Add standard folder .github to add github templates (#902)
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md1
-rw-r--r--.github/ISSUE_TEMPLATE.md13
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
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
+-