Open Issues Need Help
View All on GitHub Implement an Optional Educational Mode about 1 month ago
AI Summary: Implement an optional "Educational Mode" for the StackCode CLI. This mode will print explanatory messages alongside each action, detailing the best practices involved. This requires adding a global flag (e.g., `--educate` or `--verbose`) and incorporating explanatory text within the existing command functions.
Complexity:
3/5
enhancement good first issue feature
Improve and Expand Project Documentation about 1 month ago
AI Summary: Improve and expand the documentation for the StackCode project, including the README.md and CONTRIBUTING.md files, adding detailed examples, clarifying core concepts, and detailing the project's structure and workflow. This also involves reviewing existing docstrings and code comments for clarity and accuracy.
Complexity:
3/5
documentation enhancement good first issue