Skip to content

Latest commit

History

History
20 lines (15 loc) 路 935 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) 路 935 Bytes

Contributing

Feature additions or bug fixes

  1. Fork the repo
  2. Follow the installation guide
  3. Create the feature branch (git checkout -b my-cool-feature)
  4. Commit your changes (git commit -m "Added a cool new feature")
  5. Open a pull request

Translations

To add a new translation or update an existing one, please follow the steps below:

  1. Fork the repo
  2. Follow the installation guide
  3. Create a new branch (git checkout -b chore/my-translation-update)
  4. Add the new translation or update the existing one
  5. Commit your changes (git commit -m "Updated the translation for X language")
  6. Open a pull request