Skip to content

How to add or edit a resource (project, person, etc)?

Tim Ermilov edited this page Oct 11, 2019 · 2 revisions

Editing on Github

  1. Navigate to ./data/[type] folder in Github UI
  2. Open _Example.ttl in the folder and copy its contents
  3. Create new file named YourResource.ttl by pressing "Create new file" button on the top-right and paste example contents
  4. Describe what you've added and hit "Save" button
  5. If you need to upload images - use "Upload file" button in images/[type]/ folder

Editing locally

  1. Clone / fork the repo
  2. Make sure you are on develop branch
  3. Copy _Example.ttl file corresponding to your entity type in ./data/[type]/ folder and rename it to YourResource.ttl
  4. Edit YourResource.ttl file as required
  5. If you need to add images - drop them into images/[type]/ folder
  6. Commit your changes
  7. Push back to the repository