Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature and issue templates: change warning formatting #8102

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 11 additions & 6 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@ 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.**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems fine 👍🏻


- [ ] ran `brew update` and can still reproduce the problem?
- [ ] ran `brew doctor`, fixed all issues and can still reproduce the problem?
- [ ] ran `brew config` and `brew doctor` and included their output with your issue?

<!-- To help us debug your issue, please complete these sections: -->

## What you were trying to do (and why)
## Description
_What you were trying to do (and why)._
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I see the advantage of having these on two lines instead of one?


<!-- replace me -->

## What happened (include command output)
## Observed behavior
_What happened (include command output)._

<!-- replace me -->

Expand All @@ -29,15 +31,18 @@ about: "If you're sure it's reproducible and not just your machine: submit an is
</pre>
</details>

## What you expected to happen
## Expected behavior
_What you expected to happen._

<!-- replace me -->

## Step-by-step reproduction instructions (by running `brew` commands)
## Steps to reproduce
_Step-by-step reproduction instructions (by running `brew` commands)._

<!-- replace me -->

## Output of `brew config` and `brew doctor` commands
## System configuration
_Output of `brew config` and `brew doctor` commands._

<pre>
<!-- replace me -->
Expand Down
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

<!-- Please fill these sections with the relevant information: -->

# A detailed description of the proposed feature
## Description
_A detailed description of the proposed feature._

<!-- replace me -->

# The motivation for the feature
## Motivation
_The motivation for the feature._

<!-- replace me -->

# 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._

<!-- (if it's not: do not open a feature request) -->

# What alternatives to the feature have been considered
## Alternatives
_What alternatives to the feature have been considered._

<!-- replace me -->

Expand Down