Thank you for considering a contribution to prosemirror-kotlin! Pull requests, issues and comments are welcome. For pull requests, please:
- Add tests for new features and bug fixes
- Follow the existing style
- Separate unrelated changes into multiple pull requests
See the existing issues for things to start contributing.
For bigger changes, please make sure you start a discussion first by creating an issue and explaining the intended change.
Atlassian requires contributors to sign a Contributor License Agreement, known as a CLA. This serves as a record stating that the contributor is entitled to contribute the code/documentation/translation to the project and is willing to have it used in distributions and derivative works (or is willing to transfer ownership).
Prior to accepting your contributions we ask that you please follow the appropriate link below to digitally sign the CLA. The Corporate CLA is for those who are contributing as a member of an organization and the individual CLA is for those contributing as an individual.
To create a release, follow these steps:
- Update the version in the
version.properties
file. - Create a PR with these changes, targeting the
main
branch. - Once the PR is merged, create a PR to merge
main
intorelease
branch. Make sure to use theMerge pull request
button to merge the PR (do not useSquash and merge
). - Once the 2nd PR is merged, the CI/CD pipeline will:
- Tag the commit with the new version.
- Create a Github release.
- Publish Android binaries to Artifactory.
- Upload iOS assets to the Github release.
- Edit the release in the Github UI to add release notes for this release (using
Generate release notes
).