Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.45 KB

CONTRIBUTING.md

File metadata and controls

41 lines (25 loc) · 1.45 KB

Contributing to the Course

Hey, thanks for contributing!

How Can I Contribute?

Adding Content

The Course Map lists the modules and lessons we plan to create.

To start work, do the following:

  1. Create an issue and/or comment on an existing issue to state you've started working
  2. Create a PR to the rough branch during or when complete

Editing Existing Content

If you want to fix a typo or otherwise improve on existing content, follow the same process as with adding content:

  1. Create an issue and/or comment on an existing issue to state you've started working
  2. Create a PR to the rough branch during or when complete

Committing

We are using conventional commits for this repository.

General flow for making a contribution:

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from upstream/rough before making a pull request!

Providing General Feedback

If you have feedback on content or suggestions for additional content, simply create an issue explaining your feedback/suggestions.