Skip to content

Commit

Permalink
Merge pull request #116 from Toni-SM/Toni-SM-patch-1
Browse files Browse the repository at this point in the history
Update and rename bug_report.md to bug_report.yaml
  • Loading branch information
Toni-SM committed Aug 16, 2023
2 parents cbeb1e5 + bfddb3b commit 072b8a7
Showing 1 changed file with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
---
name: Bug report
about: Submit a bug report
labels:
- bug
description: Submit a bug report
labels: bug
body:
- type: markdown
attributes:
value: >
## Your help in making skrl better is greatly appreciated!
value: |
**Your help in making skrl better is greatly appreciated!**
* Please ensure that the issue hasn't already been reported by using the [issue search](https://github.com/Toni-SM/skrl/search?q=is%3Aissue&type=issues).
* The issue (and its solution) is not listed in the skrl documentation's [troubleshooting](https://skrl.readthedocs.io/en/latest/intro/installation.html#known-issues-and-troubleshooting) section.
* For questions, please consider [open a discussion](https://github.com/Toni-SM/skrl/discussions).
<br>
- type: textarea
attributes:
label: Description
description: >-
A clear and concise description of the bug/issue. Try to provide a minimal example to reproduce it (error/log messages are also helpful).
description: A clear and concise description of the bug/issue. Try to provide a minimal example to reproduce it (error/log messages are also helpful).
placeholder: |
Markdown formatting might be applied to the text.
```python
# use triple backticks for code-blocks or error/log messages
```
Expand Down Expand Up @@ -50,4 +45,3 @@ body:
attributes:
label: Additional system information
placeholder: Python version, OS (Linux/Windows/Mac/WSL), etc.
---

0 comments on commit 072b8a7

Please sign in to comment.