Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.48 KB

CONTRIBUTING.md

File metadata and controls

32 lines (16 loc) · 1.48 KB

Introduction

First and foremost, thank you for considering contributing to CarbonAI's project !

We welcome contributions in the form of pull requests (PRs), issues or code reviews. You can add to code, documentation, or simply send us spelling and grammar fixes or extra tests. Contribute anything that you think improves the community for us all!

Code of conduct

As contributors and maintainers to this project, you are expected to abide by CarbonAI's code of conduct. More information can be found at Contributor Code of Conduct

How to contribute to CarbonAI

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

Do you intend to add a new feature or change an existing one?

  • Suggest your change in an issue on GitHub.

Thanks! ❤️ ❤️ ❤️

CarbonAI Team