Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 2.28 KB

CONTRIBUTING.md

File metadata and controls

40 lines (25 loc) · 2.28 KB

Contributing

Getting started

Before you begin:

Don't see your issue? Open one

If you spot something new, open an issue. We'll use the issue to have a conversation about the problem you want to fix.

Ready to make a change? Fork the repo

Fork using GitHub Desktop:

Fork using the command line:

  • Fork the repo so that you can make your changes without affecting the original project until you're ready to merge them.

Fork with GitHub Codespaces:

Make your update:

Make your changes to the file(s) you'd like to update. Here are some tips and tricks for using the docs codebase.

  • Are you making changes to the application code? You'll need Node.js lts/dubnium to run the library locally.

Open a pull request

When you're done making changes and you'd like to propose them for review, open your pull request (PR).

Submit your PR & get it reviewed

  • Once you submit your PR, we will review it with you. The first thing you're going to want to do is a self review.
  • After that, we may have questions, check back on your PR to keep up with the conversation.

Your PR is merged!

Congratulations! The whole GitHub community thanks you. ✨ Once your PR is merged, you will be proudly listed as a contributor in the contributor chart.