Skip to content

How to Contribute

We welcome contributions to enhance any Asset for:

  • Testing
  • Error Handling
  • Enterprise Features
  • Ideation

Please follow these steps to contribute:

1

Fork the Repository

Create your own fork of the MuleSoft Forge repository by clicking the "Fork" button at the top right corner of the repository page.

2

Clone Your Fork

Clone your forked repository to your local machine.

bash
git clone https://github.com/MuleSoft-Forge/mule-idp-connector.git
cd mule-idp-connector
3

Create a Branch

Create a new branch for your feature or bug fix.

bash
git checkout -b feature/your-feature-name
4

Implement Changes / Features

Implement your changes and commit them with a descriptive commit message.

bash
# https://git-scm.com/docs/git-add
git add .
git commit -m "Add your commit message here"
5

Push Your Changes

Push your changes to your forked repository.

bash
git push origin feature/your-feature-name
6

Create a Pull Request

Go to your forked repository on GitHub and create a pull request.

  • [ ] Go to your forked repository on GitHub.
  • [ ] Click the "Compare & pull request" button next to your newly pushed branch.
  • [ ] Ensure the base fork is https://github.com/MuleSoft-Forge/mule-idp-connector and the base branch is develop.
  • [ ] Provide a clear and descriptive title and description for your pull request, explaining what changes you made and why.
  • [ ] Submit the pull request.
7

Review Process

Your pull request will be reviewed by the maintainers. You might be asked to make additional changes or provide further explanations. Once your pull request is approved, it will be merged into the develop branch.

License

The MuleSoft Forge initiative is licensed under the Apache License 2.0. You may use, copy, modify, merge, publish, distribute, sublicense, and sell copies of the software, provided you include the original copyright and license notice in any distributed copies.

For more details, see the LICENSE file.

Released under the MIT License.