Create bug-fix.md

This commit is contained in:
Zoe Roux 2021-04-20 00:18:59 +02:00 committed by GitHub
parent cb277c390a
commit 4bcb515a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,21 @@
---
name: Bug Fix
about: Propose code for a bug fix
title: "[BUG] "
labels: bug
---
## Proposed changes
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
If it fixes a bug or resolves a feature request, be sure to link to that issue.
## Checklist
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added necessary documentation (if appropriate)
## Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did
and what alternatives you considered, etc...