Skip to content

Commit c7cd9f0

Browse files
committed
added contributing guidelines
1 parent f2e41a8 commit c7cd9f0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Contributing to Tipsy
2+
3+
##### Issues
4+
Found a bug? Got a suggestion? Feel free to check out the [Issue Tracker](https://github.com/tipsyphp/tipsy/issues) to make an issue.
5+
6+
##### Pull Requests
7+
If you are really awesome, fix an issue by making a pull request. PRs are glady accepted on any of the projects on [tipsyphp](https://github.com/tipsyphp). When contributing to [tipsyphp/tipsy](https://github.com/tipsyphp/tipsy), please make sure your builds pass the unit tests using either [Travis CI](https://travis-ci.org/) or running the tests localy from the [Test Script](https://github.com/tipsyphp/tipsy/blob/master/tests/test.sh) using [PHPUnit](https://phpunit.de/).
8+
9+
##### License
10+
Tipsy is licensed under the [MIT License](https://github.com/tipsyphp/tipsy/blob/master/LICENSE).
11+
12+
##### More Info
13+
For general questions join the [Tipsy Slack](https://tipsy-slack.herokuapp.com/) channel.

0 commit comments

Comments
 (0)