summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2018-06-30 01:37:32 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2018-07-03 03:36:01 +0300
commit397b331a7686bec57837bd6f4fd1bb7825773664 (patch)
tree9e9671a1e0faaacdf4cb5c6d64f5b9dc193825a6 /.github
parentc00823f6744e8107a4564a237d29e990fc76867a (diff)
downloadpysaml2-397b331a7686bec57837bd6f4fd1bb7825773664.tar.gz
Hide github templates under .github directory
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md21
-rw-r--r--.github/pull_request_template.md11
2 files changed, 32 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
new file mode 100644
index 00000000..58967f57
--- /dev/null
+++ b/.github/issue_template.md
@@ -0,0 +1,21 @@
+<!--- Provide a general summary of the issue in the Title above -->
+
+## Code Version
+<!-- What version and/or branch of the code are you running? -->
+
+## Expected Behavior
+<!--- Tell us what should happen -->
+
+## Current Behavior
+<!--- Tell us what happens instead of the expected behavior -->
+
+## Possible Solution
+<!--- Not obligatory, but suggest a fix/reason for the bug, -->
+
+## Steps to Reproduce
+<!--- Provide a link to a live example, or an unambiguous set of steps to -->
+<!--- reproduce this bug. Include code to reproduce, if relevant -->
+1.
+2.
+3.
+4.
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..94be46df
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,11 @@
+### All Submissions:
+
+* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change?
+* [ ] Have you added an explanation of what problem you are trying to solve with this PR?
+* [ ] Have you added information on what your changes do and why you chose this as your solution?
+* [ ] Have you written new tests for your changes?
+* [ ] Does your submission pass tests?
+* [ ] This project follows PEP8 style guide. Have you run your code against the 'flake8' linter?
+
+
+