Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 2.71 KB

CONTRIBUTING.md

File metadata and controls

46 lines (26 loc) · 2.71 KB

Contributing to Unleash's Helm charts

Getting started

Before you begin:

Don't see your issue? Open one

If you spot something new, open an issue. We'll use the issue to have a conversation about the problem you want to fix. If the issue goes without any activity for a while, it will be marked as 'stale' by a bot. If that happens, please don't hesitate to reopen it if it still needs to be addressed.

Ready to make a change? Fork the repo

Fork using GitHub Desktop:

Fork using the command line:

  • Fork the repo so that you can make your changes without affecting the original project until you're ready to merge them.

Fork with GitHub Codespaces:

Make your update:

Make your changes to the file(s) you'd like to update.

Open a pull request

When you're done making changes and you'd like to propose them for review by opening a pull request.

Submit your PR & get it reviewed

  • Once you submit your PR, others from the Unleash community will review it with you. The first thing you're going to want to do is a self review.
  • After that, we may have questions, check back on your PR to keep up with the conversation.
  • Did you have an issue, like a merge conflict? Check out GitHub's git tutorial on how to resolve merge conflicts and other issues.
  • We do have bots monitoring our open PRs, which will mark PRs as stale if they haven't had any activity within 30 days and close stale issues without activity after another amount days. If you feel this was in error, please reach out to us or reopen the issue with more information.

Your PR is merged!

Congratulations! The whole Unleash community thanks you. ✨