Authors: | Adam Chodorowski
Neil Cafferkey |
---|---|
Copyright: | Copyright © 1995-2020, The AROS Development Team |
Status: | Done. |
Contents
We have quite few active developers, which unfortunately means that progress is quite slow. We simply need more people to help us out! There is a huge number of tasks that are in need of a dedicated developer. They range from large projects to small ones, from hardware hacking, through high-level system programming to application programming. There is basically something for everyone who wishes to contribute, regardless of how proficient they are in coding!
For those of you who aren't programmers, there are still plenty of tasks that you can help with! This includes writing documentation, translating programs and documentation to other languages, creating nice graphics and hunting bugs. These tasks are just as important as coding!
This is a list of some tasks that we need help with and which nobody is currently working on. It's by no means a complete list; it simply contains the most prominent things that we need help with in AROS.
Implementing missing libraries, resources, devices or parts of these. See the detailed status report for more information what bits are missing.
Implementing or improving hardware device drivers:
Porting to other architectures. Some examples of hardware for which no maintained AROS port exists or has been started:
Implementing missing Preferences editors:
Improving the C standard library
This involves implementing missing ANSI functions in the AROS crt (stdc), aswell as POSIX functions in the posixc library, to make it easier to port *nix software (particularly the GNU toolchain and associated tools). The biggest things missing are support for wchar and POSIX style signalling, but there are some other functions missing as well.
Implementing more datatypes and improve existing ones
The number of datatypes available in AROS is quite small. Some examples of datatypes that need improvement to become usable or need implementing from scratch:
Porting third-party programs:
Want to join the development effort? Great! Then join the development mailing lists you are interested in (at least joining the main development list is highly recommended) and request access to the GitHub organization. That's it. :)
Writing a short mail to the development list containing an introduction about yourself and what you want to help out with is encouraged. If you have any problems, please don't hesitate to send a mail to the list or ask around on the IRC channels. Also, before starting to work on something specific, please write a mail to the list stating what you are about to do or update the task database. This way we can make sure people don't work on the same thing by mistake...
The AROS Git repository is hosted on GitHub under the AROS Development Team umbrella organization. If you would like to be able to collaborate in the development of AROS then please apply for membership (however, if you just want to browse the sources, there is a read-only access
For information on how to use the AROS Git repository, please read "Working with Git". Even if you already know how to use Git it is useful to look through that page, as it contains information and tips specific to the AROS repository.