From 3881df188c80ed41896a1c02bab63663bb980039 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 5 Sep 2019 12:45:08 +0300 Subject: [PATCH] Adds github tempaltes, refs #112 --- .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 + + + +