diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..e4f0a8914 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,62 @@ +--- +name: Bug report +about: Report a bug +labels: issue::type::bug +--- + + + +⚠️ If you're not sure whether your problem is a bug, please ask a question in [Discussions][Discussions] instead. + + + +- [ ] I've read the [FAQ][FAQ] +- [ ] I've read the [Support Policy][Support Policy] +- [ ] I've already searched similar [issues][Issues] and [discussions][Discussions] +- [ ] I've already updated to the most recent supported [release][Releases] (either Stable or Nightly) + +[Issues]: https://github.com/robotology/gym-ignition/issues +[Releases]: https://github.com/robotology/gym-ignition/releases +[FAQ]: https://robotology.github.io/gym-ignition/master/info/faq.html +[Discussions]: https://github.com/robotology/gym-ignition/discussions +[Support Policy]: https://robotology.github.io/gym-ignition/master/installation/support_policy.html + +## Description: + +A clear and concise description of the bug and what should be the expected behavior. + +## Steps to reproduce + +1. +1. +1. + +or + +```python +# Insert some code +``` + +## Additional context + + + +
+Title + +Content + +
+ +## Environment + +- OS: +- GPU: +- Python: +- Version: +- Channel: + - [ ] Stable + - [ ] Nightly +- Installation type: + - [ ] User + - [ ] Developer diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..ac1cdd1f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Request a new feature +labels: issue::type::enhancement +--- + + + +⚠️ If you're not sure on the specifics of the feature or would like a broader discussion, +please consider posting a proposal to [Discussions][Discussions] instead. + +## Summary + +Describe what this new feature is about and the context you would find it useful. + +## Implementation suggestion + +Provide a suggestion on how to implement this feature, which could help us +to speed up the implementation. + +## Additional context + +Screenshots, videos, links, sketches, ...