Skip to content

Commit 38a3f53

Browse files
committed
add CONTRIBUTING.md
1 parent 998935e commit 38a3f53

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* Bug reports and feature requests are welcome in [the issues][issues]
2+
* For questions and discussion there's the [Slack room][slack]
3+
* Pull Requests are welcome. For more complex changes and features it's
4+
recommended to open an issue first
5+
* About 3 or 4 pull requests accepted one gets write access to the repo.
6+
Even then, possible backward incompatible changes should be discussed first
7+
in an issue or pull request
8+
* Documentation contributions are as important as code contributions
9+
10+
[issues]: https://github.com/go-task/task/issues
11+
[slack]: https://gophers.slack.com/messages/task

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
[![License](https://img.shields.io/github/license/go-task/task.svg)](https://github.com/go-task/task/blob/master/LICENSE)
2-
[![Join the chat at https://gitter.im/go-task/task](https://img.shields.io/gitter/room/go-task/task.svg)](https://gitter.im/go-task/task?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3-
[![Join Slack room](https://img.shields.io/badge/%23task%20on-gophers%20slack-blue.svg)](https://gophers.slack.com/messages/task)
4-
[![Release Download Count](https://img.shields.io/github/downloads/go-task/task/total.svg)](http://www.somsubhra.com/github-release-stats/?username=go-task&repository=task)
1+
[![Join Slack room](https://img.shields.io/badge/%23task-chat%20room-blue.svg)](https://gophers.slack.com/messages/task)
52
[![Build Status](https://travis-ci.org/go-task/task.svg?branch=master)](https://travis-ci.org/go-task/task)
63

74
# Task - Simple task runner / "Make" alternative

0 commit comments

Comments
 (0)