Thank you for considering contributing to SIV-Source-Code-Project! Your contributions are invaluable in making this project better. Here are a few guidelines to follow:
- Fork the repository on GitHub.
- Clone your fork to your local machine:
git clone https://github.com/YOUR-USERNAME/SIV-Source-Code-Project.git
- Create a new branch for your changes:
git checkout -b your-branch-name
- Install dependencies:
npm install
- Make your changes. Ensure your code follows the existing style and conventions.
- Test your changes thoroughly.
- Commit your changes:
git add . git commit -m "Brief description of your changes"
- Push to your fork:
git push origin your-branch-name
- Create a pull request from your branch to
mainin the original repository. - Ensure your pull request description clearly describes the changes and why they are necessary.
- Wait for review. Changes may be requested before your pull request is merged.
Please follow our Code of Conduct in all your interactions with the project.
Thank you for contributing!