How to Contribute
Contribute to IntuneMacAdmins by forking the repo, making changes, and submitting a pull request.
Last updated
Was this helpful?
Contribute to IntuneMacAdmins by forking the repo, making changes, and submitting a pull request.
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.
The easiest way is to use the "Edit page" button that you can find at the bottom of every page. If you edit more than one page, we recommend using forks and creating a pull request using the method described below.
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.gitCreate a New Branch: Create a new branch for your changes.
git checkout -b my-new-branchMake 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-branchCreate a Pull Request: Go to the original repository and create a pull request from your forked repository.
Last updated
Was this helpful?
Was this helpful?