From 278316f1c4d2f17b63814f5d5ad274e51afbe4b4 Mon Sep 17 00:00:00 2001 From: Finn-Thorben Sell Date: Thu, 20 Feb 2020 22:11:52 +0100 Subject: [PATCH] fix github templates --- .github/ISSUE_TEMPLATE/1_bug_report.md | 2 +- .github/pull_request_template.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.md b/.github/ISSUE_TEMPLATE/1_bug_report.md index 9316cd8f..fad4c553 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.md +++ b/.github/ISSUE_TEMPLATE/1_bug_report.md @@ -1,6 +1,6 @@ --- name: "\U0001F41B Bug report" -about: Report a missbehavior or other bug +about: Report a misbehavior or other bug title: '' labels: 'bug' assignees: '' diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8d0d8496..ff7abe1f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,3 @@ - - ## Proposed changes @@ -10,9 +8,10 @@ ## Necessary checks - [ ] Update package version -- [ ] Run linters - [ ] Run `catkin build` - [ ] Write documentation +- [ ] Create issues for future work - [ ] Test on your machine - [ ] Test on the robot +- [ ] Put the PR on our Project board