mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
Update README.md and CONTRIBUTING.md
This commit is contained in:
parent
7fca9732e7
commit
15f50c0e58
5
.github/CONTRIBUTING.md
vendored
5
.github/CONTRIBUTING.md
vendored
@ -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
|
||||
|
18
README.md
18
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/
|
||||
|
Loading…
Reference in New Issue
Block a user