For the complete documentation index, see llms.txt. This page is also available as Markdown.

Contributing to the Baseline Settings

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:

Prerequisites

  • A GitHub account

  • Git installed on your local machine

  1. Fork the repository OpenIntuneBaseline

  2. Clone your forked repository to your local machine

    git clone https://github.com/your-username/OpenIntuneBaseline.git
  3. Create a new branch

    git checkout -b your-branch-name
  4. Make your changes

  5. Commit your changes

    git add .
    git commit -m "Description of your changes"
  6. Push your changes to your forked repository

    git push origin your-branch-name
  7. 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.

If you have any questions or need help, feel free to open an issue in the repository.

Last updated

Was this helpful?