Sharing Steps with all Bitrise users
If you think your Bitrise Step can be of use to others, you can share it via a CLI command or a Bitrise Workflow. Shared Steps must be actively maintained and they must be open to contributors.
If you think your Step can be of use to others, you can share it! Before doing so, however, please check that there are no other Steps that solve the same problem. You can check:
-
In the list of released Steps.
-
In the list of open pull requests in our StepLib.
-
In the list of closed pull requests in our StepLib.
If you find a Step which is missing a particular feature, please try to contribute to it before developing or sharing a brand new Step for that feature. You can use our Integrations page to search for Steps in the Bitrise StepLib. By clicking the GitHub source button on a given Step’s page you will be taken to the Step’s repository, where you can submit a feature request or open a pull request.
Also, please keep in mind that shared Steps must be actively maintained and they must be open to contributors.
Sharing a new Step
The sharing process is relatively straightforward - but please make sure to go through the process carefully when sharing a new Step.
The bitrise share command
During Step development, you can get help anytime by simply running bitrise share. This will print a short guide on sharing.
There are two ways to share a Step:
-
You can do it manually, using the
bitrise share
command. -
If you created the Step with the Step plugin, you can run the
share-this-step
Workflow in your Step’s directory.
Before you start
Before you start, make sure that:
-
Your Step is in a public Git repository.
-
The step.yml file contains a support_url property which points to a valid issue tracker (for example, the Issues page of your Step’s GitHub repository).
-
The step.yml file contains a source_code_url property which points to the correct Git URL of your repository.
Sharing more than one Step
Sharing more than one Step - that is, adding more than one new step.yml file to the Bitrise StepLib - must be done in separate pull requests! You cannot open a pull request that contains more than one new Step!
If you’re ready, go ahead with your preferred sharing process!
Fixing issues in a StepLib pull request
Once you submitted your Step version to the StepLib, wait for the Bitrise team to review it. If we ask for changes:
-
Close the pull request.
-
Delete the share branch from your fork of the Bitrise StepLib.
-
Fix the issues in the Step repository.
-
Add a new version tag to the commit that contains your fixes in the Step repository.
-
Run the share process again.
Hopefully, after fixing the issues, we’ll be able to merge your pull request and release your Step to the public!
Abandoned Steps
If you are a Step maintainer, you should be reachable within a reasonable timeframe if anyone submits an issue or a pull request to your Step. If we try to contact you several times regarding an important fix/update in your Step and you refuse to answer for several weeks we might deprecate, remove or replace your Step in the collection! Abandoned Steps can be a threat for those who use it, please keep this in mind if you decide to share your Step with others!
The repository and issue tracker must not be removed, as there are permanent links to it included in the step.yml that is in the Bitrise StepLib. If they are removed, already shared Step versions will continue to function as they are also shared on a Bitrise managed file hosting service during the share process. A new version of the step may be released, managed by Bitrise.
If you shared a Step but you’re no longer able or willing to maintain it, please create a GitHub issue in this repository: Bitrise StepLib
Reporting Step issues
If you’re a user of a Step which has critical (security or functionality) issues, please create a ticket in the Step’s Issue Tracker. Every Step declares the preferred way of reporting issues with the support_url
attribute.
If you don’t get a response from the Step’s maintainer for an extended period (for more than a couple of weeks) please create a GitHub issue in this repository: https://github.com/bitrise-io/bitrise-steplib and we’ll try to resolve the issue, following the Abandoned Step policy. Please be patient and keep in mind that everyone who contributes to this collection does so to help you by providing a Step for you to use!