To start contributing to SumUp Open Source projects, please accept our Contributor License Agreement. Should you have any questions or concerns, please get in touch with [email protected].
We want to foster an inclusive and friendly community around our Open Source efforts. Like all SumUp Open Source projects, this project follows the Contributor Covenant Code of Conduct. Please, read it and follow it.
If you feel another member of the community violated our CoC or you are experiencing problems participating in our community because of another individual's behavior, please get in touch with our maintainers. We will enforce the CoC.
- Signed and verified CLA
- Elixir 1.9+
> mix format
> mix test
> mix test --cover
-
Check existing issues and verify that your issue is not already submitted. If it is, it's highly recommended to add to that issue with your reports.
-
Open issue
-
Be as detailed as possible -
elixir
version, what did you do, what did you expect to happen, what actually happened.
- Find an existing issue to work on or follow
Submitting an issue
to create one that you're also going to fix. Make sure to notify that you're working on a fix for the issue you picked. - Branch out from latest
main
. - Code, add tests, run the formatter.
- Make sure that tests pass locally for you.
- Commit and push your changes in your branch.
- Submit a PR.
- Collaborate with the codeowners/reviewers to merge this in
main
.
- Releases are only created from the
main
branch. main
is meant to be stable, so before tagging a new release, make sure that the CI checks pass formain
.- Releases are GitHub releases.
- Release tags are following semantic versioning.
- Releases and tags are to be named in pattern of
vX.Y.Z
. - Release descriptions must include a summary of all changes in the release
- Merge the (approved) changes into
main
- Create a new GitHub Release from
main
with proper name (vX.Y.Z
), tag (vX.Y.Z
) and description (summary of changes)