-
Notifications
You must be signed in to change notification settings - Fork 1
5. Contributing
Pourya Alizadeh edited this page Sep 27, 2024
·
7 revisions
We welcome contributions to the Event Management System project! Please follow the steps below to contribute.
- Fork the repository.
- Create a new branch for your feature or bug fix (
git checkout -b feature-branch). - Make the necessary changes.
- Test your changes to ensure they work as expected.
- Commit your changes (
git commit -m 'Add new feature'). - Push to your forked repository (
git push origin feature-branch). - Open a Pull Request for review.
Please make sure to follow the project's Code of Conduct.