Sha256: ec080fd3bd0a83a2d9c1fed9e08be6cea8a313a0ba10234ea708fdbf50b20e34

Contents?: true

Size: 738 Bytes

Versions: 4

Compression:

Stored size: 738 Bytes

Contents

# Contributing to sastrawi-ruby

If you find a bug, please report it to [issue tracker][issue]. You can also
contribute by writing codes.

## How to contribute

There are some steps you must follow:

1. Fork this repository and clone it to your local environment
2. Create a named brached that contains your change
3. Install the development dependencies by running `bundle install`
4. Code
5. Add or adjust unit tests and make sure everything passes by running `bundle
   exec rake`
6. Push your branch to GitHub
7. Send a pull request for your branch

Use `dev` branch as a target of your branch for pull request. Both issue and pull
request details must be written in English.

[issue]: https://github.com/meisyal/sastrawi-ruby/issues

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sastrawi-0.1.4 CONTRIBUTING.md
sastrawi-0.1.3 CONTRIBUTING.md
sastrawi-0.1.2 CONTRIBUTING.md
sastrawi-0.1.1 CONTRIBUTING.md