Update issue templates
This commit is contained in:
parent
5c378edea0
commit
eb239696f9
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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.
|
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user