Changes between Version 21 and Version 22 of DevProcess
- Timestamp:
- Nov 30, 2018, 12:54:58 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevProcess
v21 v22 1 1 = The BOINC development process = 2 BOINC is free software, distributed under the [http://www.gnu.org/copyleft/lesser.html Lesser General Public License] (LGPL), version 3 or later. The University of California holds the copyright on all BOINC source code. By submitting contributions to the BOINC code, you irrevocably assign all right, title, and interest, including copyright and all copyright rights, in such contributions to The Regents of the University of California, who may then use the code for any purpose that it desires.3 2 4 * [https://github.com/BOINC/boinc-policy/blob/master/Development_Workflow.md Development Workflow] 5 * [wiki:DevQualityAssurance Quality Assurance Workflow] (under discussion) 3 BOINC is free software, distributed under the [http://www.gnu.org/copyleft/lesser.html Lesser General Public License] (LGPL), version 3 or later. 4 5 The University of California holds the copyright on all BOINC source code. 6 By submitting contributions to the BOINC code, you irrevocably assign all right, title, 7 and interest, including copyright and all copyright rights, 8 in such contributions to The Regents of the University of California, 9 who may then use the code for any purpose that it desires. 10 11 * [https://github.com/BOINC/boinc/ The BOINC Github repository] 12 * [https://github.com/BOINC/boinc-policy/blob/master/Development_Documents/Development_Workflow.md Development Workflow] 6 13 * [wiki:EmailLists boinc_dev], an email list for BOINC developers 7 14 * [wiki:CodingStyle Coding style] 8 15 * [wiki:DebugClientWin Debugging the client on Windows] 9 16 10 Development is divided into several areas. Each area is managed by an 'owner'.11 12 || '''Area''' || '''Owner''' || '''Key contributors''' ||13 || API || David Anderson || ||14 || BOINC Manager || || Charlie Fenton ||15 || Client || David Anderson || ||16 || Mac OS X || Charlie Fenton || ||17 || Testing and release management || || ||18 || Server || David Anderson || Kevin Reed ||19 || Translations of GUI and web text || || ||20 || Unix build system || Eric Korpela || ||21 || Web features || David Anderson || Rytis Slatkevicius, Janus Kristensen ||22 || Windows installer and screensaver || || ||23 17 24 18 The BOINC development process involves interaction between various groups: 25 19 26 20 == Participants == 27 * Report bugs on the BOINC message boards. 28 * These are reported by message board moderators to the relevant area owner. 29 * Participants may also file bug reports in Github. 21 * Report bugs or make feature requests on the BOINC message boards or by creating issues in Github. 30 22 31 == Area owners == 32 * Fix bugs or delegate to contributors. 23 == Message board moderators == 24 * Monitor message boards and forward important posts to boinc_dev or Github issues. 25 26 == Developers == 27 * Fix issues. 33 28 34 29 == Alpha testers ==