Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 1.18 KB

Contributing

Anyone is welcome to contribute to any of our projects. This guide is a set of general instructions for the workflow used to contribute. Specific projects may have their own specific instructions, so do read up on the individual projects themselves to get an understanding.

Before contributing, know the mission statement: the goal is trustlessness and transparency above all else.

Security

If you discover any bug; flaw; issue; dæmonic incursion; or other malicious, negligent, or incompetent action that impacts the security of any of these projects please responsibly disclose them to us; instructions are available here.

Instructions

We accept contributions via pull requests made to the dev branch. To participate:

  1. Create a fork of this repository.
  2. Ensure you are up-to-date with the state of our repository.
  3. Create a branch off of dev.
  4. Implement your changes.
  5. Use conventional commits for formatting all of your commit messages.
  6. Submit a pull request targeting dev and assist us through review.

We only accept contributions which pass all automated testing and are of high quality.