Before you begin:
- Have you read the code of conduct?
- Check out the existing issues
- Browse the developer-guide for tips on environment setup, running the tests, and running Unleash-Edge from source.
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 we need more information in order to look into issue we'll respond on the issue and also and mark the issue as more-information-needed
. Please note that we have an active bot monitoring our open issues that will close issues marked as more-information-needed
if we haven't received a response within 14 days. If this happens, please don't hesitate to reopen the issue with more information.
Fork using GitHub Desktop:
- Getting started with GitHub Desktop will guide you through setting up Desktop.
- Once Desktop is set up, you can use it to fork the repo!
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:
- Fork, edit, and preview using GitHub Codespaces without having to install and run the project locally.
Follow the steps in the "how to run the project" section to get the project running locally.
Make your changes to the file(s) you'd like to update. You'll need Rust 1.66.1 run unleash-edge locally. See more details
When you're done making changes and you'd like to propose them for review by opening a pull request.
- 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 7 days. If you feel this was in error, please reach out to us or reopen the issue with more information.
Congratulations! The whole Unleash community thanks you. ✨
Once your PR is merged, you will be proudly listed as a contributor in the contributor chart.
Install the required prerequisites and then follow the steps below.
You'll need:
See our development-guide