diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 744a5bbe..d671a94f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,10 +1,7 @@ * Bug reports and feature requests are welcome in [the issues][issues] * For questions and discussion there's the [Slack room][slack] ([invititation here][slackinvite]) * Pull Requests are welcome. For more complex changes and features it's - recommended to open an issue first -* About 3 or 4 pull requests accepted one gets write access to the repo. - Even then, possible backward incompatible changes should be discussed first - in an issue or pull request + recommended to open an issue with the feature request first * Documentation contributions are as important as code contributions [issues]: https://github.com/go-task/task/issues diff --git a/README.md b/README.md index 97d5a118..3e989f05 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,7 @@ If you're on macOS and have [Homebrew][homebrew] installed, getting Task is as simple as running: ```bash -brew update -brew tap go-task/tap -brew install go-task +brew install go-task/tap/go-task ``` ### Snap @@ -624,7 +622,7 @@ tasks: - echo "This will print nothing" > /dev/null ``` -## Watch tasks (experimental) +## Watch tasks If you give a `--watch` or `-w` argument, task will watch for file changes and run the task again. This requires the `sources` attribute to be given, @@ -648,6 +646,18 @@ various use cases. - Make based: - [tj/mmake][mmake] +### Sponsors + +![Sponsors](https://opencollective.com/task/sponsors.svg?width=890) + +### Backers + +![Backers](https://opencollective.com/task/backers.svg?width=890) + +### Contributors + +![Contributors](https://opencollective.com/task/contributors.svg?width=890) + [make]: https://www.gnu.org/software/make/ [releases]: https://github.com/go-task/task/releases [golang]: https://golang.org/