-
Notifications
You must be signed in to change notification settings - Fork 2
Programming Standards
Aris is primarily developed by students, meaning that people constantly leave and join the project. It is important to prioritize commenting your code to ensure that anyone, including someone who is brand new to the project team, can understand quickly what the code is for. It is not necessary to comment every single line, but please comment particularly confusing and important segments of your code.
In order to report a new issue, you just have to fill out one of the issue forms. In addition to filling out the form, please be sure to specify any other labels that may be applicable to your issue. In order to do this, reference the "Labels" section to the right of the issues form, click on the gear icon, and click on any other applicable labels.
If you are working on an issue, please assign it to yourself and work on the issue in your fork. Anyone is free to solve any issue, and we encourage people to collaborate on issues together.