Open Issues Need Help
View All on GitHub Configurando o ambiente de desenvolvimento about 2 hours ago
AI Summary: This issue outlines the initial setup for a new Python development environment and package. It involves organizing the package's folder structure, adding necessary meta files like `pyproject.toml` and `README`, and configuring the package to be installable via pip. The VSCode setup has already been completed.
Complexity:
2/5
good first issue
Configurar projeto para testes about 2 hours ago
AI Summary: This GitHub issue outlines the foundational setup for integrating testing into a project. It involves organizing test directories, configuring the pytest framework, setting up a test runner, and integrating the testing process into the Continuous Integration (CI) pipeline.
Complexity:
3/5
good first issue