Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 1.19 KB

Contributing Guide

Thank you for your interest in contributing to our project! We appreciate your help in making it better. Please take a moment to review this guide before getting started.

At the moment, we are not accepting unsolicited contributions.

Ensure that the issue you'd like to help with is open to Community Contribution. These issues are labels with the community contribution label.

Table of Contents

Getting Started

To contribute to our project, you will need to have Git and GitHub accounts. If you don't have them, please sign up and install Git on your machine.

Contributing Process

  1. Fork the repository.
  2. Create a new branch for your contribution.
  3. Make your changes and commit them.
  4. Ensure your changes build.
  5. Create a pull request from your fork.

Style Guide

We follow the Good docs project. Please refer to that for guidance on how to write and structure your documentation.