MuleSoft Forge
GitHub
  • MuleSoft Forge Initiative
    • Overview
    • How to Contribute
  • Connectors
    • mule-idp-connector
      • Set Up
      • Operations
        • Service IDP - Execution - Submit
        • Service IDP - Execution Result - Retrieve
        • Service IDP - Review Tasks - List
        • Service IDP - Review Task - Delete
        • Service IDP - Review Task - Update
        • Platform IDP - Actions - List
        • Platform IDP - Action Versions - List
        • Deprecated 1.0.1 - Utils IDP - PDF - ExtractText
        • Deprecated 1.0.1 - Utils IDP - PDF - RemovePages
      • docs.mulesoft.com
      • MuleSoft IDP Universal 🌐 REST Smart Connector 🔌
  • Modules
    • mule-pdfbox-module
      • Set Up
      • Operations
        • Apache PDFBox - Extract Text
        • Apache PDFBox - Filter Pages
        • Apache PDFBox - Get Info
        • Apache PDFBox - Merge PDFs
        • Apache PDFBox - Rotate Pages
        • Apache PDFBox - Split Pages
Powered by GitBook
On this page
  • Step 1: Fork the Repository
  • Step 2: Clone Your Fork
  • Step 3: Create a Branch
  • Step 4: Implement Changes / Features
  • Step 5: Push Your Changes
  • Step 6: Create a Pull Request
  • Step 7: Review Process
  • License
  1. MuleSoft Forge Initiative

How to Contribute

PreviousOverviewNextmule-idp-connector

Last updated 2 months ago

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

The MuleSoft Forge initiative is licensed under the Apache License 2.0. This means that you are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, provided that you include the original copyright and license notice in any copy of the Software that you distribute.

For more details, see the file.

https://github.com/MuleSoft-Forge/mule-idp-connector
LICENSE(opens in a new tab)
Page cover image