You can create issues in your repository to plan, discuss, and track work. Issues are quick to create, flexible, and can be used in many ways. Issues can track bug reports, new features and ideas, and anything else you need to write down or discuss with your team, and you can use projects to plan and track the work for your team. You can also break your work down further by adding sub-issues and easily browse the full hierarchy of work to be done.
Issues can be created in a variety of ways, so you can choose the most convenient method for your workflow. For example, you can create an issue from a repository, while adding sub-issues, convert a comment in an issue or pull request, create an issue from a specific line of code, or via a URL query. You can also create an issue from your platform of choice: through the web UI, GitHub Desktop, GitHub CLI, GraphQL and REST APIs, or GitHub Mobile. See Création d’un problème.
Conseil
You can also use Copilot Chat to generate ideas, outlines, or drafts for discussions or blog posts, based on your issues. See Écriture de discussions ou de billets de blog.
About sub-issues
Vous pouvez ajouter des sous-problèmes pour diviser rapidement les plus gros éléments de travail en tâches. Les sous-problèmes ajoutent une prise en charge des hiérarchies des problèmes sur GitHub en créant des relations entre vos problèmes. Vous pouvez créer plusieurs niveaux de sous-problèmes qui représentent précisément votre projet en décomposant les tâches en quantité exacte de détails dont vous et votre équipe avez besoin. See Ajout de sous-problèmes and Parcourir les sous-problèmes.
About issue dependencies
You can define blocking relationships between issues using issue dependencies. Issue dependencies let you identify issues that are blocked by, or blocking, other work. See Creating issue dependencies.
Metadata on issues
You can add metadata to your issues, including issue types, labels and milestones to organize your issues.
See Managing issue types in an organization, Gestion des étiquettes and À propos des jalons.
About integration with GitHub
Issues integrate with your work all across GitHub. Mentioning an issue in another issue or pull request will create references between them and using keywords, like fixes:
, in your pull requests will automatically close the associated issues. See Relier une demande de tirage à un problème.
Using Projets to plan and track your work
Projets is strongly integrated with issues to plan and track the work for your team. All your issue metadata is available in your projects, allowing you to create views and filters to represent your work. See À propos des Projects.
Staying up to date
To stay updated on the most recent comments in an issue, you can subscribe to an issue to receive notifications about the latest comments. To quickly find links to recently updated issues you're subscribed to, visit your dashboard. For more information, see À propos des notifications and Démarrage rapide pour votre tableau de bord personnel.
You can assign yourself and teammates to issues to make it clear who is working on an issue and also make it easier for you to locate your issues. See Affectation de problèmes et demandes de tirage à d’autres utilisateurs GitHub and Affichage de tous les problèmes et demandes de tirage.
Community management
To help contributors open meaningful issues that provide the information that you need, you can use issue forms and issue templates. See Utilisation de modèles pour encourager les problèmes et demandes de tirage utiles.
To maintain a healthy community, you can report comments that violate GitHub's Community Guidelines. See Signalement d’abus ou de courrier indésirable.
Efficient communication
You can @mention collaborators who have access to your repository in an issue to draw their attention to a comment. To link related issues in the same repository, you can type #
followed by part of the issue title and then clicking the issue that you want to link. To communicate responsibility, you can assign issues. If you find yourself frequently typing the same comment, you can use saved replies.
See Syntaxe de base pour l’écriture et la mise en forme and Affectation de problèmes et demandes de tirage à d’autres utilisateurs GitHub.
Comparing issues and discussions
Some conversations are more suitable for GitHub Discussions. Vous pouvez utiliser GitHub Discussions pour poser des questions et y répondre, partager des informations, faire des annonces et participer à des conversations sur un projet. Pour plus d’informations, consultez « À propos des discussions ». For guidance on when to use an issue or a discussion, see Communication sur GitHub.
When a conversation in an issue is better suited for a discussion, you can convert the issue to a discussion.
Next steps
Here are some helpful resources for taking your next steps with GitHub Issues:
- To learn about getting started using issues, see Quickstart for GitHub Issues.
- To learn about the essentials for using GitHub's planning and tracking tools, see Planning and tracking work for your team or project.
- To learn more about how projects can help you with planning and tracking, see Découvrir Projects.