We welcome contributions! Please follow these steps to participate in Hacktoberfest 2024:
- Fork the Repository: Click the "Fork" button on the top right of this page.
- Clone Your Fork: Use
git clone https://github.com/your-username/sensetrons-homepage.git
to clone your fork. - Create a Branch: Create a new branch for your feature or fix using
git checkout -b feature/your-feature-name
. - Make Changes: Implement your changes, ensuring you follow our coding standards.
- Commit and Push: Commit your changes with a clear message and push to your fork.
- Create a Pull Request: Go to the original repository and create a pull request.
For more details, please check our CONTRIBUTING.md.