Add issue templates

This commit is contained in:
Guillaume Gomez 2025-05-26 22:01:29 +02:00 committed by René Kijewski
parent f3201cfb21
commit 39b957a1b3
2 changed files with 34 additions and 0 deletions

20
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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`.

View 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
* ...