From 48901a66df2c68cf42caee2a8b4e4e9204d86f46 Mon Sep 17 00:00:00 2001 From: metaprime Date: Fri, 11 Aug 2017 01:35:25 -0700 Subject: [PATCH] Update templates. --- .github/ISSUE_TEMPLATE.md | 4 ++-- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 95e0546a..81806d86 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,8 +8,8 @@ If this is a feature request or other type of issue, provide whatever informatio --> * Ripme version: -* Java version (output of `java -version`): -* Operating system: +* Java version: +* Operating system: * Exact URL you were trying to rip when the problem occurred: * Please include any additional information about how to reproduce the problem: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 45cb4595..71edadbb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,7 @@ To help us verify your change, please fill out the information below. # Category This change is exactly one of the following (please change `[ ]` to `[x]`) to indicate which: -* [ ] a bug fix -- which issue? #... +* [ ] a bug fix (Fix #...) * [ ] a new Ripper * [ ] a refactoring * [ ] a style change/fix