Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 3.02 KB

CONTRIBUTING.md

File metadata and controls

47 lines (31 loc) · 3.02 KB

Contributing

Hi! Thanks for your interest in contributing!

We accept pull requests for bug fixes, improvements, and new features. We'd also love to hear about ideas for new features as issues.

Submitting an Issue

Git branch naming conventions

  • Use issue tracker IDs in branch names.
  • Add a short descriptor of the task.
  • Use hyphens as separators.

Example

722-add-billing-module

Submitting a pull request

  1. Create a new branch: git checkout -b 722-my-branch-name
  2. Make your change, add tests, and ensure tests pass
  3. Creating a pull request to the master branch

Got a Question or Problem?

Do not open issues for general support questions as we want to keep GitHub issues for bug reports and feature requests. Instead, we recommend using GitHub Discussions to ask support-related questions.

Contributions to this project are released to the public under the project's open source license.

This project has adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.

Resources