Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Camunda Community Hub Pull Request Template
about: Use this template when opening a new pull request in a Camunda Community extension
repository.
about: Use this template when opening a new pull request in a Camunda Community extension repository.
title: ''
labels: ''
assignees: ''
Expand Down Expand Up @@ -36,9 +35,9 @@ assignees: ''
- [ ] My code adheres to the syntax used by this extension.
- [ ] My pull request requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the **Camunda Community Hub** documentation
- [ ] I have read the **Pull Request Process** documentation
- [ ] I have read the **Camunda Community Hub** documentation.
- [ ] I have read the **Pull Request Process** documentation.
- [ ] I have added or suggested tests to cover my changes suggested in this pull request.
- [ ] All new and existing CI/CD tests passed.
- [ ] I will /assign myself this issue, and add the relevant [issue labels] to it if they are not automatically generated by Probot.
- [ ] I will tag @camunda-community-hub/devrel in a new comment on this issue if 30 days have passed since my pull request was opened and I have not received a response from the extension's Maintainer
- [ ] I will tag @camunda-community-hub/devrel in a new comment on this issue if 30 days have passed since my pull request was opened and I have not received a response from the extension's maintainer.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ assignees: ''
<!-- Add a description of your extension's required dependencies here. -->

### Issues/Challenges
<!-- Add a description of any issues/challenges that those using your extension might face here. If you don't feel there are any, you can write, 'None,' here. -->
<!-- Add a description of any issues/challenges that those using your extension might face here. If you don't feel there are any, you can write 'None' here. -->

### Extension lifecycle
<!-- Add a description of where your extension falls in the Camunda Community Hub extension lifecycle here. Don't forget to add the applicable lifecycle/ label in a new comment on this issue! Note that if your extension is brand new, the label to apply to it should always be proof-of-concept. -->
Expand Down
11 changes: 10 additions & 1 deletion CONTRIBUTING.MD
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
## Contributing
# Contributing

Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.

Please note that this project is released with a [Contributor Code of Conduct](https://github.com/camunda-community-hub/community/blob/main/CODE_OF_CONDUCT.MD). By participating in this project you agree to abide by its terms.
- [Issues and PRs](#issues-and-prs)
- [Submitting a pull request](#submitting-a-pull-request)
- [Non-Code Camunda community extension contributions](#non-code-camunda-community-extension-contributions)
- [Event-Based community roles](#event-based-community-roles)
- [Community education and onboarding](#community-education-and-onboarding)
- [Issue triage](#issue-triage)
- [Post-Code specific contributions](#post-code-specific-contributions)
- [Help project maintainers write release notes for their extension](#help-project-maintainers-write-release-notes-for-their-extension)
- [Resources](#resources)

## Issues and PRs

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Welcome to the Camunda Community Hub Repository Template!

## A project to empower our open source community extension maintainers, and encourage new contributors to get started contributing to the Camunda open source ecosystem.
The Camunda Community Hub is a project to empower our open source community extension maintainers, and encourage new contributors to get started contributing to the Camunda open source ecosystem.

If you are building a new Camunda Community extension, please follow the instructions detailed in our [Community Repository](https://github.com/camunda-community-hub/community). Once those steps had been completed, please feel free to make use of this repository to build your new extension from!

Expand Down