From 1e7fa33527f5b84bcfd4decce38f497c60f5439b Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 5 Dec 2019 12:14:14 +0100 Subject: [PATCH] Added issue templates. [ci skip] --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..e097d40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Report a bug for this project +title: '' +labels: bug +assignees: fabiocaccamo + +--- + +**Python version** +? + +**Django version** +? + +**Current behavior (bug description)** +? + +**Expected behavior** +? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..cd25dd1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: fabiocaccamo + +--- + +