mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +00:00
Add issue templates
This commit is contained in:
parent
f3201cfb21
commit
39b957a1b3
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve askama
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
What is going wrong?
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Please provide the code showing the bug so it can be reproduced. If possible, a minified version on how to reproduce the bug would be preferred as we would be able to work on it much faster.
|
||||||
|
|
||||||
|
**Askama version**
|
||||||
|
Which `askama` version are you using?
|
||||||
|
|
||||||
|
**Rust version**
|
||||||
|
Which `rust` version are using? You can get this information by using `rustc --version`.
|
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest a feature you'd like askama to have
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Please describe what you'd like to be added. For example:
|
||||||
|
* Missing jinja feature
|
||||||
|
* New syntax
|
||||||
|
* New API
|
||||||
|
* ...
|
Loading…
x
Reference in New Issue
Block a user