mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-12-22 21:00:09 +01:00
26 lines
507 B
Markdown
Vendored
26 lines
507 B
Markdown
Vendored
---
|
|
name: Bug report
|
|
about: Report a problem and provide necessary context
|
|
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?
|
|
|