Project

General

Profile

Developers » History » Version 23

Dan Smith, 12/31/2022 05:19 PM

1 13 Dan Smith
# Developers Welcome!
2 1 Dan Smith
3 22 Dan Smith
CHIRP is open source software and contributions are welcomed! Submissions are accepted via [github](https://github.com/kk7ds/chirp) .
4 1 Dan Smith
5 13 Dan Smith
## Resources
6 1 Dan Smith
7 14 Dan Smith
* Get the code at [github](https://github.com/kk7ds/chirp)
8 18 Dan Smith
* [[Developers/Add_a_Radio]]
9 13 Dan Smith
* [[Developers/ToneModes]]
10 20 Dan Smith
* Get a new Python3 development environment setup with [[DevelopersPython3Environment]]
11 23 Dan Smith
* chirp-legacy OUTDATED Windows Python2 development environment instructions: [[LegacyDevelopersWin32Environment]]
12 1 Dan Smith
13 13 Dan Smith
## How you can help
14 1 Dan Smith
15 13 Dan Smith
* Test new changes and releases
16
* Triage bug tickets
17
* Write or update documentation
18
* Find and fix bugs
19
* Add or extend support for new radio models
20
* Add features to the UI
21 8 Dan Smith
22 13 Dan Smith
## Translating CHIRP
23 8 Dan Smith
24
If you want to help translate CHIRP into another language, please follow these steps:
25 1 Dan Smith
26 19 Dan Smith
1. Create a [new issue](http://chirp.danplanet.com/projects/chirp/issues/new) for the language and include the language code. Here is a [helpful list](http://www.science.co.il/Language/Codes.asp).
27 13 Dan Smith
1. Someone will create an empty template .po file and attach it to your issue
28 19 Dan Smith
1. Translate the file. Generally, [poedit](http://poedit.net/) is the best way to do this. Be sure to fill out the translator meta-details.
29 13 Dan Smith
1. Attach the resulting translated .po file to the ticket
30
1. A developer will check it over and then submit it for inclusion