3 Open Issues Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Configure environment variables for running Lighthouse performance tests, ensuring secrets are not committed to version control and documenting the setup process. This involves creating `.env.lighthouse` and `.env.lighthouse.example` files, updating test scripts to use these configurations, and adding usage instructions to the project's documentation.

Complexity: 3/5
enhancement good first issue github_actions

TypeScript

AI Summary: Configure environment variables for a project's test suite. This involves creating `.env.test` and `.env.test.example` files, updating test scripts to use these configurations, and documenting the setup process. The goal is to enable successful local and CI test runs without committing sensitive information.

Complexity: 3/5
bug good first issue

TypeScript

AI Summary: Set up a Continuous Integration (CI) pipeline using GitHub Actions for a portfolio website project. This involves creating a workflow file to automate building, testing (including linting), and providing clear feedback on build status via badges in the README. Future expansion to include deployment and code coverage is suggested.

Complexity: 3/5
enhancement good first issue

TypeScript