Skip to content

Commit

Permalink
Merge pull request strongback#108 from Team3132/github-templates
Browse files Browse the repository at this point in the history
Templates for Issues
  • Loading branch information
CarlinWilliamson authored May 26, 2020
2 parents af74982 + 20e48dc commit bfa0359
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

<!-- This is a template - do add to or remove from as needed -->
<!-- Please provide a general summary of the bug in the Title above 🚀 -->

## Description 💬
<!-- Please describe what isn't working -->
<!-- Video, screenshots etc are highly encouraged -->
<!-- Link to the corresponding card on the robot problems Trello if relevant -->

## How Can This Be Reproduced? 🖥️
<!-- Please describe how you tested your changes. -->
<!-- Make sure you include if it is intermittent or consistent -->
<!-- On what hardware did you find this bug? -->
<!-- E.g. Laptop, test board, comp robot, practise robot, different robot, robot with no intake, etc. -->

## Possible Solutions 💡
<!-- If you have any suggestions as to how this could be fixed add them here -->
<!-- You shouldn't go into too much detail. Just enough to set whoever takes on this issue down the right track -->
<!-- Delete this section if it is empty -->

## Checklist ✅
<!-- Go over all the following points, and check all the boxes. -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] Added a description of the bug and any other documentation
- [ ] Described how to reproduce the bug
- [ ] Assign appropriate labels
- [ ] Assign the issue to a github project board
<!-- Once you've checked all of these you can probably delete this checklist for brevity -->
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: new feature
assignees: ''

---

<!-- This is a template - do add to or remove from as needed -->
<!-- Please provide a general summary of the new feature in the Title above 🚀 -->

## Description 💬
<!-- Please describe what could be improved -->
<!-- Video, screenshots etc are highly encouraged -->
<!-- Link to the corresponding card on the robot problems Trello if relevant -->

## Possible Implementations 💡
<!-- If you have any suggestions as to how this could be implemented add them here -->
<!-- Multiple suggestions are highly encouraged -->
<!-- You shouldn't go into too much detail. Just enough to set whoever takes on this issue down the right track -->
<!-- Delete this section if it is empty -->

## Checklist ✅
<!-- Go over all the following points, and check all the boxes. -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] Added a description of what we are trying to improve
- [ ] Described how to we might implement this
- [ ] Assign appropriate labels
- [ ] Add the issue to a github project board
<!-- Once you've checked all of these you can probably delete this checklist for brevity -->

0 comments on commit bfa0359

Please sign in to comment.