mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-24 12:04:24 +01:00
26 lines
479 B
Markdown
26 lines
479 B
Markdown
|
---
|
||
|
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?
|
||
|
|