160 Commits

Author SHA1 Message Date
EricFromCanada
87c4a04cec workflows: add apidoc workflow for rubydoc.brew.sh 2019-09-04 00:07:43 -04:00
Markus Reiter
94233cf4e1
Merge pull request #6384 from reitermarkus/docker
Try caching the Docker image.
2019-08-21 09:59:09 +02:00
Mike McQuaid
e002a39a42 workflows/tests: hardcode coveralls token.
This is just used to set test coverage and GitHub Actions doesn't have
a good "secrets for forks" story yet.
2019-08-21 08:35:13 +01:00
Markus Reiter
85968040b1 Try caching the Docker image. 2019-08-21 06:55:15 +02:00
Mike McQuaid
67f960ba67 GitHub Actions CI
Try to setup GitHub Actions CI.
2019-08-19 20:38:19 +01:00
Vítor Galvão
e58f41f78d Fix templates link in close bot 2019-06-29 19:22:53 +01:00
Mike McQuaid
24208ce47c
issue-close-app.yml: bonus comma.
Co-Authored-By: Steven Peters <scpeters@openrobotics.org>
2019-06-25 17:45:30 +01:00
Mike McQuaid
1adde6252e
Update issue-close-app.yml
Clarify the wording while hopefully remaining friendly.
2019-06-25 16:05:51 +01:00
Mike McQuaid
69f4c3fe05
.github/issue-close-app: make message friendlier.
This should hopefully make the experience a little more pleasant when users make an innocent mistake.
2019-06-19 17:05:38 +01:00
Mike McQuaid
dde029a596
issue-close-app.yml: fix YAML syntax (again)
Use the correct multiline syntax.
2019-05-27 13:41:44 +01:00
Mike McQuaid
038d515800
issue-close-app: reorder comment to match README. 2019-05-27 08:43:05 +01:00
Issy Long
0516c78e13
Fix issue close bot's config file
- According to the
  [README](https://github.com/offu/close-issue-app#usage) it was missing
  an `issueConfigs` key. This was causing errors to be posted to new
  issues rather than the despired text.
2019-05-26 19:49:35 +01:00
Mike McQuaid
70ddb67371
github/issue-close-app: autoclose missing issue template.
It's not a good use of maintainer time to handle these manually.
2019-05-25 11:05:52 +01:00
Mike McQuaid
a84a20e97b
.github/: defer to Homebrew/.github repo.
This allows maintaining more settings in one place.
2019-05-23 09:46:28 +02:00
Mike McQuaid
aa940a21a9
Generate and push rubydoc.brew.sh
This is a replacement for the rubydoc.info site that has been a bit
unreliable for us.

Also, note we're using the community Ruby style guide now rather than
the GitHub one.
2019-03-28 21:15:50 +00:00
Mike McQuaid
d716d0fb16
Remove probot-move.
This has been replaced with GitHub's beta feature.
2019-01-02 20:53:54 +00:00
Iulian Onofrei
cdeff35e3c
Simplify usage instructions for the reproducible bug report GitHub issue template 2018-11-12 21:07:48 +02:00
Iulian Onofrei
2380ce19da
Simplify usage instructions for the new feature suggestion GitHub issue template
The previous version mentioned replacing the template's content in its
first phrase, and knowing that users don't read anything, the chances
for replacing the whole content is higher than in the new version.

It now has the required sections clearly separated and specific parts of
the template that the user needs to replace.
2018-11-11 13:25:16 +02:00
Markus Reiter
9e2b14a80d Use non-legacy test example in PR template. 2018-07-17 13:06:03 +02:00
Markus Reiter
de246cc528 Update Homebrew-Cask references. 2018-05-25 18:20:02 +02:00
Markus Reiter
c4222141ac Revert "Update Homebrew-Cask references."
This reverts commit 4475651b548afdcf15c4cf7a7cb57baca1885186.
2018-05-25 17:57:32 +02:00
Markus Reiter
4475651b54 Update Homebrew-Cask references. 2018-05-25 17:56:16 +02:00
Mike McQuaid
5616dca1e4
Merge pull request #4163 from commitay/issue-template
reproducible-bug-report.md: update cask url
2018-05-13 09:39:44 -04:00
commitay
66914ac58a reproducible-bug-report.md: update cask url 2018-05-13 12:11:41 +10:00
commitay
e61120ae90 add .github/issue_template.md 2018-05-13 12:08:55 +10:00
Mike McQuaid
276109f1ed Use new GitHub issue template format 2018-05-07 09:53:49 -04:00
Mike McQuaid
e7db10c928
Merge pull request #4148 from MikeMcQuaid/issue-template-newlines
.github/ISSUE_TEMPLATE: fix newlines.
2018-05-04 10:15:39 +01:00
Mike McQuaid
1ec12ebbf8 Add more Probots
We're already using the stale bot which seems to work quite well for us.
Let's also add:

- [No Response](https://probot.github.io/apps/no-response/) (replacing
[github-snooze-button](https://github.com/tdsmith/github-snooze-button))
- [Move Issues](https://probot.github.io/apps/move/)
- [Support Requests](https://probot.github.io/apps/support/)
- [Lock Threads](https://probot.github.io/apps/lock/)
2018-05-04 09:08:12 +01:00
Mike McQuaid
43eb91f82b .github/ISSUE_TEMPLATE: fix newlines.
Use LF endings rather than CRLF endings.
2018-05-04 09:02:24 +01:00
Mike McQuaid
7d0474b3c7 Update issue templates
Use the new issue template improvements: https://blog.github.com/2018-05-02-issue-template-improvements/
2018-05-03 08:51:54 +01:00
Mike McQuaid
473cdff132 ISSUE_TEMPLATE: various updates.
Most notably: try to point people towards Discourse for non-bugs.
2018-02-12 16:54:23 +00:00
Simon B
84ab3d0743 don't add brew doctor 2018-01-23 01:52:41 +01:00
Simon B
480a25aef9 Add doctor and style to checklist.
Ensures that contributors know about `brew doctor` and `brew style` before submitting a PR, since CI fails on `brew style` breaches.
2018-01-23 01:02:40 +01:00
Mike McQuaid
6676e4051c ISSUE_TEMPLATE: firm up language
Try to be even clearer that we need you to read this.
2017-08-24 11:45:41 +01:00
Mike McQuaid
275aa1d19d ISSUE_TEMPLATE: more tweaks.
- 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-06-16 16:31:44 +01:00
Mike McQuaid
978c121276 Tweak troubleshooting docs and issue template
- 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-05-09 15:21:28 +01:00
Mike McQuaid
b0be928f69 Add probot-stale configuration. 2017-04-05 09:14:35 +01:00
Mike McQuaid
f7a9c6f0a7 ISSUE_TEMPLATE: tweak instructions.
Be clearer about what's expected and where to file things.
2017-04-02 16:24:45 +01:00
Tej Chajed
f9e07fcaab
Fix typo in the new issue template 2017-02-28 14:13:38 -05:00
Mike McQuaid
5efea992f0 Tweak issue template and contributing guidelines.
- 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-13 00:49:57 +00:00
Mike McQuaid
11cf7b97c4 ISSUE_TEMPLATE: tweak based on recent issues. 2016-12-06 14:35:02 +00:00
Mike McQuaid
eb20f594a2 ISSUE_TEMPLATE: point people to the right repo. 2016-11-30 11:38:17 +00:00
Shaun Jackman
e7b6a55a4f PULL_REQUEST_TEMPLATE.md: Fix CONTRIBUTING.md link 2016-09-20 15:33:26 -07:00
Mike McQuaid
bd6fb88ddc Rearrange repository files. 2016-09-20 10:41:42 +01:00
Zhiming Wang
1a0220d9de
README and ISSUE_TEMPLATE: quote $(brew --repo)
Always a good idea to quote command substitution.
2016-09-07 11:21:41 -04:00
Ball
238d38bfbb Updated issue template's brew update fix. 2016-08-26 11:30:25 -07:00
Mike McQuaid
1e76a207b5 Tell people about update bug in README/issue template. 2016-08-13 08:45:36 +01:00
Mike McQuaid
d2c9a923ea .github/*: point to Homebrew Evolution repository. (#259)
Indicate that feature requests should go there rather than here.
2016-05-19 20:38:38 +01:00
Andrew Janke
a98eb34073 PR template: Separate checklist from body; grammar fix (#136) 2016-05-03 00:29:58 -04:00
Logan Rosen
cbc24a715c CONTRIBUTING : fix link to troubleshooting (#133)
The current one returns a 404.
2016-04-21 21:38:10 +01:00