Thank you for your interest in contributing to the Devfile Web! We welcome your additions to this project.
Before contributing to this repository for the first time, please review our project's Code of Conduct.
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@email.com>
Once you set your user.name and user.email in your git config, you can sign your commit automatically with git commit -s
.
-
If you spot a problem with the landing page, search if an issue already exists.
-
If you spot a problem with the registry viewer, search if an issue already exists.
If a related issue doesn't exist, you can open a new issue using the issue form. You can tag landing page
related issues with the /area landing-page
and registry viewer
with the area/registry-viewer
text in your issue.
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 new PRs and provide reviews to them.
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 with the reviewer mentioned afterward, so they get notified by Github to provide a re-review.
- There is a known issue with Apple Silicon (arm64) architectures that may cause the
build_viewer.sh
script to fail. If this issue occurs first runexport PLATFORM_EV=linux/arm64
.
If you have any questions, please visit us the #devfile
channel under the Kubernetes Slack workspace.