How to Contribute
We welcome contributions to enhance any Asset for:
- Testing
- Error Handling
- Enterprise Features
- Ideation
Please follow these steps to contribute:
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.
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-connectorCreate a Branch
Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature-nameImplement 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"Push Your Changes
Push your changes to your forked repository.
git push origin feature/your-feature-nameCreate 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.
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.
