mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-06-19 13:20:50 -04:00
17 lines
1.0 KiB
Markdown
17 lines
1.0 KiB
Markdown
## Code Contributing Guide
|
|
|
|
You can find features to work on through our [Roadmap](https://www.notion.so/troyeguo/d1c19a132932465bae1d89dd963c92ea?v=ca8aa69cf25849c18c92b92ba868663b), or find bugs to fix through our [Issues](https://github.com/troyeguo/koodo-reader/issues). If you want to add new features or fix new bugs, please report them in [Issue](https://github.com/troyeguo/koodo-reader/issues) first.
|
|
|
|
- Make sure you're already familiar with our project structure, code style, naming style.
|
|
- Does not upgrade or degrade dependency version, this could potentially break the project
|
|
- Does not modify current variable or function names, unless it's a typo
|
|
- Does not modify component style
|
|
|
|
## Translation Contributing Guide
|
|
|
|
Koodo Reader use POEditor to manage localization, Visit [here](https://poeditor.com/join/project?hash=fk4qbQTlsk) to edit current translation or add new language
|
|
|
|
## Other Contributing Methods
|
|
|
|
Help with [Issues](https://github.com/troyeguo/koodo-reader/issues) or join [Discussions](https://github.com/troyeguo/koodo-reader/discussions)
|