Skip to content

Commit

Permalink
Setup issue form
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Feb 26, 2021
1 parent 90ab24e commit 9fc7352
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions .github/ISSUE_TEMPLATE/Bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,46 @@ name: Bug
about: Create a report to help us improve
labels: 'bug'
body:
- type: markdown
attributes:
value: |
Awesome that you are using our project!
But, sad that it broke :(
We will try to fix it as soon as possible.
Do you want your features to be implemented faster?
Please consider supporting our collective:
👉 https://opencollective.com/wemake-python-styleguide/donate
- type: textarea
attributes:
label: "What's wrong"
description: "Please, explain your problem"
validations:
required: True
validations:
required: True
- type: textarea
attributes:
label: "How it should be"
description: "Please, explain how do you expect it to be"
validations:
required: True
validations:
required: True

- type: textarea
attributes:
label: "Flake8 version and plugins"
description: "Contents of `flake8 --bug-report`"
validations:
required: True
validations:
required: True
- type: textarea
attributes:
label: "pip information"
description: "Contents of `pip --version && pip freeze`"
validations:
required: True
validations:
required: True
- type: textarea
attributes:
label: "OS information"
description: "Your OS name and version"
validations:
required: True
validations:
required: True

0 comments on commit 9fc7352

Please sign in to comment.