Please ensure your pull request adheres to the following guidelines:
- Search previous suggestions before making a new one, as yours may be a duplicate.
- Make an individual pull request for each suggestion.
- Use the following format:
[NAME](LINK) - descriptive sentence maybe with relevant links.
- New categories, or improvements to the existing categorization are welcome.
- Keep descriptions short and simple, but descriptive.
- Check your spelling and grammar.
- Make sure your text editor is set to remove trailing whitespace.
Thank you for your suggestions! <3
Please ensure your pull request adheres to the following guidelines:
- Search the JSON object to make sure you're not duplicating existing entries
- The JSON file is an array of objects. Add a new object for your server
- Ensure you've added a name, a url and a public attribute to your object. No more and no less
- Check the url is correct with respect to http:// or https://
- Please validate your JSON object against the schema using a tool such as this one.
- Run
npm run build
to synchronise theerddaps.js
file from your newly editederddaps.js
file - Run
npm test
to perform the unit tests tests which are run are:- Does the
README.md
file passawesome-lint
- Does
erddaps.json
meet the JSON schema - Equivalence in the data between the
erddaps.json
anderddaps.js
files
- Does the