From eb239696f91f53b918a765806190259b4c85927b Mon Sep 17 00:00:00 2001 From: Pyry Lahtinen Date: Sun, 18 Dec 2022 16:30:48 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 24 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 11 +++++++++++ 2 files changed, 35 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..a70e302 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: When something isn't working as expected +title: '' +labels: bug +assignees: '' + +--- + +**What is going on?** +What's wrong with the library? What unexpected does it do? + +**Steps to reproduce** +Please paste a short version of your code or describe your actions precisely. + +**Expected behavior** +What did you expect the library to do? + +**Version info** +* Python version: x.xx.x +* Fixedcal version: x.x.x + +**Additional context** +Any other information that may be related to this bug. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..1055c8a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: Feature request +about: When something could be added +title: '' +labels: enhancement +assignees: '' + +--- + +**Describe how you would like the library to work** +Write some example code or explain verbally what should be added.