Skip to content

5. Contributing

Pourya Alizadeh edited this page Sep 27, 2024 · 7 revisions

Contributing

We welcome contributions to the Event Management System project! Please follow the steps below to contribute.

Steps to Contribute

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix (git checkout -b feature-branch).
  3. Make the necessary changes.
  4. Test your changes to ensure they work as expected.
  5. Commit your changes (git commit -m 'Add new feature').
  6. Push to your forked repository (git push origin feature-branch).
  7. Open a Pull Request for review.

Code of Conduct

Please make sure to follow the project's Code of Conduct.

Clone this wiki locally