# 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](https://github.com/okuramasafumi/alba/blob/master/CODE_OF_CONDUCT.md) 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](https://github.com/okuramasafumi/alba/issues). 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](https://github.com/okuramasafumi/alba/issues). ## 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 * [code of conduct](https://github.com/okuramasafumi/alba/blob/master/CODE_OF_CONDUCT.md) for all contributors * [hacking document](https://github.com/okuramasafumi/alba/blob/master/DESIGN.md) for those who want to know the internal of Alba