[GH] Add paging to list of contributable projects
Test: N/A doc change only
This is an imported pull request from https://github.com/androidx/androidx/pull/63.
Resolves #63
Github-Pr-Head-Sha: 135b1386183e4a970066f23957ef001db42c3f81
GitOrigin-RevId: 0b8054b456f1fe7c97666ac058d5a564bff7f430
Change-Id: I41ece85ecaab827729dded33b6fc62696f98cc28
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7206f45..aabfdcb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,7 +8,10 @@
### What can you contribute to?
-You can start contributing to [Room](https://developer.android.com/topic/libraries/architecture/room) and [WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager) from GitHub!
+You can start contributing to any of the following library groups from GitHub:
+ - [Paging](https://developer.android.com/topic/libraries/architecture/paging)
+ - [Room](https://developer.android.com/topic/libraries/architecture/room)
+ - [WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager)
Our tooling currently supports **macOS and Linux**. This new setup is a **work-in-progress**, so it might have some rough edges. Please bear with us while we streamline this workflow.
@@ -36,6 +39,7 @@
```
androidx
+ -- paging
-- room
-- work
```