mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
README improvements
This commit is contained in:
3
.github/CONTRIBUTING.md
vendored
3
.github/CONTRIBUTING.md
vendored
@@ -1,9 +1,6 @@
|
|||||||
* Bug reports and feature requests are welcome in [the issues][issues]
|
* 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
|
* Pull Requests are welcome. For more complex changes and features it's
|
||||||
recommended to open an issue with the feature request first
|
recommended to open an issue with the feature request first
|
||||||
* Documentation contributions are as important as code contributions
|
* Documentation contributions are as important as code contributions
|
||||||
|
|
||||||
[issues]: https://github.com/go-task/task/issues
|
[issues]: https://github.com/go-task/task/issues
|
||||||
[slack]: https://gophers.slack.com/messages/task
|
|
||||||
[slackinvite]: https://invite.slack.golangbridge.org/
|
|
||||||
|
3
.github/ISSUE_TEMPLATE.md
vendored
3
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,7 +1,4 @@
|
|||||||
<!--
|
<!--
|
||||||
For questions and general talk there's the Slack room: https://gophers.slack.com/messages/task
|
|
||||||
Invite to the Slack is available in this link: https://invite.slack.golangbridge.org/
|
|
||||||
|
|
||||||
If relevant, include the following information:
|
If relevant, include the following information:
|
||||||
- Task version
|
- Task version
|
||||||
- OS
|
- OS
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
[](https://gophers.slack.com/messages/task)
|
|
||||||
[](https://travis-ci.org/go-task/task)
|
[](https://travis-ci.org/go-task/task)
|
||||||
|
|
||||||
# Task - A task runner / simpler Make alternative written in Go
|
# Task - A task runner / simpler Make alternative written in Go
|
||||||
@@ -127,7 +126,7 @@ tasks:
|
|||||||
|
|
||||||
### OS specific task
|
### OS specific task
|
||||||
|
|
||||||
If you add a `Taskfile_{{GOOS}}.yml` you can override or amend your taskfile
|
If you add a `Taskfile_{{GOOS}}.yml` you can override or amend your Taskfile
|
||||||
based on the operating system.
|
based on the operating system.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
@@ -325,7 +324,6 @@ If you prefer this check to be made by the content of the files, instead of
|
|||||||
its timestamp, just set the `method` property to `checksum`.
|
its timestamp, just set the `method` property to `checksum`.
|
||||||
You will probably want to ignore the `.task` folder in your `.gitignore` file
|
You will probably want to ignore the `.task` folder in your `.gitignore` file
|
||||||
(It's there that Task stores the last checksum).
|
(It's there that Task stores the last checksum).
|
||||||
This feature is still experimental and can change until it's stable.
|
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
version: '2'
|
version: '2'
|
||||||
|
Reference in New Issue
Block a user