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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-33Lines changed: 4 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -27,50 +27,21 @@ Labels for issue categories:
27
27
28
28
-`bug`: Something isn't working / Issues in the code.
29
29
-`documentation`: Issues with the documentation (repo and website documentation).
30
-
-`enhancement`: New feature or enhancement requests.
30
+
-`feature-request`: New feature or enhancement requests.
31
31
32
32
Status of open issues:
33
33
34
34
-`(no label)`: The default status.
35
-
-`unconfirmed`: The issue needs to be confirmed as being a bug or future enhancement.
36
-
-`approved`: The issue is confirmed as being a bug to be fixed or enhancement to be developed.
37
-
-`author action`: The issue's creator needs to provide additional information.
38
35
-`contribution welcome`: The fix or enhancement is approved and you are invited to contribute to it.
39
36
40
-
Status of closed issues:
41
-
42
-
-`fixed`: A fix for the issue was provided.
43
-
-`duplicate`: The issue is also reported in a different ticket and is being managed there.
44
-
-`invalid`: The reported issue will not be addressed.
45
-
-`wontfix`: The issue will not be fixed.
46
-
47
37
## Contribute Code
48
38
49
39
You are welcome to contribute code to `ui5-webcomponents-react` in order to fix issues or to add new features.
50
40
51
-
There are two important things to consider:
52
-
53
-
1. You must be aware of the Apache License (which describes contributions) and **agree to the Contributors License Agreement**. This is common practice in all major Open Source projects. If you are an individual contributor, use _[CLA assistant](https://cla-assistant.io/)_. CLA assistant is an open source tool that integrates with GitHub and enables a one-click-experience for accepting the CLA. If you are contributing on behalf of a company, see the [Company Contributors](#company-contributors) section below for details.
54
-
2. You must follow **code style, and quality requirements**. You can find more information on the [coding guidelines](/docs/Guidelines.md).
55
-
56
-
### Contributor License Agreement
57
-
58
-
When you contribute (code, documentation, or anything else), you must be aware that your contribution is covered by the same [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0) that is applied to Fundamental-react itself.
59
-
In particular, you need to agree to the Individual Contributor License Agreement,
60
-
which can be [found here](https://gist.github.com/CLAassistant/bd1ea8ec8aa0357414e8).
61
-
(This applies to all contributors, including those contributing on behalf of a company). If you agree to its content, you simply have to click on the link posted by the CLA assistant as a comment to the pull request. Click it to check the CLA and, if you agree to it, accept it on the following screen. CLA assistant saves this decision for upcoming contributions and notifies you if there is any change to the CLA in the meantime.
62
-
63
-
### Company Contributors
64
-
65
-
If employees of a company contribute code, in addition to the individual agreement above, there needs to be one company agreement submitted. This is mainly for the protection of the contributing employees.
66
-
67
-
A company representative authorized to do so needs to download, fill, and print the [Corporate Contributor License Agreement](/docs/SAP%20Corporate%20Contributor%20License%20Agreement.pdf) form. Then either:
* Send it by traditional letter to: OSPO Core, Dietmar-Hopp-Allee 16, 69190 Walldorf, Germany
41
+
## Developer Certificate of Origin (DCO)
72
42
73
-
The form contains a list of employees who are authorized to contribute on behalf of your company. When this list changes, please let us know.
43
+
Due to legal reasons, contributors will be asked to accept a DCO before they submit the first pull request to this projects, this happens in an automated fashion during the submission process.
44
+
SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/).
0 commit comments