From de50dd7d15c2a316c764632db3f0972f66311282 Mon Sep 17 00:00:00 2001 From: Alex Unger <6905948+refs@users.noreply.github.com> Date: Thu, 14 Jan 2021 16:27:32 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Benedikt Kulmann --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/pull_request_template.md | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 39e4bb089d..259ec2beaf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,7 @@ assignees: '' A clear and concise description of what the bug is. -## Steps to Reproduce +## Steps to reproduce Steps to reproduce the behavior: @@ -21,7 +21,7 @@ Steps to reproduce the behavior: ## Setup -Please describe how did you start the server and relevant environment variables. +Please describe how you started the server and provide a list of relevant environment variables.

diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bab64f2da2..da49347cb0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea for improving OCIS +about: Suggest an idea for improving oCIS title: '' labels: Category:Feature, Topic:needs-triage assignees: '' diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 179498c092..85ab9338dc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@