Skip to content

Commit

Permalink
Merge pull request #160 from Kinovarobotics/feature/add-issue-templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
felixmaisonneuve authored Jun 30, 2021
2 parents eef6758 + 504fe74 commit 4f7e716
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

## Description

One paragraph to explain the issue

## Version

ROS distribution :

Branch and commit you are using :

## Steps to reproduce

1. *step 1...*
2. *step 2...*


## Code example (if necessary)

```
# paste code here #
```

## Expected behavior

Describe the expected behavior (in regard to the bug described above).

## Any other information

Any other information you believe the maintainers need to know.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-enhancement-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Feature/enhancement request
about: Suggest an enhancement for this project
title: ''
labels: ''
assignees: ''

---

## Summary

A short description of the requested feature.

## Use case

Why is this feature needed?

What are the use case covered by this feature?

## Alternative

Do you have an idea how on how best to implement this enhancement?

If this feature is not implemented, do you have a workaround?

## Possible issues

Anything that could be affected by the new feature.

## Additional context

Any other information you would like us to know about the requested enhancement.

0 comments on commit 4f7e716

Please sign in to comment.