Contributing to the Baseline Settings
If you want to contribute to the baseline settings, you can do so by following these steps:
Prerequisites
- A GitHub account
- Git installed on your local machine
- Fork the repository OpenIntuneBaseline
- Clone your forked repository to your local machine
Terminal window git clone https://github.com/your-username/OpenIntuneBaseline.git - Create a new branch
Terminal window git checkout -b your-branch-name - Make your changes
- Commit your changes
Terminal window git add .git commit -m "Description of your changes" - Push your changes to your forked repository
Terminal window git push origin your-branch-name - Create a pull request from your forked repository to the main repository
All changes will be reviewed and merged into the main branch. Please ensure your code follows the project’s coding standards and includes appropriate documentation.