Spaces:
Paused
Paused
| name: Bug report | |
| description: Report issues affecting the framework or the documentation | |
| body: | |
| - type: checkboxes | |
| attributes: | |
| label: Checklist | |
| options: | |
| - label: I am sure the error is coming from Gojo_Satoru's code and not elsewhere | |
| required: true | |
| - label: I have searched in the issue tracker for similar bug reports, including closed ones | |
| required: true | |
| - label: I tried to run the code in different groups and channels and also in the bot's inbox and also changed the input value of the command | |
| required: true | |
| - type: textarea | |
| attributes: | |
| label: Description | |
| description: Provide a clear and concise description of the issue | |
| placeholder: Description... | |
| validations: | |
| required: true | |
| - type: textarea | |
| attributes: | |
| label: Steps to reproduce | |
| description: Explain precisely how to reproduce the issue | |
| placeholder: | | |
| 1. | |
| 2. | |
| 3. | |
| validations: | |
| required: true | |
| - type: textarea | |
| attributes: | |
| label: Code example | |
| description: Provide a [minimal, reproducible](https://stackoverflow.com/help/minimal-reproducible-example) and properly formatted example (if applicable) | |
| placeholder: | | |
| from Powers.bot_class import Gojo | |
| ... | |
| render: python | |
| - type: textarea | |
| attributes: | |
| label: Logs | |
| description: Provide the complete traceback or error message (if applicable) | |
| placeholder: | | |
| Traceback (most recent call last): | |
| File "<module_name>.py", line 1, in <module> | |
| ... | |
| render: shell | |