Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

39 lines (27 loc) · 1.34 KB

Contributing to EasyCertify

First off, thank you for considering contributing to EasyCertify! It's people like you that make this project great.

How to Contribute

Reporting Bugs

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.

Suggesting Enhancements

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.

Submitting Pull Requests

  1. Fork the repository from the dev branch.
  2. 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
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feat/your-feature-name).
  6. Open a pull request here.

Code Style

Please follow the existing code style and conventions.