toxygen/docs/contributing.md

26 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2017-04-12 16:10:48 +02:00
# Issues
2016-04-28 10:30:58 +02:00
Help us find all bugs in Toxygen! Please provide following info:
- OS
- Toxygen version
2017-05-06 18:35:24 +02:00
- Toxygen executable info - python executable (.py), precompiled binary, from package etc.
2016-04-28 10:30:58 +02:00
- Steps to reproduce the bug
2022-09-27 15:17:48 +02:00
Want to see new feature in Toxygen?
[Ask for it!](https://git.plastiras.org/emdee/toxygen/issues)
2016-04-28 10:30:58 +02:00
2017-04-12 16:10:48 +02:00
# Pull requests
2016-04-28 10:30:58 +02:00
2017-03-04 21:35:46 +01:00
Developer? Feel free to open pull request. Our dev team is small so we glad to get help.
2022-09-27 15:17:48 +02:00
Don't know what to do? Improve UI, fix
[issues](https://git.plastiras.org/emdee/toxygen/issues)
or implement features from our TODO list.
2016-06-28 20:47:49 +02:00
You can find our TODO's in code, issues list and [here](/README.md). Also you can implement [plugins](/docs/plugins.md) for Toxygen.
2016-04-28 10:30:58 +02:00
2017-05-06 18:35:24 +02:00
Note that we have a lot of branches for different purposes. Master branch is for stable versions (releases) only, so I recommend to open PR's to develop branch. Development of next Toxygen version usually goes there. Other branches used for implementing different tasks such as file transfers improvements or audio calls implementation etc.
2017-04-12 16:10:48 +02:00
# Translations
2016-04-28 10:30:58 +02:00
Help us translate Toxygen! Translation can be created using pylupdate (``pylupdate5 toxygen.pro``) and QT Linguist.