Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 705 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 705 Bytes

Contributing to Sensetrons

We welcome contributions! Please follow these steps to participate in Hacktoberfest 2024:

  1. Fork the Repository: Click the "Fork" button on the top right of this page.
  2. Clone Your Fork: Use git clone https://github.com/your-username/sensetrons-homepage.git to clone your fork.
  3. Create a Branch: Create a new branch for your feature or fix using git checkout -b feature/your-feature-name.
  4. Make Changes: Implement your changes, ensuring you follow our coding standards.
  5. Commit and Push: Commit your changes with a clear message and push to your fork.
  6. Create a Pull Request: Go to the original repository and create a pull request.