We're so excited you're interested in contributing to wuchale! We're building this project to help developers simplify internationalization, and we can't do it without your help.
Here are a few guidelines to help you get started.
By participating in this project, you agree to abide by our Code of Conduct. Please read it carefully before you start contributing.
There are many ways you can contribute to this project.
If you find a bug, please check the issues page to see if it has already been reported. If not, please open a new issue and include:
- A clear and descriptive title.
- The steps to reproduce the bug, if possible a repo.
- The expected behavior vs. the actual behavior.
- The version of
wuchaleand the adapter (if any) you are using.
We love new ideas! If you have a feature request, please open a new issue on the issues page and describe the feature you'd like to see and why you think it's a good addition.
If you want to contribute code, follow these steps:
- Fork the repository.
- Create a new branch for your changes (
git checkout -b feature/your-feature-name). - Make your changes.
- Write clear, concise commit messages.
- Push your branch to your fork.
- Open a Pull Request (PR) to the
mainbranch of the original repository.
We will review your PR and provide feedback as soon as we can.