Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 986 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 986 Bytes

Contribution Guidelines

We’re excited to have you contribute! Here’s how to get started:

Steps to Contribute

  • Fork the Project: Start by forking this repository to your own GitHub account.
  • Create a New Branch: For each new feature or change, create a new branch from the main branch.
  • Make Your Changes: All modifications should be made exclusively in the /development directory.
  • Submit a Pull Request (PR): Once you’re satisfied with your changes, submit a PR. Be sure to provide a clear description of what your PR does and the problem it solves.

Important Notes

  • No Build Attempts in PRs: Please do not try to build the project within your PR; our Continuous Integration (CI) system will handle that for you.
  • Contributor Recognition: You do not need to add yourself as a contributor; the CI will automatically recognize and credit you once your PR is merged.

Thank you for helping us make this project even better! We appreciate your contributions!