mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
Docs: Give more visibility to sponsors and contributors
This commit is contained in:
parent
55a240c82e
commit
a928ab75e3
18
README.md
18
README.md
@ -3,10 +3,20 @@
|
|||||||
# Task
|
# Task
|
||||||
|
|
||||||
Task is a task runner / build tool that aims to be simpler and easier to use
|
Task is a task runner / build tool that aims to be simpler and easier to use
|
||||||
than, for example, [GNU Make][make].
|
than, for example, [GNU Make](https://www.gnu.org/software/make/).
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
See [taskfile.org](https://taskfile.org) for documentation.
|
See [taskfile.org](https://taskfile.org) for documentation.
|
||||||
|
|
||||||
[make]: https://www.gnu.org/software/make/
|
---
|
||||||
|
|
||||||
|
## Sponsors
|
||||||
|
|
||||||
|
[![Sponsors](https://opencollective.com/task/sponsors.svg?width=890)](https://opencollective.com/task)
|
||||||
|
|
||||||
|
## Backers
|
||||||
|
|
||||||
|
[![Backers](https://opencollective.com/task/backers.svg?width=890)](https://opencollective.com/task)
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
[![Contributors](https://opencollective.com/task/contributors.svg?width=890)](https://github.com/go-task/task/graphs/contributors)
|
||||||
|
@ -38,6 +38,18 @@ guide to check the full schema documentation and Task features.
|
|||||||
if a given set of files haven't changed since last run (based either on its
|
if a given set of files haven't changed since last run (based either on its
|
||||||
timestamp or content).
|
timestamp or content).
|
||||||
|
|
||||||
|
## Sponsors
|
||||||
|
|
||||||
|
[![Sponsors](https://opencollective.com/task/sponsors.svg?width=890)](https://opencollective.com/task)
|
||||||
|
|
||||||
|
## Backers
|
||||||
|
|
||||||
|
[![Backers](https://opencollective.com/task/backers.svg?width=890)](https://opencollective.com/task)
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
[![Contributors](https://opencollective.com/task/contributors.svg?width=890)](https://github.com/go-task/task/graphs/contributors)
|
||||||
|
|
||||||
[make]: https://www.gnu.org/software/make/
|
[make]: https://www.gnu.org/software/make/
|
||||||
[go]: https://golang.org/
|
[go]: https://golang.org/
|
||||||
[yaml]: http://yaml.org/
|
[yaml]: http://yaml.org/
|
||||||
|
@ -4,5 +4,4 @@
|
|||||||
- [Examples](examples.md)
|
- [Examples](examples.md)
|
||||||
- [Releasing Task](releasing_task.md)
|
- [Releasing Task](releasing_task.md)
|
||||||
- [Alternative Task Runners](alternative_task_runners.md)
|
- [Alternative Task Runners](alternative_task_runners.md)
|
||||||
- [Sponsors and Backers](sponsors_and_backers.md)
|
|
||||||
- [![Github](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github](https://github.com/go-task/task)
|
- [![Github](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github](https://github.com/go-task/task)
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# Sponsors and Backers
|
|
||||||
|
|
||||||
## Sponsors
|
|
||||||
|
|
||||||
[![Sponsors](https://opencollective.com/task/sponsors.svg?width=890)][opencollective]
|
|
||||||
|
|
||||||
## Backers
|
|
||||||
|
|
||||||
[![Backers](https://opencollective.com/task/backers.svg?width=890)][opencollective]
|
|
||||||
|
|
||||||
## Contributors
|
|
||||||
|
|
||||||
[![Contributors](https://opencollective.com/task/contributors.svg?width=890)][contributors]
|
|
||||||
|
|
||||||
[opencollective]: https://opencollective.com/task
|
|
||||||
[contributors]: https://github.com/go-task/task/graphs/contributors
|
|
Loading…
Reference in New Issue
Block a user