Skip to content

Commit

Permalink
Merge pull request #352 from robotology/issue_templates
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
diegoferigo authored May 14, 2021
2 parents f110973 + c6008df commit 311b08e
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
name: Bug report
about: Report a bug
labels: issue::type::bug
---

<!-- Remove this warning before posting the issue -->

⚠️ If you're not sure whether your problem is a bug, please ask a question in [Discussions][Discussions] instead.

<!-- Make sure you already checked the existing documentation and mark all the checks -->

- [ ] 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

<!-- Screenshots, console logs, backtraces, ... -->

<details>
<summary>Title</summary>

Content

</details>

## Environment

- OS: <!-- Insert the distribution, e.g. Ubuntu 20.04 -->
- GPU: <!-- Insert your GPU, e.g. Intel XXX integrated -->
- Python: <!-- Insert the active Python version and provider, e.g. 3.8.X from virtualenv -->
- Version: <!-- Insert the installed version of gym-ignition and scenario, e.g. v1.2.0 -->
- Channel:
- [ ] Stable
- [ ] Nightly
- Installation type:
- [ ] User
- [ ] Developer
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Request a new feature
labels: issue::type::enhancement
---

<!-- Remove this warning before posting the issue -->

⚠️ 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, ...

0 comments on commit 311b08e

Please sign in to comment.