Open Issues Need Help
View All on GitHubAI Summary: Create three user personas for the GitCord project, detailing their roles, goals, pain points, technical skills, and how they would use GitCord. This will inform the Minimum Viable Product (MVP) development.
Manage your discord's channel and role structure and roles via Git
AI Summary: Debug and fix a bug in a Discord bot where changing a category name causes the bot to recreate the category instead of updating it. The bot uses a Git-based configuration system to manage Discord channels and roles. The bug manifests when using a `!createchannel` command.
Manage your discord's channel and role structure and roles via Git
AI Summary: Break down issue #13 into smaller, more manageable sub-issues to improve project organization and documentation for the GitCord project, a Discord bot managing server configurations via Git.
Manage your discord's channel and role structure and roles via Git
AI Summary: The task is to prevent the Discord bot from automatically syncing commands during the `on_ready` event or similar functions. This involves modifying the bot's code to avoid automatically registering commands upon startup, likely requiring a change in how commands are handled and potentially implementing a manual command registration or syncing mechanism triggered by a specific event or command.
Manage your discord's channel and role structure and roles via Git
AI Summary: Update the GitCord project's README.md file to include a dedicated "Project" section with a link to the GitHub Projects board, maintaining consistent formatting with the rest of the document.
Manage your discord's channel and role structure and roles via Git
AI Summary: Create a CONTRIBUTING.md file for the GitCord project, outlining how to open issues and pull requests, describing coding conventions, providing setup instructions if needed, and linking to relevant documentation.
Manage your discord's channel and role structure and roles via Git
AI Summary: The task is to address a potential security vulnerability (backtick overflow) in the GitCord Discord bot, specifically within the webfetch functionality used to retrieve content from URLs. This involves sanitizing the output of the `fetchurl` function to prevent malicious code injection. The bot is currently under development, and the vulnerability is in the planned 'POC Phase'.
Manage your discord's channel and role structure and roles via Git
AI Summary: Delete the file `REFACTORING_SUMMARY.md` from the GitCord project's repository.
Manage your discord's channel and role structure and roles via Git
AI Summary: Define the file format and structure for '.mdc' files, which will be used by a Discord bot to manage server configurations via Git. This involves specifying syntax, required/optional fields, naming conventions, and parsing constraints. The goal is to create a human-readable and easily parsable configuration format for managing Discord channels, roles, and categories.
Manage your discord's channel and role structure and roles via Git
AI Summary: Resolve Pylint linting errors in the GitCord Discord bot project to improve code quality and pass automated checks. This involves identifying and fixing issues flagged by Pylint, potentially adjusting the Pylint configuration if necessary, and ensuring the codebase meets a higher linting score threshold (above 9.5/10).
Manage your discord's channel and role structure and roles via Git
AI Summary: Update the GitCord project's README to clarify its relationship with the sister repository, gitcord-template, explaining that the bot pulls templates from it or its forks. This involves adding a section to the README detailing the template repository's purpose and how it interacts with the main GitCord bot.
Manage your discord's channel and role structure and roles via Git