Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.63 KB

File metadata and controls

38 lines (24 loc) · 1.63 KB

Contributing to wuchale

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.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct. Please read it carefully before you start contributing.

How to Contribute

There are many ways you can contribute to this project.

Reporting Bugs

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 wuchale and the adapter (if any) you are using.

Suggesting New Features

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.

Your First Code Contribution

If you want to contribute code, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes (git checkout -b feature/your-feature-name).
  3. Make your changes.
  4. Write clear, concise commit messages.
  5. Push your branch to your fork.
  6. Open a Pull Request (PR) to the main branch of the original repository.

We will review your PR and provide feedback as soon as we can.