Contributing to the Baseline Settings
A guide on contributing to the baseline settings.
Last updated
Was this helpful?
A guide on contributing to the baseline settings.
If you want to contribute to the baseline settings, you can do so by following these steps:
A GitHub account
Git installed on your local machine
Fork the repository OpenIntuneBaseline
Clone your forked repository to your local machine
git clone https://github.com/your-username/OpenIntuneBaseline.gitCreate a new branch
git checkout -b your-branch-nameMake your changes
Commit your changes
git add .
git commit -m "Description of your changes"Push your changes to your forked repository
git push origin your-branch-nameCreate 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.
If you have any questions or need help, feel free to open an issue in the repository.
Last updated
Was this helpful?
Was this helpful?