From 8904bebae9b02b5dbe5d38dac0bc593156f97a78 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 15 Mar 2018 10:39:58 -0500 Subject: [PATCH] Enhance issue/PR templates asking for details --- .github/ISSUE_TEMPLATE.md | 14 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5c736d2..463d28d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,17 @@ + +### Following link https://pivotal.io/security should be used to report security related issues + +### Expected behavior + +### Actual behavior + +### Steps to reproduce + +### Reactor Netty version + +### JVM version (e.g. `java -version`) + +### OS version (e.g. `uname -a`) \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2d453e3..c26ffa6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,17 @@ + +### Following link https://pivotal.io/security should be used to report security related issues + +### Expected behavior + +### Actual behavior + +### Steps to reproduce + +### Reactor Netty version + +### JVM version (e.g. `java -version`) + +### OS version (e.g. `uname -a`) \ No newline at end of file