From 9291164a6bedc10b68dce37e85121f4c89900969 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Fri, 6 Sep 2019 09:16:44 +0300 Subject: [PATCH] Adds github tempaltes, refs #112 (#155) --- .github/ISSUE_TEMPLATE/bug.md | 35 ++++++++++++++++++++++++++++++++ .github/pull_request_template.md | 29 ++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..d919c65 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,35 @@ +--- +name: Bug +about: Create a report of something is not working +labels: 'bug' +--- + +# Bug report + + + +## What's wrong + + + +## How is that should be + + + +## System information + +- OS: +- `python` version: +- `django` version: +- `mypy` version: +- `django-stubs` version: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..82e2bfc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,29 @@ +# I have made things! + + + +## Related issues + + + +