Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Contributions

GabrielePuliti edited this page Feb 5, 2019 · 1 revision

Contributions

Contributions are always welcome, either reporting issues/bugs or forking the repository and then issuing pull requests when you have completed some additional coding that you feel will be beneficial to the main project. If you are interested in contributing in a more dedicated capacity, then please contact us.

Add new script

You can request a package install by create a new issue or contact us directly.

If you want add new script by yourself there is a standard, the script must be with this format:

# <description of package> - <reference site of package>
<bash commands>

An example of this format is test.sh:

# Description of package - https://github.com/YetAnotherPackageInstaller/YAPI
echo "Hello world!"

If you want to add one script you need to mantain this standard. This is because the packages list on yapi.py is generated with this information, taken directly from the scripts.

Add new feature

Please make a fork of this repository and work on issues that are created in this repository. If you would like a new feature, then please add an issue and explain the feature.

Update wiki

If you would like to update this wiki, please clone and submit a pull request to update information in these instructions.

Clone this wiki locally