Skip to content

Commit 6c86d84

Browse files
committed
Add database change instructions to contribution guide
1 parent de9cc0a commit 6c86d84

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,8 @@ Changes will not be merged unless the build passes.
1414
pushed to the staging server at [http://stage.spacexdata.com/v2/](http://stage.spacexdata.com/v2/) for a
1515
final check before promoting changes to production at [https://api.spacexdata.com/v2/](https://api.spacexdata.com/v2/).
1616

17-
## Local Development
18-
19-
1. Clone the repo
20-
```bash
21-
git clone https://github.com/r-spacex/SpaceX-API.git && cd SpaceX-API
22-
```
23-
24-
2. Install dependencies
25-
```bash
26-
yarn install
27-
```
28-
29-
3. Run ESlint and all tests
30-
```bash
31-
yarn test
32-
```
33-
34-
4. Start the app
35-
```bash
36-
yarn start
37-
```
17+
## Database additions / changes / updates
18+
19+
1. Open an issue with your correction, addition, or new data ideas
20+
21+
2. If approved, new data will be added to the database, and tests will be written to cover the new data

0 commit comments

Comments
 (0)