Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 1.55 KB

Contributing to Atoms

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?

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?

Check translate page to help us translate Atoms in your language.

Add language

  • Fork the repository
  • Under po\ directory, copy atoms.po with correct name for your language and modify it as in it.po (Italian Translation, use it as an example)
  • 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 GitLab.

Thanks!

Mirko B.