First off, thank you for considering contributing to EasyCertify! It's people like you that make this project great.
If you find a bug, please open an issue here and include:
- A clear and descriptive title.
- A detailed description of the issue.
- Steps to reproduce the issue.
- Any relevant logs or screenshots.
If you have an idea for an enhancement, please open an issue here and include:
- A clear and descriptive title.
- A detailed description of the enhancement.
- Any relevant examples or mockups.
- Fork the repository from the
dev
branch. - Create a new branch from the
dev
branch using the following naming conventions:- For features:
feat/your-feature-name
- For bug fixes:
fix/your-bug-fix
- For other improvements:
chore/your-improvement
- Example:
feat/add-login-page
- For features:
- Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feat/your-feature-name
). - Open a pull request here.
Please follow the existing code style and conventions.