mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
project stuff
- move some files to .github/ folder - add an issue template - add two more alternatives
This commit is contained in:
3
CONTRIBUTING.md → .github/CONTRIBUTING.md
vendored
3
CONTRIBUTING.md → .github/CONTRIBUTING.md
vendored
@@ -1,5 +1,5 @@
|
|||||||
* 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]
|
* 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 first
|
recommended to open an issue first
|
||||||
* About 3 or 4 pull requests accepted one gets write access to the repo.
|
* About 3 or 4 pull requests accepted one gets write access to the repo.
|
||||||
@@ -9,3 +9,4 @@
|
|||||||
|
|
||||||
[issues]: https://github.com/go-task/task/issues
|
[issues]: https://github.com/go-task/task/issues
|
||||||
[slack]: https://gophers.slack.com/messages/task
|
[slack]: https://gophers.slack.com/messages/task
|
||||||
|
[slackinvite]: https://invite.slack.golangbridge.org/
|
9
.github/ISSUE_TEMPLATE.md
vendored
Normal file
9
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<!--
|
||||||
|
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:
|
||||||
|
- Task version
|
||||||
|
- OS
|
||||||
|
- Example Taskfile showing the issue
|
||||||
|
-->
|
@@ -514,10 +514,12 @@ so task know which files to watch.
|
|||||||
- [dogtools/dog][dog]
|
- [dogtools/dog][dog]
|
||||||
- [goeuro/myke][myke]
|
- [goeuro/myke][myke]
|
||||||
- [dreadl0ck/zeus][zeus]
|
- [dreadl0ck/zeus][zeus]
|
||||||
|
- [rliebz/tusk][tusk]
|
||||||
- Go based:
|
- Go based:
|
||||||
- [go-godo/godo][godo]
|
- [go-godo/godo][godo]
|
||||||
- [markbates/grift][grift]
|
- [markbates/grift][grift]
|
||||||
- [nstratos/make.go][make.go]
|
- [nstratos/make.go][make.go]
|
||||||
|
- [magefile/mage][mage]
|
||||||
- Make based:
|
- Make based:
|
||||||
- [tj/mmake][mmake]
|
- [tj/mmake][mmake]
|
||||||
|
|
||||||
@@ -529,9 +531,11 @@ so task know which files to watch.
|
|||||||
[dog]: https://github.com/dogtools/dog
|
[dog]: https://github.com/dogtools/dog
|
||||||
[myke]: https://github.com/goeuro/myke
|
[myke]: https://github.com/goeuro/myke
|
||||||
[zeus]: https://github.com/dreadl0ck/zeus
|
[zeus]: https://github.com/dreadl0ck/zeus
|
||||||
|
[tusk]: https://github.com/rliebz/tusk
|
||||||
[godo]: https://github.com/go-godo/godo
|
[godo]: https://github.com/go-godo/godo
|
||||||
[grift]: https://github.com/markbates/grift
|
[grift]: https://github.com/markbates/grift
|
||||||
[make.go]: https://github.com/nstratos/make.go
|
[make.go]: https://github.com/nstratos/make.go
|
||||||
|
[mage]: https://github.com/magefile/mage
|
||||||
[mmake]: https://github.com/tj/mmake
|
[mmake]: https://github.com/tj/mmake
|
||||||
[sh]: https://github.com/mvdan/sh
|
[sh]: https://github.com/mvdan/sh
|
||||||
[post-hugo]: https://blog.carlmjohnson.net/post/2017/hugo-asset-pipeline/
|
[post-hugo]: https://blog.carlmjohnson.net/post/2017/hugo-asset-pipeline/
|
||||||
|
Reference in New Issue
Block a user