1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-12-22 21:00:09 +01:00
Vadim Nifadev cc704cebb4 #269: Update CONTRIBUTING guidelines, add PR and issue templates
- Add issue templates for bugs, translations and new snippets

- Add PR templates for general purpose, new snippets and translations
2024-11-24 15:01:40 +03:00

26 lines
479 B
Markdown
Vendored

---
name: Bug report
about: Bug template
title: 'Fix ...'
labels: 'bug'
---
<!--
Hi, thanks for submitting a bug. We appreciate that.
But, we will need some information about what's wrong to help you.
-->
## What's wrong
<!-- Describe what is not working. -->
## How it should work?
<!-- Describe how it should work. -->
## Checklist before calling for maintainers
* [ ] Have you checked to ensure there aren't other open [Issues](../../../issues) for the same problem?