Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.91 KB

CONTRIBUTING.md

File metadata and controls

50 lines (37 loc) · 1.91 KB

Contribution Guidelines 🤝

Thank you for considering contributing to the Knowledge Sharing project! Your contributions are invaluable in building a repository of shared knowledge. Follow these guidelines to contribute effectively:

Getting Started 🚀

  1. Fork the project by visiting knowledge-sharing on GitHub and clicking the "Fork" button.
  2. Clone your forked repository to your local machine.
git clone https://github.com/mutasim77/knowledge-sharing.git

Create a new branch for your contribution.

git checkout -b feature/your-feature

Making Changes 🛠️

  1. Explore the project and choose a topic or category you want to contribute to (e.g., GO, AWS).
  2. Implement your changes or improvements, including code, information, and any visual representations you find suitable.
  3. Feel free to include images, diagrams, or any relevant media to enhance the learning experience.

Committing Changes 📝

  1. Commit your changes with a descriptive commit message.
git commit -m "feat: add content to GO folder"
  1. Push your changes to your forked repository.
git push origin feature/your-feature

Creating a Pull Request (PR) 📥

  1. Go to the original repository on GitHub.
  2. Click on the "Pull Requests" tab.
  3. Click the "New Pull Request" button.
  4. Choose the branch with your changes.
  5. Describe your changes in the pull request and provide any necessary context.
  6. Submit the pull request.

Code Review ✅

Once your pull request is submitted, it will undergo a review. Be open to feedback and address any comments or suggestions made by maintainers or contributors.

Contribution Acceptance 🎉

After a successful review, your contribution will be merged into the main repository. Congratulations, and thank you for your contribution to the Knowledge Sharing project! ❤️‍🔥

Happy sharing and coding! 🌐📚