Open Issues Need Help
View All on GitHubAI Summary: This issue proposes creating a `CONTRIBUTING.md` file to serve as a comprehensive guide for new developers. It aims to streamline the contribution process by detailing development setup, workflow, architecture, testing, code style, and support resources. The goal is to enable new contributors to quickly get started and make their first pull request, making it an ideal 'good first issue'.
AI Summary: This issue aims to improve the onboarding experience for new contributors by adding a `devcontainer.json` file. This configuration will enable GitHub Codespaces, pre-install necessary Rust VS Code extensions, and set up the development environment with a `postCreateCommand` to build the project and forward relevant ports, making it easier to get started.