Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

30 lines (17 loc) · 1.36 KB

CONTRIBUTORS GUIDELINE

Welcome

Welcome to Alba, and thank you for being interested in contributing to Alba. This document describes how to contribute to Alba.

Code of Conduct

We have the code of conduct that all contributors are expected to adhere for Alba to be a safe and welcoming space.

Bugs and Issues

If you find any bugs or issues, please submit an issue on GitHub. Please follow the issue template as much as possible so that maintainers can find and fix it quickly.

Feature Request

If you have any feature that you think Alba should have, please submit a feature request on GitHub.

Pull Request

You're more than welcomed to submit a Pull Request! You are expected to follow these rules before submitting:

  • You must split your Pull Request into multiple ones if you solve more than one problem
  • You must write tests if you implement a feature or fix a bug
  • You should provide reason(s) behind your change unless it's so simple

Documents