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
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -14,29 +14,29 @@ We welcome contributions and feedback! All contributors must sign our [Contribut
14
14
15
15
## Pull request acceptance criteria
16
16
17
-
***All code must have test coverage.**We use Open Cover. Changes in functionality should have accompanying unit tests. Bug fixes should have accompanying regression tests.
17
+
***All code must have test coverage.** Changes in functionality should have accompanying unit tests. Bug fixes should have accompanying regression tests.
18
18
* Tests are located in `OptimizelySDK.Tests` with one file per class.
19
19
20
20
## License
21
21
22
22
All contributions are under the CLA mentioned above. For this project, Optimizely uses the Apache 2.0 license, and so asks that by contributing your code, you agree to license your contribution under the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0). Your contributions should also include the following header:
23
23
24
24
```
25
-
/**
26
-
* Copyright YEAR, Optimizely, Inc. and contributors
27
-
*
28
-
* Licensed under the Apache License, Version 2.0 (the "License");
29
-
* you may not use this file except in compliance with the License.
30
-
* You may obtain a copy of the License at
31
-
*
32
-
* http://www.apache.org/licenses/LICENSE-2.0
33
-
*
34
-
* Unless required by applicable law or agreed to in writing, software
35
-
* distributed under the License is distributed on an "AS IS" BASIS,
36
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37
-
* See the License for the specific language governing permissions and
The YEAR above should be the year of the contribution. If work on the file has been done over multiple years, list each year in the section above. Example: Optimizely writes the file and releases it in 2014. No changes are made in 2015. Change made in 2016. YEAR should be �2014, 2016�.
0 commit comments