Update issue templates

This commit is contained in:
Pyry Lahtinen 2022-12-18 16:30:48 +00:00 committed by GitHub
parent 5c378edea0
commit eb239696f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -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.

View File

@ -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.