Page cover

How to Contribute

We 👋🏼 welcome contributions to enhance any Asset for:

  • Testing

  • Error Handling

  • Enterprise Features

  • Ideation

Please follow these steps to contribute:

1

Step 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

Step 2: Clone Your Fork

Clone your forked repository to your local machine.

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

Step 3: Create a Branch

Create a new branch for your feature or bug fix.

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

Step 4: Implement Changes / Features

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

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

Step 5: Push Your Changes

Push your changes to your forked repository.

git push origin feature/your-feature-name
6

Step 6: Create a Pull Request

Push your changes to your forked repository.

7

Step 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

Last updated