First off, thank you for considering contributing to EsamiOnline! Your help is greatly appreciated.
If you find a bug, please report it by opening an issue on our GitHub repository. Please include as much detail as possible.
- Fork the repository: Click the "Fork" button at the top right of this page.
- Clone your forked repository to your local machine:
git clone https://github.com/your-username/EsamiOnline.git
- Create a new branch for your changes:
- Make your changes in your branch.
- Commit your changes:
git add . git commit -m "Description of my changes"
- Push your branch to your forked repository:
git push origin my-feature-branch
- Open a Pull Request: Go to the original repository and click the "New Pull Request" button.
Please ensure your code adheres to our coding standards:
- Follow the existing code style.
- Write clear, concise comments.
- Ensure your code is well-tested.