Difference between revisions of "Contributing"

From AllStarLink Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
'''We're currently looking for volunteers to contribute to the ever growing ASL infrastructure.''' If you feel you can help out in any way, please contact [mailto:volunteer@allstarlink.org volunteer@allstarlink.org].
 
'''We're currently looking for volunteers to contribute to the ever growing ASL infrastructure.''' If you feel you can help out in any way, please contact [mailto:volunteer@allstarlink.org volunteer@allstarlink.org].
  
List of technologies we use:
+
Some technologies we use:
  
 
* mySQL
 
* mySQL
Line 9: Line 9:
 
* Docker
 
* Docker
 
* Javascript / NodeJS
 
* Javascript / NodeJS
 +
* Google Cloud Compute
  
 
= ASL Client =
 
= ASL Client =

Revision as of 04:26, 18 January 2021

Infrastructure / Web Portal

We're currently looking for volunteers to contribute to the ever growing ASL infrastructure. If you feel you can help out in any way, please contact volunteer@allstarlink.org.

Some technologies we use:

  • mySQL
  • Redis
  • PHP / Laravel 7
  • Docker
  • Javascript / NodeJS
  • Google Cloud Compute

ASL Client

Contributing to the AllStarLink Github Repository

Like any open source project, AllStarLink's Github repo has a few basic rules regarding contributions.

1. Make sure you only make a pull request on the relevant development branch. (Currently develop)

2. Do annotate your changes so that they are easily understood when reviewed.

3. Do ensure that if your submission contains work from or based on other projects, that you have clearly identified this work, provided a link to the source material, and ensured that the license is compatible with the GNU GPL v2.

4. Do ask questions on the community page [1] before submitting a pull request. Reviews are appreciated as well.

5. Do not claim credit or ownership for code that is not yours.