Skip to content

Commit a990444

Browse files
[FSSDK-8962] Update CONTRIBUTING.md
1 parent 81d467c commit a990444

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@ We welcome contributions and feedback! All contributors must sign our [Contribut
1414

1515
## Pull request acceptance criteria
1616

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.
1818
* Tests are located in `OptimizelySDK.Tests` with one file per class.
1919

2020
## License
2121

2222
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:
2323

2424
```
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
38-
* limitations under the License.
39-
*/
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+
/// https://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 *
38+
/// limitations under the License. *
39+
///**************************************************************************/
4040
```
4141

4242
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

Comments
 (0)