diff --git a/book/.all-contributorsrc b/book/.all-contributorsrc new file mode 100644 index 000000000..45f638b2d --- /dev/null +++ b/book/.all-contributorsrc @@ -0,0 +1,14 @@ +{ + "projectName": "MLSysBook - Textbook", + "projectOwner": "harvard-edge", + "repoType": "github", + "repoHost": "https://github.com", + "files": ["README.md"], + "imageSize": 80, + "commit": false, + "commitConvention": "angular", + "contributorsPerLine": 7, + "linkToUsage": false, + "skipCi": true, + "contributors": [] +} diff --git a/book/README.md b/book/README.md index 0b8a7ed4f..8d4d3c3bc 100644 --- a/book/README.md +++ b/book/README.md @@ -156,6 +156,26 @@ We welcome contributions! See [docs/CONTRIBUTING.md](docs/CONTRIBUTING.md) for g --- +## Contributors + +Thanks to these wonderful people who helped improve the book ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + +**Recognize a contributor:** Comment on any issue or PR: +``` +@all-contributors please add @username for doc, review, translation, or design +``` + +--- + ## License Book content is licensed under **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International** (CC BY-NC-SA 4.0). diff --git a/book/docs/CONTRIBUTING.md b/book/docs/CONTRIBUTING.md index 8222a24a0..b843b78b5 100644 --- a/book/docs/CONTRIBUTING.md +++ b/book/docs/CONTRIBUTING.md @@ -88,3 +88,32 @@ Opening an early PR is encouraged. This will allow us to provide feedback on you For a more detailed guide on the CS249r documentation process and peer review, check [here](https://docs.google.com/document/d/1izDoWwFLnV8XK2FYCl23_9KYL_7EQ5OWLo-PCNUGle0). + +## Contributor Recognition + +We use [All Contributors](https://allcontributors.org) to recognize everyone who helps improve the book. + +### How to Recognize a Contributor + +After merging a PR or resolving an issue, comment: + +``` +@all-contributors please add @username for TYPE +``` + +### Contribution Types + +| Type | Emoji | Use For | +|------|-------|---------| +| `doc` | ๐ | Wrote or improved content | +| `review` | ๐ | Reviewed chapters or PRs | +| `translation` | ๐ | Translated content | +| `design` | ๐จ | Created diagrams or figures | +| `bug` | ๐ | Found errors or typos | +| `ideas` | ๐ก | Suggested improvements | + +### Example + +``` +@all-contributors please add @contributor for doc, review +``` diff --git a/kits/.all-contributorsrc b/kits/.all-contributorsrc new file mode 100644 index 000000000..4d47483db --- /dev/null +++ b/kits/.all-contributorsrc @@ -0,0 +1,14 @@ +{ + "projectName": "MLSysBook - Hardware Kits", + "projectOwner": "harvard-edge", + "repoType": "github", + "repoHost": "https://github.com", + "files": ["README.md"], + "imageSize": 80, + "commit": false, + "commitConvention": "angular", + "contributorsPerLine": 7, + "linkToUsage": false, + "skipCi": true, + "contributors": [] +} diff --git a/kits/README.md b/kits/README.md index 5adb573d5..e013939a7 100644 --- a/kits/README.md +++ b/kits/README.md @@ -132,6 +132,26 @@ We welcome contributions to the hardware labs! To contribute: --- +## Contributors + +Thanks to these wonderful people who helped improve the hardware kits ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + +**Recognize a contributor:** Comment on any issue or PR: +``` +@all-contributors please add @username for tool, test, video, or doc +``` + +--- + ## Authors - **Marcelo Rovai** - Primary author diff --git a/labs/.all-contributorsrc b/labs/.all-contributorsrc new file mode 100644 index 000000000..f96500ff7 --- /dev/null +++ b/labs/.all-contributorsrc @@ -0,0 +1,14 @@ +{ + "projectName": "MLSysBook - Labs", + "projectOwner": "harvard-edge", + "repoType": "github", + "repoHost": "https://github.com", + "files": ["README.md"], + "imageSize": 80, + "commit": false, + "commitConvention": "angular", + "contributorsPerLine": 7, + "linkToUsage": false, + "skipCi": true, + "contributors": [] +} diff --git a/labs/README.md b/labs/README.md index bdba3d4f5..e1cef90f9 100644 --- a/labs/README.md +++ b/labs/README.md @@ -67,6 +67,26 @@ Labs are under active development. To be notified when they launch: --- +## Contributors + +Thanks to these wonderful people who helped build the labs ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + +**Recognize a contributor:** Comment on any issue or PR: +``` +@all-contributors please add @username for code, tutorial, test, or doc +``` + +--- +
Amir Alasady ๐ |
+