Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 4.02 KB

getting-started.md

File metadata and controls

69 lines (44 loc) · 4.02 KB

This guide covers how to start contributing to Sedna 😄

1. Familiarize Yourself With Contributing to Sedna

Setup GitHub Account

Sedna is developed on GitHub and will require an account for contribution.

Check The Kubernetes Contributor Guides

You may come back to this later, but we highly recommend reading these:

Read The Sedna Docs

These proposals cover framework and multi edge-cloud synergy capabilities of the project, which may be helpful to review before contributing.

Reaching Out

Issues are tracked on GitHub. Please check the issue tracker to see if there is any existing discussion or work related to your interests.

In particular, if you're just getting started, you may want to look for issues labeled good first issue or help wanted which are standard labels in the Kubernetes project. The help wanted label marks issues we're actively seeking help with while good first issue is additionally applied to a subset of issues we think will be particularly good for newcomers.

See Kubernetes help wanted for best practices.

If you're interested in working on any of these, leave a comment to let us know!

And please reach out in general for bugs, feature requests, and other issues! If you do not see anything, please file a new issue.

NOTE: Please file an enhancement / feature request issue to discuss features before filing a PR (ideally even before writing any code), we have a lot to consider with respect to our existing users and future support when accepting any new feature.

To streamline the process, please reach out and discuss the concept and design / approach ASAP so the maintainers and community can get involved early.

2. What's Next?

When done, you can also refer our recommended Git workflow and pull request best practices before submitting a pull request.