Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 440 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 440 Bytes

How to submit your own Instance

  1. Fork the repository.
  2. Add your instance the instances.json file. Make sure to follow this template (the image key is optional):
{
    "name": "The name of your instance",
    "url": "The URL to your instance",
    "description": "A very simple description of your instance",
    "image": "A image for represent your instance"
}
  1. Create a PR with your changes.