Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.69 KB

Contributing.md

File metadata and controls

27 lines (16 loc) · 1.69 KB

How to contribute

First, thanks for taking the time to contribute to our project! The following information provides a guide for making contributions.

Code of Conduct

By participating in this project, you agree to abide by the Oath Code of Conduct. Everyone is welcome to submit a pull request or open an issue to improve the documentation, add improvements, or report bugs.

How to Ask a Question

If you simply have a question that needs an answer, create an issue, and label it as a question.

How To Contribute

Report a Bug or Request a Feature

If you encounter any bugs while using this software, or want to request a new feature or enhancement, feel free to create an issue to report it, make sure you add a label to indicate what type of issue it is.

Contribute Code

Pull requests are welcome for bug fixes. If you want to implement something new, please request a feature first so we can discuss it.

Creating a Pull Request

  • The following line must be included in your pull request:

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

Please follow best practices for creating git commits.

When your code is ready to be submitted, you can submit a pull request to begin the code review process.