If you have any questions, please open an issue.
First, collect required information about the startup:
- startup name
- short description
- category (presented in the list or a new one)
- website url
- github repo url
- names of SaaS competitors
- website urls of SaaS competitors
Then you have two options how to contribute.
-
Clone this repo:
git clone https://github.com/RunaCapital/awesome-oss-alternatives.git
-
In the root of the repo run the following command:
python3 .\add_company.py
-
CLI application will walk you through all the necessary steps
-
Submit a pull request
-
Edit the README.md file through Github's web interface
-
List is sorted in an alphabetical order by a category and a company name. Please find the right place for insertion.
-
Format your submission as follows:
Category name| [Company Name](https://company_url.com) | Description |<a href=https://github.com/COMPANY/COMPANY_REPO_NAME><img src="https://img.shields.io/github/stars/COMPANY/COMPANY_REPO_NAME?style=social" width=150/></a> |[SaaS Name 1](https://www.saas1_url.com/), [SaaS Name 2](https://saas2_url.com/)
-
Submit a pull request
-
See Editing files in another user's repository, Creating Pull Requests, Using Pull Requests for help on sending your patch.
Important: Please add one startup per pull-request. Also please check, that you are adding it to the right category and in the right place (startups in a category are sorted in a alphabetical order).
Happy contributing!