# servo-starters **Repository Path**: mirrors_servo/servo-starters ## Basic Information - **Project Name**: servo-starters - **Description**: Servo Starters is a list of easy tasks that are good for beginners to rust or servo. - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Servo Starters This repo holds the source to a page which helps new contributors identify introductory Servo issues. If you have a problem with Servo itself, please [file a bug there](https://github.com/servo/servo/issues/new). ## Installing dependencies NPM is used to manage testing dependencies. `npm install` is required if you are going to run the tests. ## Running JS Hint To try and enforce good JS practice, please ensure that running `npm test` passes when making changes to the codebase. ## Contributing Servo Starters welcomes contribution from everyone. You can check out [Servo's Contributing Docs](https://github.com/servo/servo/blob/master/CONTRIBUTING.md) for details on creating a pull request to Servo or Servo Starters. We also follow the [Rust Code of Conduct](https://www.rust-lang.org/conduct.html). ## Communication Servo contributors frequent the [Servo room](https://chat.mozilla.org/#/room/#servo:mozilla.org) on [Mozilla Matrix](https://wiki.mozilla.org/Matrix). You can also join the [`dev-servo` mailing list](https://lists.mozilla.org/listinfo/dev-servo).