Manage your discord's channel and role structure and roles via Git

11 Open Issues Need Help Last updated: Jul 5, 2025

Open Issues Need Help

View All on GitHub
👤 Write User Personas about 2 months ago

AI 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.

Complexity: 2/5
documentation enhancement help wanted good first issue

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.

Complexity: 4/5
bug help wanted

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.

Complexity: 2/5
good first issue

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.

Complexity: 4/5
help wanted High Priority

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.

Complexity: 1/5
documentation good first issue

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.

Complexity: 2/5
documentation good first issue

Manage your discord's channel and role structure and roles via Git

vuln: Backtick Overflow about 2 months ago

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'.

Complexity: 4/5
bug help wanted High Priority Vuln

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.

Complexity: 1/5
documentation good first issue Low Priority

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.

Complexity: 4/5
enhancement help wanted Low Priority

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).

Complexity: 3/5
bug help wanted good first issue

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.

Complexity: 2/5
documentation enhancement good first issue

Manage your discord's channel and role structure and roles via Git