aboutsummaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2018-02-12ISSUE_TEMPLATE: various updates.Mike McQuaid
Most notably: try to point people towards Discourse for non-bugs.
2018-01-23don't add brew doctorSimon B
2018-01-23Add doctor and style to checklist.Simon B
Ensures that contributors know about `brew doctor` and `brew style` before submitting a PR, since CI fails on `brew style` breaches.
2017-08-24ISSUE_TEMPLATE: firm up languageMike McQuaid
Try to be even clearer that we need you to read this.
2017-06-16ISSUE_TEMPLATE: more tweaks.Mike McQuaid
- add a missing `not` - note if formulae don't work after `brew install` we don't want those issues here either - harden closing issue without comment disclaimer
2017-05-09Tweak troubleshooting docs and issue templateMike McQuaid
- Note that Homebrew Cask issues should be filed elsewhere. - Make `brew`/homebrew-core issue differential in simpler language - Tell people to fix all `brew doctor` issues - Refer to the issue checklist and make it even more clear and prominent that we may close it out immediately if they don't use it. - Note that proposed new issues should be widely relevant. - Don't tell people they need to `brew cask install java`; we handle this in most places with a Java requirement and probably want issues filed where we don't. - Remove reference to Homebrew Dupes and replace with reference to Homebrew Cask to try and get people filing stuff there instead. Fixes #2608
2017-04-05Add probot-stale configuration.Mike McQuaid
2017-04-02ISSUE_TEMPLATE: tweak instructions.Mike McQuaid
Be clearer about what's expected and where to file things.
2017-02-28Fix typo in the new issue templateTej Chajed
2016-12-13Tweak issue template and contributing guidelines.Mike McQuaid
- Note issues may be closed without comment if sufficient information is not provided. - Deprecate Homebrew/brew-evolution, note new feature request flow - Note some issues should be created on Homebrew/brew
2016-12-06ISSUE_TEMPLATE: tweak based on recent issues.Mike McQuaid
2016-11-30ISSUE_TEMPLATE: point people to the right repo.Mike McQuaid
2016-09-20PULL_REQUEST_TEMPLATE.md: Fix CONTRIBUTING.md linkShaun Jackman
2016-09-20Rearrange repository files.Mike McQuaid
2016-09-07README and ISSUE_TEMPLATE: quote $(brew --repo)Zhiming Wang
Always a good idea to quote command substitution.
2016-08-26Updated issue template's brew update fix.Ball
2016-08-13Tell people about update bug in README/issue template.Mike McQuaid
2016-05-19.github/*: point to Homebrew Evolution repository. (#259)Mike McQuaid
Indicate that feature requests should go there rather than here.
2016-05-03PR template: Separate checklist from body; grammar fix (#136)Andrew Janke
2016-04-21CONTRIBUTING : fix link to troubleshooting (#133)Logan Rosen
The current one returns a 404.
2016-04-05CONTRIBUTING.md: update urlXu Cheng
2016-04-03Update documentation after repository split.Mike McQuaid
2016-02-19PULL_REQUEST_TEMPLATE: tweaksDominyk Tiller
Closes Homebrew/homebrew#49353. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-19ISSUE_TEMPLATE: tweaksDominyk Tiller
2016-02-18docs: fix URLs in issue/PR templateMartin Afanasjew
Sadly, relative URLs don't work in this context.
2016-02-18docs: fix minor language/style inconsistenciesMartin Afanasjew
Always leave a blank line between headings and the following checklists.
2016-02-18PULL_REQUEST_TEMPLATE: create initial templateDominyk Tiller
2016-02-18docs: move security reporting guidelinesDominyk Tiller
2016-02-18ISSUE_TEMPLATE: create initial templateDominyk Tiller
Closes Homebrew/homebrew#41321.
2016-02-18CONTRIBUTING: move to /.githubDominyk Tiller