Thanks for taking the time to make Antkeeper better! ❤🐜
To report a bug, please do one of the following:
- Open an issue on GitHub.
- Email us a description of the bug.
- Chat with us about the bug on Discord.
To suggest changes or new features, please do one of the following:
- Open an issue on GitHub.
- Email us your suggestion.
- Chat with us about your suggestion on Discord.
If you have written code that fixes a bug or provides new functionality, please open a pull request on GitHub.
Ensure that all code contributions adhere to the following conventions:
- C++ STL naming conventions
- Allman indent style with tabs
If you would like to translate Antkeeper into your native language, please do the following:
- Create a new fork of this repository.
- Create a JSON file for the language at localization/languages/
<target_language_tag>
.json, where<target_language_tag>
is the IETF language tag of the target language. Use en.json or zh-Hans.json as a template. - Add a column named
<target_language_tag>
to strings.csv. - Translate all strings from the
en
column into the<target_language_tag>
column. Check thecontext
column for additional information about each string. - Append your name to CONTRIBUTORS.md to be properly credited for your contributions.
- Commit your changes to the fork.
- Open a pull request on GitHub.