- Fork/Clone this repository
- Add a new JSON file in the projects/ folder
- Make the JSON look like the example below.
- Check your JSON is valid
- Send a PR
{
"name": "My project",
"description": "My project aims to fix problems with centralisation by....",
"languages" : ["C++", "Python"],
"homepage": "https://myprojecthomepage",
"sourcecode": "https://github.com/..."
}
If the languages part isn't relevant, just use []. If it's not open (why not?) use "". All other fields are required.
Not yet, working on it.