Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.79 KB

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 1.79 KB

Overview

Thank you for your interest in contributing to our project! It's people like you that make the open source community such a great community! 😊

We welcome any type of contribution, not only code. You can help and

  • analyze issues: take a look at the open issues. Even if you can't write code, commenting on them, showing that you care about a given issue matters. It helps us triage them.
  • report an issue: do not hesitate to file a new issue. The more details you can give the better
  • provide feedback: is the README insufficient or the API documentation unclear? Let us know!

Submitting code and pull request handling

All contributions are handled via Pull Requests (PRs). We are currently busy finalizing our open-source milestone release so your PR must target the main branch.

Quick checklist summary before submitting a PR:

  • 🔎 Make sure tests are added or updated to accommodate your changes. When possible, add tests to verify bug fixes and prevent future regressions.
  • 👌 Verify that tests pass and code is free of SwiftLint violations
  • 📖 Check that your commit message follows Conventional Commit standards and has a meaningful description of what it is about
  • 👍 Push it!

We reserve the right to close or to not process pull requests.

Legal stuff

Developer Certificate of Origin (DCO)

Due to legal reasons, contributors will be asked to accept a DCO before they submit the first pull request to this projects, this happens in an automated fashion during the submission process. SAP uses the standard DCO text of the Linux Foundation.