Skip to content

Commit

Permalink
Update README.md for Organizers
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshad-devani authored Jun 16, 2024
1 parent 3fae50f commit f2f2958
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,19 @@ npm run lint
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

## For making PR adding the upcoming events at community.json file here is the format:
## Organizer Guide

For making your event visible on website, raise a PR by adding following element in [community.json](./src/assets/data/community.json) file. Once approved by Organizers, your event will be added on the website (deployment is automated).

```json
{
"community": "GDG Cloud ChapterXYZ",
"city": "XYZ",
"date": "",
"link": "",
"place": "",
"rsvp": "",
"card": ""
}
"community": "", // mention name of your community
"city": "Hyderabad", // which city does it belong to
"place": "EPAM Hyderabad", // brief address of place where your event will be organized
"date": "01/08/2024", // format is DD/MM/YYYY, if date is not found valid it will not be shown
"rsvp": "https://google.com", // rsvp link - bevy/any other forum
"link": "", // link to event listing/event landing page
"latitude": "", // latitude for place
"longitude": "" // longitude for place
}
```

0 comments on commit f2f2958

Please sign in to comment.