How to Contribute
We welcome contributions from the community to help improve the content on IntuneMacAdmins. Whether it’s a new guide, a script, or an insight, your contribution is valuable.
Steps to Contribute
Fork the Repository: Start by forking the IntuneMacAdmins GitHub repository.
Clone the Repository: Clone your forked repository to your local machine.
git clone https://github.com/your-username/IntuneMacAdmins.git
Create a New Branch: Create a new branch for your changes.
git checkout -b my-new-branch
Make Your Changes: Make the necessary changes or additions to the content.
Commit Your Changes: Commit your changes with a descriptive message.
git commit -m “Add new guide on XYZ”
Push Your Changes: Push your changes to your forked repository.
git push origin my-new-branch
Create a Pull Request: Go to the original repository and create a pull request from your forked repository.