-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4148 from MikeMcQuaid/issue-template-newlines
.github/ISSUE_TEMPLATE: fix newlines.
- Loading branch information
Showing
2 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
name: New Feature Suggestion | ||
about: Request a new feature for Homebrew/brew | ||
|
||
--- | ||
|
||
Please replace this section with: | ||
- a detailed description of your proposed feature | ||
- the motivation for the feature | ||
- 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 you have considered | ||
|
||
We will close this issue or ask you to create a pull-request if it's something the maintainers are not actively planning to work on. | ||
--- | ||
name: New Feature Suggestion | ||
about: Request a new feature for Homebrew/brew | ||
|
||
--- | ||
|
||
Please replace this section with: | ||
- a detailed description of your proposed feature | ||
- the motivation for the feature | ||
- 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 you have considered | ||
|
||
We will close this issue or ask you to create a pull-request if it's something the maintainers are not actively planning to work on. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
--- | ||
name: Reproducible Bug Report | ||
about: Submit an issue so we can investigate | ||
|
||
--- | ||
|
||
**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.** | ||
|
||
- [ ] are reporting a bug others will be able to reproduce and not asking a question. If you're not sure or want to ask a question do so on our Discourse: https://discourse.brew.sh | ||
- [ ] ran a `brew` command and reproduced the problem with multiple formulae? If it's a problem with a single, official formula (not cask) please file this issue at Homebrew/homebrew-core: https://github.com/Homebrew/homebrew-core/issues/new. If it's a `brew cask` problem please file this issue at https://github.com/caskroom/homebrew-cask/issues/new. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap. | ||
- [ ] 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 explain: | ||
- What you were trying to do (and why) | ||
- What happened (include command output) | ||
- What you expected to happen | ||
- Step-by-step reproduction instructions (by running `brew` commands) | ||
--- | ||
name: Reproducible Bug Report | ||
about: Submit an issue so we can investigate | ||
|
||
--- | ||
|
||
**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.** | ||
|
||
- [ ] are reporting a bug others will be able to reproduce and not asking a question. If you're not sure or want to ask a question do so on our Discourse: https://discourse.brew.sh | ||
- [ ] ran a `brew` command and reproduced the problem with multiple formulae? If it's a problem with a single, official formula (not cask) please file this issue at Homebrew/homebrew-core: https://github.com/Homebrew/homebrew-core/issues/new. If it's a `brew cask` problem please file this issue at https://github.com/caskroom/homebrew-cask/issues/new. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap. | ||
- [ ] 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 explain: | ||
- What you were trying to do (and why) | ||
- What happened (include command output) | ||
- What you expected to happen | ||
- Step-by-step reproduction instructions (by running `brew` commands) |