Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update filename to contributors-map.geojson #47

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/how-to-contribute/dev-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Before moving on, please make sure you understand the following:

**Estimated time:** 30 mins

**What you will do:** you will build Open Beta frontend project on your local machine, make changes to `contributors-map.json` file, and create your first pull request in openbeta/opentacos repo.
**What you will do:** you will build Open Beta frontend project on your local machine, make changes to `contributors-map.geojson` file, and create your first pull request in openbeta/opentacos repo.

### Pre-requisitions
Make sure you have the following tools installed on your local machine:
Expand Down Expand Up @@ -75,7 +75,7 @@ Replace *yun* with your name.
Open Beta repo is updated frequently. It's a good idea to rebase your branch often and keep it up-to-date with the original Openbeta remote repo(not your forked repo).
:::

6. Navigate to `contributors-map.json` file in the `/src/assets` folder, and add your information as a new element in the `"features"` array.
6. Navigate to `contributors-map.geojson` file in the `/src/assets` folder, and add your information as a new element in the `"features"` array.

The fields are:
- `"firstName`
Expand Down