Open Issues Need Help
View All on GitHubAI Summary: Add a "Back to Top" button to the project's README.md file to improve navigation due to its length.
A minimal terminal with AI capabilities.
AI Summary: The task requires debugging and fixing a tab completion issue in a Tauri-based terminal application. The autocomplete functionality currently displays options from the root directory instead of the current working directory. The solution involves modifying the code responsible for retrieving and displaying autocomplete suggestions to correctly reflect the current directory context.
A minimal terminal with AI capabilities.
AI Summary: Add a Code of Conduct file to the Term project repository to foster a welcoming and inclusive environment for contributors, aligning with GSSoC'25 guidelines and open-source best practices. This involves researching existing Codes of Conduct, selecting a suitable template, and adding it to the repository.
A minimal terminal with AI capabilities.
AI Summary: Create a GitHub issue template for the 'Term' project that guides users to search for existing issues before creating new ones and gathers relevant information to help resolve the issue efficiently.
A minimal terminal with AI capabilities.
AI Summary: The task involves debugging and fixing an API key validation issue in a Tauri-based terminal application. The current validation process incorrectly uses a resource-intensive OpenAI endpoint, causing valid keys to be rejected. The solution requires modifying the validation function to use a less demanding endpoint, ensuring accurate key verification.
A minimal terminal with AI capabilities.
AI Summary: The task involves setting up two GitHub Actions workflows: one for enforcing Conventional Commits using Commitlint and another for verifying Developer Certificate of Origin (DCO) signatures using the CNCF DCO action. This ensures consistent commit messages and signed-off commits for all pull requests. A `commitlint.config.js` file might also need to be created or updated.
A minimal terminal with AI capabilities.
AI Summary: Add an open-source license (e.g., MIT, Apache 2.0, GPLv3) to the Term project repository. This involves choosing a suitable license, downloading the license text, and adding it as a file (e.g., LICENSE or LICENSE.txt) to the project's root directory.
A minimal terminal with AI capabilities.
AI Summary: Follow the project's installation instructions on a different operating system (other than Arch Linux) to verify the accuracy and completeness of the README's setup guide. Update the README to reflect any necessary changes or clarifications for broader OS compatibility.
A minimal terminal with AI capabilities.