From 5dc14eb4abf03551cc869e5fae305486261d094c Mon Sep 17 00:00:00 2001 From: Rayyan Baig <137826567+Rayyanbaig1243@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:33:12 -0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d500a48..0224aff 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,14 @@ On our GitHub repository you will find both a **Bug Database** and our **Product ## Authors / Maintainers Offcourse is an open source project and is a community of like-minded people. The authors and maintainers of the project, therefore, are you. + +## HOW TO CONTRIBUTE +- Fork the Repository: Click the "Fork" button to create your own copy of the repository. +- Clone the Repository: Use the command git clone to download it locally. +- Create a New Branch: Run git checkout -b to work on a separate branch. +- Make Your Changes: Modify code, fix bugs, or update documentation as needed. +- Commit Your Changes: Use git commit -m "Descriptive message about your changes" to save your changes locally. +- Push to GitHub: Push the changes to your forked repository with git push origin . +- Create a Pull Request (PR): Go to the original repository and open a pull request explaining your changes. +- Address Feedback: Be ready to discuss and make additional changes if needed during the review process. +- Contributions of all types are welcome—thank you for helping improve the project!