Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/pages/docs/projects/community-step-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ navOrder: 50

Community step templates are publicly available step templates that have been contributed by the Octopus Community, they're third party code that is licensed under [the Apache 2.0 license](https://github.com/OctopusDeploy/Library/blob/master/LICENSE.txt).

If you can't find a built-in step template that includes the actions you need, you should check the community step template. There is a large number and variety of step templates (and it's growing all the time) that can help you automate your deployments without writing any scripts yourself.
If you can't find a built-in step template that includes the actions you need, you should check the community step template library. There is a large number and variety of step templates (and it's growing all the time) that can help you automate your deployments without writing any scripts yourself.

Octopus Community step templates integration is enabled by default, but it can be disabled.

Expand Down Expand Up @@ -68,18 +68,18 @@ After the step template has been installed, it will be available alongside the b

## Adding an updated version of a community step template

Sometimes updates are available for step templates. In this case, you will notice the step template has an option to update the step. If you select update, you will be taken to the community step details with the option to update the latest version of the step template. Community step templates can also be updated from the library as needed.
Sometimes updates are available for step templates. In this case, you will notice the step template has an option to update the step. If you select update, you will be taken to the community step details with the option to update the latest version of the step template. Community step templates can also be updated from the library as needed.

## Raising issues with a community step template

Issues can occur with community step templates, just as they can with built-in steps. That might be due to a deprecated technology or library used in a step, an untested scenario, or something as simple as a typo in a script.

If you run into any problems with a community step template, don't worry - [we are always here to help!](https://octopus.com/support)

Our community step templates live in our [Library repository](https://github.com/OctopusDeploy/Library) on GitHub. If you're familiar with GitHub, you can raise an [issue](https://github.com/OctopusDeploy/Library/issues), and a member of the Octopus team will triage the issue and work with you to get the issue resolved.
Our community step templates live in our [Library repository](https://github.com/OctopusDeploy/Library) on GitHub. If you're familiar with GitHub, you can raise an [issue](https://github.com/OctopusDeploy/Library/issues), and a member of the Octopus team will triage the issue and work with you to get the issue resolved.

In addition, as the code is open-source, you can also submit a [pull request](https://github.com/OctopusDeploy/Library/pulls) to fix an issue. We have [contributing guidelines](https://github.com/OctopusDeploy/Library/blob/master/.github/CONTRIBUTING.md) that we recommend reading before submitting a change.

## Security
## Security

Community step templates are created, updated, and fixed by the Octopus team and the Octopus community. The Octopus team reviews all contributions before they are added to the Octopus library so that the step template only does what the template is designed to do and nothing malicious.
Community step templates are created, updated, and fixed by the Octopus team and the Octopus community. The Octopus team reviews all contributions before they are added to the Octopus library so that the step template only does what the template is designed to do and nothing malicious.