Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions contributor_docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ These guides aren't exhaustive, and do not cover all the possible ways you can c
- [Contribution Guide](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CONTRIBUTING.md) - A place to get started!
- [Installation](installation.md) - A guide for setting up your development environment.
- [Development](development.md) - A guide for contributing code to the codebase.
- [Testing](./testing.md) - A guide for writing and running tests in the codebase.
- [Testing](testing.md) - A guide for writing and running tests in the codebase.
- [Preparing an Issue](preparing_an_issue.md) - Instructions for creating and navigating issues.
- [Preparing a Pull Request](preparing_a_pull_request.md) - Instructions for making a pull-request.
- [Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application.
- [Translations Guidelines](translations.md) - Guidelines for translating the p5.js editor.
- [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used.
- [Release](./release.md) - A guide to creating a production release.
- [Release](release.md) - A guide to creating a production release.
- [Typescript Migration](typescript_migration.md) - About the Typescript Migration project.
- [Public API](public_api.md) - The current Web Editor programmatic API for uploading sketches and working with files.
- [Proposed Public API](public_api_proposed.md) - Proposed API extensions and design notes for future endpoints.
- [Styling](styling.md) - UI styling guidelines and front-end design best practices.
- [S3 Configuration](s3_configuration.md) - Steps for setting up Amazon S3 and required environment variables.
- [GSoC Hinter and Refactoring Changes](GSOC_hinter_and_refactoring_changes.md) - Architecture overview for autocomplete hinter and refactoring systems built during GSoC 2025.
- [pr05 2025 Typescript Migration](pr05_2025_typescript_migration/index.md) - Project appendix and migration status for the 2025 incremental TypeScript migration.

## Documents to Create

Expand Down