|
1 | 1 | # Contributor Documentation |
| 2 | + |
2 | 3 | This folder contains guides for contributing to the p5.js Web Editor. You don't need to know everything to get started—explore at your own pace! To begin, we highly recommend starting with the [Contribution Guide](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CONTRIBUTING.md)! |
3 | 4 |
|
4 | 5 | These guides aren't exhaustive, and do not cover all the possible ways you can contribute to a project. If you have an idea for how you'd like to help and don't see a guide for it here, you're welcome to add it to the "Documents to Create" list below by opening an issue! |
5 | 6 |
|
6 | | - |
7 | 7 | ## List of Documents |
8 | | -* [Contribution Guide](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CONTRIBUTING.md) - A place to get started! |
9 | | -* [Installation](installation.md) - A guide for setting up your development environment. |
10 | | -* [Development](development.md) - A guide for contributing code to the codebase. |
11 | | -* [Testing](./testing.md) - A guide for writing and running tests in the codebase. |
12 | | -* [Preparing an Issue](preparing_an_issue.md) - Instructions for creating and navigating issues. |
13 | | -* [Preparing a Pull Request](preparing_a_pull_request.md) - Instructions for making a pull-request. |
14 | | -* [Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application. |
15 | | -* [Translations Guidelines](translations.md) - Guidelines for translating the p5.js editor. |
16 | | -* [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used. |
17 | | -* [Release](./release.md) - A guide to creating a production release. |
18 | | -* [Typescript Migration](./typescript_migration.md) - About the Typescript Migration project. |
19 | 8 |
|
| 9 | +- [Contribution Guide](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CONTRIBUTING.md) - A place to get started! |
| 10 | +- [Installation](installation.md) - A guide for setting up your development environment. |
| 11 | +- [Development](development.md) - A guide for contributing code to the codebase. |
| 12 | +- [Testing](./testing.md) - A guide for writing and running tests in the codebase. |
| 13 | +- [Preparing an Issue](preparing_an_issue.md) - Instructions for creating and navigating issues. |
| 14 | +- [Preparing a Pull Request](preparing_a_pull_request.md) - Instructions for making a pull-request. |
| 15 | +- [Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application. |
| 16 | +- [Translations Guidelines](translations.md) - Guidelines for translating the p5.js editor. |
| 17 | +- [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used. |
| 18 | +- [Release](./release.md) - A guide to creating a production release. |
| 19 | +- [Typescript Migration](typescript_migration.md) - About the Typescript Migration project. |
20 | 20 |
|
21 | 21 | ## Documents to Create |
22 | | -* Software Design Principles - reference [p5.js software design principles](https://github.com/processing/p5.js/blob/eb61f7a260531d17930de3c987949558ce242d35/contributor_docs/contributor_guidelines.md#software-design-principles) |
23 | | -* File Structure - An explanation of the file structure of this application. |
| 22 | + |
| 23 | +- Software Design Principles - reference [p5.js software design principles](https://github.com/processing/p5.js/blob/eb61f7a260531d17930de3c987949558ce242d35/contributor_docs/contributor_guidelines.md#software-design-principles) |
| 24 | +- File Structure - An explanation of the file structure of this application. |
0 commit comments