-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #160 from Kinovarobotics/feature/add-issue-templates
Update issue templates
- Loading branch information
Showing
2 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |