Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

36 lines (22 loc) · 1.37 KB

Contributing ✨

Thank you for your interest in contributing to this project! Any contribution is welcome and invited! 🙌

If you are proposing a new feature, make sure to open an issue to make sure it is inline with the project goals.

Setup 🧑‍💻

  1. Fork this repository to your own GitHub account and clone the repository to your local device:

    git clone https://github.com/{USER}/Crestron-Site-Audit.git
    cd Crestron-Site-Audit
  2. Create a new branch and start working on it:

    git checkout -b my-feature
  3. Commit your changes:

    git commit -m "feat(my-feature): my feature description"

Conventional Commits 📝

Conventional Commits

This project uses the Conventional Commits format for commits. If in doubt, please check out the Conventional Commits website.

Submitting a Pull Request 🚀

When you are ready, submit a pull request to the master branch. Please make sure to include a description of your changes and a link to the issue you are addressing.