We’re excited to have you contribute to the SPROCTOR project! Follow these simple steps to get started:
-
🍴 Fork the Repository
- Go to the repository page.
- Click the Fork button (top right) to create a copy in your GitHub account.
-
💻 Clone Your Fork
- Open your terminal and run:
git clone https://github.com/your-username/SPROCTOR.git
- Replace
your-username
with your GitHub username.
- Open your terminal and run:
-
🌿 Create a New Branch
- Create a new branch for your work:
git checkout -b your-branch-name
- Create a new branch for your work:
-
🛠️ Make Your Changes
- Open the project files in your code editor and implement your changes.
- Contact the project manager, Tanisha Lalwani, for any queries.
-
✅ Test Your Changes
- Test your changes locally by running the application and verifying functionality.
- 💬 Commit Your Changes
- Once ready, commit your changes with a descriptive message:
git add . git commit -m "Added feature X or Fixed issue Y"
-
📤 Push Your Changes
- Push your changes to your forked repository:
git push origin your-branch-name
- Push your changes to your forked repository:
-
🔄 Create a Pull Request (PR)
- Go back to the original repository here.
- Click the Compare & pull request button, write a short description of your changes, and submit the PR.
-
🔎 Review Changes
- The project manager will review your PR, and if approved, your request will be merged.
- Keep your code clean and well-documented.
- Stick to best practices for the programming language you are contributing in.
- Respect the folder structure and organization of the repository.
All tasks will be assigned various levels based on complexity and required skills. Each level provides different points:
- 🥇 Level 1: 10 Points
- 🥈 Level 2: 25 Points
- 🥉 Level 3: 45 Points
Please follow the existing code style in the project. Consistent code style helps maintain readability and makes it easier for everyone to contribute. Ensure that your code passes all linting and formatting checks before submitting.
If you’re adding a new feature or fixing a bug, please include tests to ensure that your changes don’t break existing functionality. Tests should be written using the existing testing framework in the project.
If your contribution changes how the package works, please update the relevant documentation. This includes updating comments, README files, and other markdown files as needed.
If you encounter any issues or have feature requests, please open an issue in the repository to discuss it.
Thank you for your contributions! Together, we can build something amazing. ✨