Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 552 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 552 Bytes

Contributing to Voting Application

How to Contribute

  • Fork the repository and create a feature branch (git checkout -b feature-branch).
  • Commit your changes (git commit -am 'Add new feature').
  • Push to the branch (git push origin feature-branch).
  • Open a Pull Request.

Coding Standards

  • Follow the project's coding style.
  • Write clear commit messages.
  • Ensure tests are included with new features or bug fixes.

Reporting Issues

  • Open an issue if you find a bug or have a feature request.