mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-26 05:14:06 +01:00
Sync CONTRIBUTING and remove slash before branch name
This commit is contained in:
parent
90dbe34d8c
commit
0a8414950f
2 changed files with 4 additions and 4 deletions
|
@ -32,4 +32,4 @@ To contribute to the map, we require a certain format for artwork region and lab
|
||||||
|
|
||||||
## Cleaning Contributions
|
## Cleaning Contributions
|
||||||
|
|
||||||
If you spot a duplicate, please PR against `/cleanup`. To help find duplicates, run the code locally, changing line 92 of `main.js` to `overlap`.
|
If you spot a duplicate, please PR against `/cleanup`. To help find duplicates, append `?mode=overlap` to the url: [`https://place-atlas.stefanocoding.me?mode=overlap`](https://place-atlas.stefanocoding.me?mode=overlap).
|
|
@ -35,9 +35,9 @@ To contribute to the map, we require a certain format for artwork region and lab
|
||||||
### Map Edits
|
### Map Edits
|
||||||
|
|
||||||
1. Create a fork of our repo.
|
1. Create a fork of our repo.
|
||||||
2. Enter your data into the `web/atlas.json` file, with the correct format and ID number.
|
2. Enter your data into the `web/_js/atlas.json` file, with the correct format and ID number.
|
||||||
3. Create a Pull Request against the `/cleanup` branch.
|
3. Create a Pull Request against the `cleanup` branch.
|
||||||
|
|
||||||
### Cleaning Contributions
|
### Cleaning Contributions
|
||||||
|
|
||||||
If you spot a duplicate, please PR against `/cleanup`. To help find duplicates, append `?mode=overlap` to the url: [`https://place-atlas.stefanocoding.me?mode=overlap`](https://place-atlas.stefanocoding.me?mode=overlap).
|
If you spot a duplicate, please PR against the `cleanup` branch. To help find duplicates, append `?mode=overlap` to the url: [`https://place-atlas.stefanocoding.me?mode=overlap`](https://place-atlas.stefanocoding.me?mode=overlap).
|
||||||
|
|
Loading…
Reference in a new issue