Developers » History » Version 16
Dan Smith, 12/10/2022 05:37 AM
1 | 13 | Dan Smith | # Developers Welcome! |
---|---|---|---|
2 | 1 | Dan Smith | |
3 | 15 | Dan Smith | CHIRP is open source software and contributions are welcomed! Submissions are preferred 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 | 13 | Dan Smith | * Legacy mercurial and mailing list [[Developers/Process]] |
9 | * [[DevelopersAdd_a_Radio]] |
||
10 | * [[Developers/ToneModes]] |
||
11 | 16 | Dan Smith | * Get a new Python3 development environment setup with [[Python3Environment]] |
12 | 13 | Dan Smith | * [[Developers/Win32Environment]] |
13 | * [[Developers/LinuxEnvironment]] |
||
14 | 1 | Dan Smith | |
15 | 13 | Dan Smith | ## How you can help |
16 | 1 | Dan Smith | |
17 | 13 | Dan Smith | * Test new changes and releases |
18 | * Triage bug tickets |
||
19 | * Write or update documentation |
||
20 | * Find and fix bugs |
||
21 | * Add or extend support for new radio models |
||
22 | * Add features to the UI |
||
23 | 8 | Dan Smith | |
24 | 13 | Dan Smith | ## Translating CHIRP |
25 | 8 | Dan Smith | |
26 | If you want to help translate CHIRP into another language, please follow these steps: |
||
27 | |||
28 | 13 | 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. |
29 | 1. Someone will create an empty template .po file and attach it to your issue |
||
30 | 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. |
||
31 | 1. Attach the resulting translated .po file to the ticket |
||
32 | 1. A developer will check it over and then submit it for inclusion |