Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.39 KB

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 1.39 KB

How to contribute to this project

If you want to add or change the content of this project, we welcome all contributions!

Before working on your changes

If you find a bug or think of a new feature you want to add, please open an issue so we can discuss before starting your work. We would like to make sure the changes add value to this poject, and also that nobody else is already working on something similar.

Steps to contribute

For content changes

  1. Fork this project.
  2. Create a branch for your changes.
  3. Open a Pull Request against this repo.
  4. Make sure to address any feedback that you receive from us.

For code changes

  1. Fork this project.
  2. Create a branch for your changes.
  3. Make sure all tests are passing by running npm test.
  4. Open a Pull Request against this repo with your changes. Your PR should include:
    • A clear description of any and all changes made.
    • Tests covering new behavior (if applies).
    • Screenshots if the changes are UI related (if applies).
  5. Make sure to address any feedback that you receive from us.

Questions or comments?

Feel free to open an issue, send us a DM on Twitter @nodeschoolsf or an email [email protected].