mirror of
https://github.com/ISpillMyDrink/OpenSuperClone.git
synced 2026-05-03 13:30:49 +00:00
21 lines
1.6 KiB
Markdown
21 lines
1.6 KiB
Markdown
## How to contribute to OpenSuperClone
|
|
|
|
Thank your for considering to contribute to OpenSuperClone! To get an overview of the project, read the <a href="README.md">README</a>.
|
|
|
|
### Reporting Bugs
|
|
|
|
* Ensure the bug was not already reported by searching on Github under <a href="https://github.com/ISpillMyDrink/OpenSuperClone/issues">Issues</a>.
|
|
* If you're unable to find an open issue addressing the problem, <a href="https://github.com/ISpillMyDrink/OpenSuperClone/issues/new/choose">open a new one</a>. Be sure to include a clear description of the issue, the version number and revision number of OpenSuperClone (can be found under Help->About), and any other information relevant to reproducing the problem.
|
|
|
|
### Fixing Bugs & Adding new Features
|
|
|
|
* Open a new Github pull request with the patch you have written
|
|
* Make sure the request description clearly describes the problem and solution, or feature the patch implements. Include a link to the relevant issue if applicable.
|
|
* Before submitting, please make sure the patch is stable and matches the coding and style conventions used in the source code
|
|
|
|
### Translations
|
|
|
|
OpenSuperClone uses <a href="https://www.gnu.org/software/gettext/">gettext</a> for localization. Template files are located in `src/opensuperclone/locale` and `src/oscviewer/locale`. For more information on how to create a translation file, refer to the <a href="https://www.gnu.org/software/gettext/manual/gettext.html#Creating">gettext documentation</a>.
|
|
* Open a new Github pull request with the translation file you have written
|
|
* Before submitting, please make sure the translation file contains no syntactical errors (in terms of .po file syntax)
|