From 08641dd48bad0613304cf8c0ea813a6f090f5f98 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 13 Apr 2018 11:11:01 -0700 Subject: [PATCH] .github: simplify templates Signed-off-by: Gyuho Lee --- .github/ISSUE_TEMPLATE.md | 13 +------------ .github/PULL_REQUEST_TEMPLATE.md | 11 +---------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 626f85e7b86..5d21a258f58 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,13 +1,2 @@ - -
-
-**!!! PLEASE READ BEFORE REPORTING !!!** -
-
- -A good bug report has some very specific qualities, so please read over our short document on [reporting bugs][report_bugs] before submitting a bug report. - -To ask a question, go ahead and ignore this. - -[report_bugs]: https://github.com/coreos/etcd/blob/master/Documentation/reporting_bugs.md +Please read https://github.com/coreos/etcd/blob/master/Documentation/reporting_bugs.md. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 11cd5c080b0..3b3d9097947 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,2 @@ - -
-
-**!!! PLEASE READ BEFORE CONTRIBUTING !!!** -
-
- -Please read our [contribution workflow][contributing] before submitting a pull request. - -[contributing]: https://github.com/coreos/etcd/blob/master/CONTRIBUTING.md#contribution-flow +Please read https://github.com/coreos/etcd/blob/master/CONTRIBUTING.md#contribution-flow.