How do we handle issues on our GitHub repository#
We use GitHub issues to track bugs, requests and other important jobs. This document talks about our issues, labels, and templates.
Labels#
We have labels to identify what does the issue tries to do.
Our labels#
They specify what is the issue proposal.
Addition proposalAnnouncementansweredbugbugfixDeletion proposaldocumentation - ReadTheDocsdocumentationduplicateenhancementgood first issuehelp wantedinvalidMigration proposalModification proposalMust be discussedPlease triage thisquestionRelated to automationRelated to bots/appsRelated to deprecationRelated to GitHubRelated to manifest filesRelated to text_formatter.checkRelated to text_formatter.exceptionsRelated to text_formatter.justifyRelease trackerSecurity issueTrivial proposalUndefined proposalwontifxWrong project
Dependabot labels#
The Dependabot PRs have a dependencies label, and most of the times, one of these labels:
pythongithub_actions
Labels used by lock-threads#
This action ignores issues with a Do not lock this label. When it locks
something, it applies the label Outdated and locked.
Markdown templates#
We have created issue templates to ease the issue creation. The templates made for any users are:
Bug report: Create a report to help us improve
Feature request: Suggest an idea for this project
Security vulnerability issue: An issue about a security vulnerability
Note
In most of the cases, you don’t have to open issues with the Security vulnerability issue template.
Warning
We created the issue templates to make an easier diagnose of bug reports and feature requests. Please provide all the information requested that applies on your case.
If we see invalid issues, we’ll request for more information by using a no-response bot [1], but if you don’t give us
complete information, the bot will close the issue.
Warning
We have more issue templates, but they were made for the project maintainers (like release trackers and other things). If you are
not a maintainer of text_formatter, please don’t open that kind of issues. We’ll ignore those special issues if they were created
without permission.
Footnotes