Thank you for considering contributing to our project! We appreciate your interest and support. By contributing, you help make our project better for everyone.
-
Fork the Repository: Click the "Fork" button at the top right corner of this repository to create your own copy.
-
Clone Your Fork: Clone your forked repository to your local machine using the following command:
git clone https://github.com/hovahyii/Pekan-Methodist-Chapel.git
-
Create a New Branch: Before making any changes, create a new branch for your feature or bug fix:
git checkout -b feature/my-new-feature
-
Make Changes: Make your desired changes to the codebase. Be sure to follow our coding conventions and guidelines.
-
Commit Your Changes: Commit your changes with a descriptive commit message:
git add . git commit -m "Add new feature: XYZ"
-
Push to Your Fork: Push your changes to your forked repository:
git push origin feature/my-new-feature
-
Create a Pull Request: Go to your forked repository on GitHub and click the "New Pull Request" button. Provide a clear description of your changes and submit the pull request.
If you encounter any issues or bugs, please open an issue in our issue tracker. Be sure to include relevant details and steps to reproduce the problem.
If you have any questions or need further assistance, feel free to reach out to our maintainers.
This project is licensed under the MIT License.
Feel free to modify and expand upon this template as needed. Happy contributing! 🙌🎉