Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

41 lines (24 loc) · 1.65 KB

Contributing

Contributions are welcome!

Code of Conduct

Before contributing to this repository for the first time, please review our project's Code of Conduct.

Certificate of Origin

By contributing to this project you agree to the Developer Certificate of Origin (DCO). This document was created by the Linux Kernel community and is a simple statement that you, as a contributor, have the legal right to make the contribution. See the DCO file for details.

In order to show your agreement with the DCO you should include at the end of the commit message, the following line:

Signed-off-by: Firstname Lastname <[email protected]>

Once you set your user.name and user.email in your git config, you can sign your commit automatically with git commit -s.

Getting Started

Issues

  • Issues are tracked via the the devfile/api repo. Open or search for issues with the label area/landing-page.

  • If a related issue doesn't exist, you can open a new issue using a relevant issue form. You can tag issues with /area landing-page.

Pull Requests

When you think the code is ready for review, create a pull request and link the issue associated with it.

Owners of the repository will watch out for and review new PRs.

If comments have been given in a review, they have to be addressed before merging.

After addressing review comments, don’t forget to add a comment in the PR afterward, so everyone gets notified by Github and knows to re-review.