mirror of
https://github.com/awfixers-stuff/src.git
synced 2026-03-31 14:15:59 +00:00
27 lines
786 B
YAML
27 lines
786 B
YAML
name: Report undesirable behaviour 🐛
|
|
description: Create an issue to help us improve
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: Thanks for contributing by creating an issue! ❤️
|
|
- type: textarea
|
|
attributes:
|
|
label: Current behavior 😯
|
|
description: Describe what happens instead of the expected behavior.
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected behavior 🤔
|
|
description: Describe what should happen.
|
|
- type: textarea
|
|
attributes:
|
|
label: Git behavior
|
|
description: Describe what Git does under similar circumstances.
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce 🕹
|
|
description: Describe how we can reproduce the behaviour.
|
|
placeholder: |
|
|
1.
|
|
2.
|
|
3. …
|