Browse Source

.github: simplify templates

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
08641dd48b
2 changed files with 2 additions and 22 deletions
  1. 1 12
      .github/ISSUE_TEMPLATE.md
  2. 1 10
      .github/PULL_REQUEST_TEMPLATE.md

+ 1 - 12
.github/ISSUE_TEMPLATE.md

@@ -1,13 +1,2 @@
 
-
-<br>
-<br>
-**!!! PLEASE READ BEFORE REPORTING !!!**
-<br>
-<br>
-
-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.

+ 1 - 10
.github/PULL_REQUEST_TEMPLATE.md

@@ -1,11 +1,2 @@
 
-
-<br>
-<br>
-**!!! PLEASE READ BEFORE CONTRIBUTING !!!**
-<br>
-<br>
-
-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.