Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 781 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 781 Bytes

Contributing to wayshot

  1. Fork the repo and create your branch from main.
  2. Create your changes.
  3. Test your changes in all possible permutations and combinations.
  4. Send a pull request upstream!

Any contributions you make will be under the BSD-2-Clause Software License

In short, when you submit code changes, your submissions are understood to be under the same BSD-2-Clause License that covers the project. Feel free to contact the maintainers if that's a concern.

Use a Consistent Coding Style

  • You can run make check for style unification.

Proper Commit Messages

Make sure to write proper commit messages with conventional commits syntax.

License

By contributing, you agree that your contributions will be licensed under its BSD-2-Clause License.