Sha256: b529e4cee5c597323d93adf3d12e4deedafe380dfaeb5b7527154d19c1d2a618
Contents?: true
Size: 1.4 KB
Versions: 5
Compression:
Stored size: 1.4 KB
Contents
# Contributing :clap::tada: Thank you for taking the time to contribute! :tada::clap: We really value your willingness to contribute to this project. In order to higher the chances of your contribution being accepted, please refer to the following guidelines! ## Steps 1. Fork it! 2. Create your feature branch: `git checkout -b feature/xyz develop` 3. Commit your changes according to our commit message standards: `git commit -am 'feat(xyz) Added new functionality'` 4. Push to your repo: `git push origin feature/xyz` 5. Submit a pull request to `develop` ## Workflow This repo uses Gitflow as its branch management system. You can learn more about Gitflow [here](https://www.atlassian.com/git/tutorials/comparing-workflows#gitflow-workflow). A few quick tips: * All feature branches should be based on `develop` and have the format `feature/branch_name`. * Minor bug fixes should be based on `master` and have the format `hotfix/branch_name`. ### Commit Conventions In order to make the changelog generation easier we recommend the use of messages based on [Conventional Commits](https://conventionalcommits.org/). Examples: ``` feat(orders): added `XYZ` helper function commit description footer notes ``` ``` refactor(orders): refactored `ABC` helper function The behaviour of `ABC` was inconsistent and (...) BREAKING CHANGE: return type of `ABC` is now `String` ``` ``` docs: updated documentation in Request.php ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
moip2-1.3.1 | CONTRIBUTING.md |
moip2-1.2.1 | CONTRIBUTING.md |
moip2-1.2.0 | CONTRIBUTING.md |
moip2-1.1.0 | CONTRIBUTING.md |
moip2-1.0.0 | CONTRIBUTING.md |