mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-13 05:22:13 +01:00
Fix the filenames in CONTRIBUTING.md
This commit is contained in:
parent
9c6ba13ccd
commit
6866354626
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ To contribute to the map, we require a certain format for artwork region and lab
|
||||||
### GitHub Submission
|
### GitHub Submission
|
||||||
|
|
||||||
1. Create a fork of our repo.
|
1. Create a fork of our repo.
|
||||||
2. Enter your data into the `web/_js/atlas.js` file, with the correct format and ID number.
|
2. Enter your data into the `web/atlas.json` file, with the correct format and ID number.
|
||||||
3. Create a Pull Request.
|
3. Create a Pull Request.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
@ -27,7 +27,7 @@ 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/_js/atlas.json` file, with the correct format and ID number.
|
2. Enter your data into the `web/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
|
||||||
|
|
Loading…
Reference in a new issue