Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.73 KB

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 1.73 KB

Contributing

Bug fixes and new features are welcome. Just make sure to open a discussion before you take on any significant work to avoid disappointment.

General

I went to some lengths to describe the implementation of Dime. This is a project I built in public and whose development process I documented on my blog.

You may want to check out the following articles before you contribute:

The following rules are also enforced through the CI workflow:

Submitting changes

  1. Fork the repository
  2. Check out a new branch and name it to what you intend to do (use one branch per fix/feature)
  3. Use meaningful commit messages
  4. Open a draft pull request towards the main branch, following the description template
  5. Make sure the CI workflow is successful before marking the PR as ready