Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.97 KB

CONTRIBUTING.md

File metadata and controls

39 lines (29 loc) · 1.97 KB

Contributing to Bottles

First off, thanks for taking the time to contribute ❤️ !

Did you find a bug?

Make sure the bug has not been reported here yet If not, please report it here.

Did you have problems?

Check the Wiki, inside there some of frequently asked questions and guides. Can not find the solution? Find out if someone has already has already asked for it, if not, open a new issue here.

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 have a tip for the user interface?

  • Open a issue here, if possible, attach an image that helps understand what you are talking about.

Do you want to translate?

Update languages

  • Fork the repository
  • Edit a bottles.po file in bottles/locale/
  • Open a new GitHub pull request

Add new language

  • Fork the repository on your GitHub account
  • Create directory for new language in bottles/locale/ with language code as the name ex.it_IT, create the subdirectory LC_MESSAGES inside it, final result: bottles/locale/it_IT/LC_MESSAGES/
  • Copy the bottles.po inside the new directory
  • Translate it
  • Open a new GitHub pull request

Do you have questions about the source code?

Open a new issue here, otherwise add a comment directly in the code from GitHub.

Thanks!

Mirko B.