Sha256: 36743aba537d607d07480179afa2a3725a70f9540ab3ee882792a20c3ff512aa
Contents?: true
Size: 912 Bytes
Versions: 2
Compression:
Stored size: 912 Bytes
Contents
# How to Contribute We'd love to get patches from you! ## Getting Started We follow the [GitHub Flow Workflow](https://guides.github.com/introduction/flow/) 1. Fork the project 2. Check out the `master` branch 3. Create a feature branch 4. Write code and tests for your change ```sh $ cd ./twurl # install twurl from source $ bundle install # run twurl from source $ bundle exec twurl -v # run tests $ bundle exec rake ``` 5. From your branch, make a pull request against `twitter/twurl/master` 6. Work with repo maintainers to get your change reviewed 7. Wait for your change to be pulled into `twitter/twurl/master` 8. Delete your feature branch ## License By contributing your code, you agree to license your contribution under the terms of the MIT License: https://github.com/twitter/twurl/blob/master/LICENSE ## Code of Conduct Read our [Code of Conduct](CODE_OF_CONDUCT.md) for the project.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twurl-0.9.7 | CONTRIBUTING.md |
twurl-0.9.6 | CONTRIBUTING.md |