Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 817 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 817 Bytes

PR Steps

NOTE: Make sure every change is covered by a unit test. If the change isn't covered, make sure to add a test for it.

  1. Fork the repo, make changes, add tests, commit, and submit a Pull Request

  2. New Pull Requests will automatically trigger a Travis CI Build

  3. If the build fails, look at the Build Logs. Changes will not be merged unless the build passes

  4. If the build succeeds, the pull request will be merged, and automatically pushed to the production server at https://api.spacexdata.com/v3/

Database additions / changes / updates

  1. Open an issue with your correction, addition, or new data ideas

  2. If approved, new data will be added to the database, and tests will be written to cover the new data