You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before contributing to this repository for the first time, please review our project's [Code of Conduct](https://github.com/devfile/api/blob/main/CODE_OF_CONDUCT.md).
8
+
9
+
## Certificate of Origin
10
+
11
+
By contributing to this project you agree to the Developer Certificate of
12
+
Origin (DCO). This document was created by the Linux Kernel community and is a
13
+
simple statement that you, as a contributor, have the legal right to make the
14
+
contribution. See the [DCO](DCO) file for details.
15
+
16
+
In order to show your agreement with the DCO you should include at the end of the commit message,
Once you set your user.name and user.email in your git config, you can sign your commit automatically with `git commit -s`.
24
+
25
+
## Getting Started
26
+
27
+
### Issues
28
+
29
+
- Issues are tracked via the the [devfile/api](https://github.com/devfile/api) repo. Open or search for [issues](https://github.com/devfile/api/issues) with the label `area/landing-page`.
30
+
31
+
- If a related issue doesn't exist, you can open a new issue using a relevant [issue form](https://github.com/devfile/api/issues/new/choose). You can tag issues with `/area landing-page`.
32
+
33
+
### Pull Requests
34
+
35
+
When you think the code is ready for review, create a pull request and link the issue associated with it.
36
+
37
+
Owners of the repository will watch out for and review new PRs.
38
+
39
+
If comments have been given in a review, they have to be addressed before merging.
40
+
41
+
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.
0 commit comments