Developers » History » Version 11
Dan Smith, 09/09/2022 04:38 PM
1 | 1 | Dan Smith | h1. Developers Welcome! |
---|---|---|---|
2 | |||
3 | 11 | Dan Smith | CHIRP is open source software and contributions are welcomed! |
4 | 1 | Dan Smith | |
5 | h2. Resources |
||
6 | |||
7 | 10 | Dan Smith | * Get the code at "github":https://github.com/kk7ds/chirp (or "mercurial":http://d-rats.com/hg/chirp.hg) |
8 | 6 | Dan Smith | * [[Developers/Process]] |
9 | 9 | Tyler Tidman | * [[DevelopersAdd_a_Radio]] |
10 | 4 | Dan Smith | * [[Developers/ToneModes]] |
11 | 5 | Dan Smith | * [[Developers/Win32Environment]] |
12 | 7 | Jens Jensen | * [[Developers/LinuxEnvironment]] |
13 | 1 | Dan Smith | |
14 | h2. How you can help |
||
15 | |||
16 | * Test new changes and releases |
||
17 | 2 | Dan Smith | * Triage bug tickets |
18 | * Write or update documentation |
||
19 | 1 | Dan Smith | * Find and fix bugs |
20 | * Add or extend support for new radio models |
||
21 | * Add features to the UI |
||
22 | 8 | Dan Smith | |
23 | h3. Translating CHIRP |
||
24 | |||
25 | If you want to help translate CHIRP into another language, please follow these steps: |
||
26 | |||
27 | # 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. |
||
28 | # Someone will create an empty template .po file and attach it to your issue |
||
29 | # Translate the file. Generally, "poedit":http://poedit.net/ is the best way to do this. Be sure to fill out the translator meta-details. |
||
30 | # Attach the resulting translated .po file to the ticket |
||
31 | # A developer will check it over and then submit it for inclusion |