From 539de99a9432969c8ec4735b4fb55141edc320dc Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Mon, 10 Jun 2019 10:52:15 +1000 Subject: [PATCH] Add PR template (#203) --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++--- .github/ISSUE_TEMPLATE/pull_request_template.md | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 31ad24c7..8447bc57 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,14 +1,13 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a bug report title: '' labels: '' assignees: '' --- -* version: -* project (e.g. CLI): +* project/version (e.g. CLI v0.8.0): * operating system: ## Description diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/ISSUE_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..a0e96a8d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pull_request_template.md @@ -0,0 +1 @@ +## Short description