To contribute and end up in this list:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Test your changes to the best of your ability
- Commit your changes (
git commit -am 'Add some feature'
)- Update the draft section of
CHANGES.md
with your change.
- Update the draft section of
- Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request and await a review by at least two maintainers
We use EditorConfig to maintain consistent coding styles between various editors and IDEs. You can find our settings in the .editorconfig
file in the root of the project.
PRs can be merged by any member of the Podio Community organization, when the following conditions are met:
- All build checks are passing.
- At least one member (different than the PR creator) reviewed the PR.
- All questions/problems are addressed.
Versioning generally follows: https://semver.org/. New versions should be cut as often as necessary. With each release CHANGES.md
is updated.
New feature requests can be posted as an issue (please search for similar issues first!). Generally, anyone can work on any issue. If you actively work on an issue, please leave a comment on the issue, to avoid duplicate work. Issues are resolved on a best effort basis. As this project only consists of voluntary contributors, there won't be any timelines (except if you commit yourself to one ;-)).