From 397b331a7686bec57837bd6f4fd1bb7825773664 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Sat, 30 Jun 2018 01:37:32 +0300 Subject: Hide github templates under .github directory Signed-off-by: Ivan Kanakarakis --- .github/issue_template.md | 21 +++++++++++++++++++++ .github/pull_request_template.md | 11 +++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/issue_template.md create mode 100644 .github/pull_request_template.md (limited to '.github') 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 @@ + + +## Code Version + + +## Expected Behavior + + +## Current Behavior + + +## Possible Solution + + +## Steps to Reproduce + + +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? + + + -- cgit v1.2.1