Skip to content

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
    Terminal window
    git clone https://github.com/your-username/OpenIntuneBaseline.git
  3. Create a new branch
    Terminal window
    git checkout -b your-branch-name
  4. Make your changes
  5. Commit your changes
    Terminal window
    git add .
    git commit -m "Description of your changes"
  6. Push your changes to your forked repository
    Terminal window
    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.