From 7d7b0f9c5a85925bf1781b4b33a8399fe59b1ec7 Mon Sep 17 00:00:00 2001 From: Maxim Belkin Date: Mon, 27 Jul 2020 14:12:34 +0000 Subject: [PATCH 1/3] feature and issue templates: shorter titles --- .github/ISSUE_TEMPLATE/bug.md | 17 +++++++++++------ .github/ISSUE_TEMPLATE/feature.md | 14 +++++++++----- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 67d0a3161c..e49b1295e1 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -4,7 +4,7 @@ about: "If you're sure it's reproducible and not just your machine: submit an is --- -# Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again. +**Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.** - [ ] ran `brew update` and can still reproduce the problem? - [ ] ran `brew doctor`, fixed all issues and can still reproduce the problem? @@ -12,11 +12,13 @@ about: "If you're sure it's reproducible and not just your machine: submit an is -## What you were trying to do (and why) +## Description +_What you were trying to do (and why)._ -## What happened (include command output) +## Observed behavior +_What happened (include command output)._ @@ -29,15 +31,18 @@ about: "If you're sure it's reproducible and not just your machine: submit an is -## What you expected to happen +## Expected behavior +_What you expected to happen._ -## Step-by-step reproduction instructions (by running `brew` commands) +## Steps to reproduce +_Step-by-step reproduction instructions (by running `brew` commands)._ -## Output of `brew config` and `brew doctor` commands +## System configuration +_Output of `brew config` and `brew doctor` commands._
 
diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md
index 8651038872..080733a5e3 100644
--- a/.github/ISSUE_TEMPLATE/feature.md
+++ b/.github/ISSUE_TEMPLATE/feature.md
@@ -4,23 +4,27 @@ about: Request our thoughts on your suggestion for a new feature for Homebrew.
 
 ---
 
-# Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
+**Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.**
 
 
 
-# A detailed description of the proposed feature
+## Description
+_A detailed description of the proposed feature._
 
 
 
-# The motivation for the feature
+## Motivation
+_The motivation for the feature._
 
 
 
-# How the feature would be relevant to at least 90% of Homebrew users
+## Relevance
+_How the feature would be relevant to at least 90% of Homebrew users._
 
 
 
-# What alternatives to the feature have been considered
+## Alternatives
+_What alternatives to the feature have been considered._
 
 
 

From 57c02af359a948aef5e1bbf3d74b82395c0b7287 Mon Sep 17 00:00:00 2001
From: Maxim Belkin 
Date: Thu, 20 Aug 2020 14:40:40 +0000
Subject: [PATCH 2/3] Add template titles

---
 .github/ISSUE_TEMPLATE/bug.md     | 2 ++
 .github/ISSUE_TEMPLATE/feature.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index e49b1295e1..92fe7a0eb8 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -4,6 +4,8 @@ about: "If you're sure it's reproducible and not just your machine: submit an is
 
 ---
 
+# Bug report
+
 **Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.**
 
 - [ ] ran `brew update` and can still reproduce the problem?
diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md
index 080733a5e3..f76e7b2513 100644
--- a/.github/ISSUE_TEMPLATE/feature.md
+++ b/.github/ISSUE_TEMPLATE/feature.md
@@ -4,6 +4,8 @@ about: Request our thoughts on your suggestion for a new feature for Homebrew.
 
 ---
 
+# Feature suggestion
+
 **Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.**
 
 

From d7d754f23f1048d999674c2279291bd0da3de9ec Mon Sep 17 00:00:00 2001
From: Maxim Belkin 
Date: Fri, 21 Aug 2020 15:08:56 +0000
Subject: [PATCH 3/3] Revert short titles

---
 .github/ISSUE_TEMPLATE/bug.md     | 15 +++++----------
 .github/ISSUE_TEMPLATE/feature.md | 12 ++++--------
 2 files changed, 9 insertions(+), 18 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index 92fe7a0eb8..dfd7c0af2d 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -14,13 +14,11 @@ about: "If you're sure it's reproducible and not just your machine: submit an is
 
 
 
-## Description
-_What you were trying to do (and why)._
+## What you were trying to do (and why)
 
 
 
-## Observed behavior
-_What happened (include command output)._
+## What happened (include command output)
 
 
 
@@ -33,18 +31,15 @@ _What happened (include command output)._
   
-## Expected behavior -_What you expected to happen._ +## What you expected to happen -## Steps to reproduce -_Step-by-step reproduction instructions (by running `brew` commands)._ +## Step-by-step reproduction instructions (by running `brew` commands) -## System configuration -_Output of `brew config` and `brew doctor` commands._ +## Output of `brew config` and `brew doctor` commands
 
diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md
index f76e7b2513..d5cf45ee6a 100644
--- a/.github/ISSUE_TEMPLATE/feature.md
+++ b/.github/ISSUE_TEMPLATE/feature.md
@@ -10,23 +10,19 @@ about: Request our thoughts on your suggestion for a new feature for Homebrew.
 
 
 
-## Description
-_A detailed description of the proposed feature._
+# A detailed description of the proposed feature
 
 
 
-## Motivation
-_The motivation for the feature._
+# The motivation for the feature
 
 
 
-## Relevance
-_How the feature would be relevant to at least 90% of Homebrew users._
+# How the feature would be relevant to at least 90% of Homebrew users
 
 
 
-## Alternatives
-_What alternatives to the feature have been considered._
+# What alternatives to the feature have been considered