Open Issues Need Help
View All on GitHubAI Summary: This issue requests an update to the `README.md` file. The update should include essential sections such as the project title, description, installation instructions, technologies used, author/contact information, and acknowledgements.
AI Summary: This issue serves as a parent task to establish four documentation files within the project. The specific content and implementation details for each of these documentation pieces are delegated to and tracked in the four separately linked GitHub issues (#3, #4, #5, #6).
AI Summary: This issue proposes setting up Continuous Deployment (CD) for a Discord bot. The goal is to automatically deploy a new version of the bot whenever a Git tag is created. This involves creating a GitHub Actions workflow file to trigger the deployment, download the code, install dependencies, and then send/restart the bot.
AI Summary: This issue proposes the implementation of Continuous Integration (CI) for the project. It involves setting up a `.yml` file in `.github/workflows/` to automate code checks, including Python installation, dependency installation, code linting, and unit tests, upon every code modification.
AI Summary: This issue requests the creation of the complete directory structure for the repository. It outlines the expected folders and files, including configuration, source code, tests, documentation, and licensing.
AI Summary: This issue proposes the implementation of a comprehensive CI/CD integration to automate various development workflows. Key areas include quality rules, automatic issue management, changelog consistency, branch conventions, and mandatory file checks.
AI Summary: This issue requests the creation of a "CONTRIBUTING.md" file for the project. The file should outline how to contribute, including project overview, necessary tools, setup instructions, contribution workflow, style guides, and how to report bugs or seek help. An example structure is provided.
AI Summary: This issue requests the creation of a LICENSE file for the project. The file should specify the licensing terms, such as MIT, GPL, or 'All rights reserved'. For now, the instruction is to leave the file empty.
AI Summary: This issue requests the creation of a CHANGELOG.md file for the project. It outlines specific guidelines for structuring the changelog, including sections for each release, grouping similar changes, and linking versions. It also defines categories for different types of changes like 'Added', 'Changed', 'Fixed', and provides a clear example of the desired format.