Skip to content

Commit 03995a2

Browse files
authored
Merge pull request #592 from apple/pr-test-coverage
[WIP] Update status document with test coverage information
2 parents b98f8d6 + d9fe4d2 commit 03995a2

File tree

3 files changed

+257
-85
lines changed

3 files changed

+257
-85
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Contributions to Foundation are welcome! This project follows the [contribution guidelines for the Swift project](https://swift.org/contributing/#contributing-code). A few additional details are outlined below.
3+
Contributions to Foundation are welcome! This project follows the [contribution guidelines for the Swift project](https://swift.org/contributing/#contributing-code). If you are interested in contributing, please consult with our [status page](Docs/Status.md) to see what work remains to be done. A few additional details are outlined below.
44

55
## Licensing
66

@@ -36,6 +36,9 @@ All pull requests which contain code changes should come with a new set of autom
3636

3737
Most of the methods in Foundation are lacking documentation. We appreciate your help in filling out documentation when you implement a method. Use the markdown syntax in the [Swift Naming Guidelines](https://swift.org/documentation/api-design-guidelines.html#write-doc-comment).
3838

39+
##### Implementation Status
40+
We are currently keeping track of the implementation status and test coverage status of our public classes on our [status page](Docs/Status.md). If you make changes to our public interfaces, please take care to update the corresponding entries in that document.
41+
3942
## API Changes
4043

4144
The interface of Foundation is intended to be both stable and cross-platform. This means that when API is added to Foundation, it is effectively permanent.

0 commit comments

Comments
 (0)