First off, thanks for taking the time to contribute! You are awesome! 🎉👏
Before creating bug reports, please make sure there isn't already an existing issue describing your problem, for bugs are tracked as GitHub issues. Simply create an issue and provide the necessary information by filling in the bug-report template.
Enhancement suggestions are also tracked as GitHub issues. Before creating enhancement suggestions, please check the existing issues as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please include as many details as possible. Fill in the feature-request template, including the steps that you imagine you would take if the feature you're requesting existed.
Simply fill in the required template. Please do not include issue numbers in the PR title.
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Consider starting your commit messages with one of the following emojis:
- ➕
:heavy_plus_sign:
when adding a file or implementing a feature - 🔨
:hammer:
when fixing a bug or issue - 💚
:green_heart:
when improving code or comments - ⚡
:zap:
when improving performance - 📜
:scroll:
when updating docs or readme - 🔑
:key:
when dealing with security - 🔁
:repeat:
when updating dependencies or data - ✅
:white_check_mark:
when a new release was built - 👕
:shirt:
when refactoring or removing linter warnings - ❌
:x:
when removing code or files
- ➕
You can add a new translation by taking the following steps:
- Make sure, the language you want to add doesn't already exist under
public/_locales/
- Fork this repository
- Add a folder named like the two-letter code of the language you want to add under
public/_locales/
, e.g.de
for German - Copy the file
public/_locales/en/messages.json
to your new folder - Translate all values of that file (please leave the keys untouched!) and create a pull request