Skip to content

Commit

Permalink
Adds .github CODEOWNERS and ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
- Adds .github/CODEOWNERS to assign reviews
- Adds .github/ISSUE_TEMPLATE/ with bug_report and feature_request

Only two lines differ from ZebraDevs/fetch_gazebo#71
  • Loading branch information
moriarty committed Apr 4, 2019
1 parent 0604989 commit 8809262
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This file allows changes in specific paths to automatically request review from individuals.
# See https://help.github.com/articles/about-code-owners/ for details.

# Default all changes to the fetchrobotics opensource team.
* @fetchrobotics/opensource
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] short description"
labels: bug
assignees: moriarty

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
The steps to help us reproduce this error.
We recommend using Docker to ensure your setup is as clean as possible, or using a new catkin workspace.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots or links to YouTube.

**catkin workspace (please complete the following information):**
- fetch_ros version:
- Ubuntu version:
- ROS version:
- current catkin workspace information `wstool info`

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[feature] short description"
labels: enhancement
assignees: moriarty

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 8809262

Please sign in to comment.