Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork872
Update triage page with tables#339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
21dabaa
b0697b6
1d2b651
bbf39d8
a96ed8a
bd16b7a
42f74ec
efec7c8
77afdbe
fc63ad9
577c560
afacd4e
0a23131
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -29,7 +29,8 @@ A brief description of the issue. Review whether the title is too generic or | ||
specifies an incorrect term or library. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. I mentioned this in my other comment, but mentioning it here too. This may need to be a new issue for further discussion. I think it would be helpful for the title to begin with the module that the issue is for. A large portion of the tickets have this now, but not all of them. It makes search (and sorting) easier to find tickets related to a module. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Let's recommend that folks do as you suggest. Do you have a format that has worked well? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Thanks for asking! :-) Well, for IDLE, we use There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. @csabella Added below and in the checklist. | ||
Adding a prefix at the start of the title to indicate the module, such as | ||
IDLE, doc, or asycio, for example, are optional, but can be helpful to | ||
others. | ||
Type | ||
'''' | ||
@@ -81,20 +82,20 @@ will be needed. | ||
| | bug reporter should post a script, instructions, or | | ||
| | example to help someone test or reproduce the issue. | | ||
+---------------+----------------------------------------------------------+ | ||
| needs patch | A patch or pull request is needed to solve the problem | | ||
| | (i.e. fixing the bug or adding the requested | | ||
| | improvement). | | ||
+---------------+----------------------------------------------------------+ | ||
| patch review | A patch or pull request exists, but it needs review. | | ||
| | Any triager or core developer may do the review. | | ||
+---------------+----------------------------------------------------------+ | ||
| commit review | A triager performed a patch review and it looks good. | | ||
| | This signals to core developers the patchor pull | | ||
| |request needs aquick once-over to make sure nothing was | | ||
| |overlookedbefore committingit. | | ||
+---------------+----------------------------------------------------------+ | ||
| resolved | The issue is considered closed and addressed (i.e. patch | | ||
| | orpull request committed; expected behavior). | | ||
+---------------+----------------------------------------------------------+ | ||
Components | ||
@@ -214,9 +215,10 @@ Various informational flags about the issue. Multiple values are possible. | ||
+---------------+------------------------------------------------------------+ | ||
| gsoc | The issue would fit as, or is related to, a GSoC_ project. | | ||
+---------------+------------------------------------------------------------+ | ||
| needs review | The patch or pull request attached to the issue is in need | | ||
| | of a review. | | ||
+---------------+------------------------------------------------------------+ | ||
| patch | There is a patchor pull requestattached to the issue. | | ||
+---------------+------------------------------------------------------------+ | ||
| 3.3regression | The issue is a regression in 3.3. | | ||
+---------------+------------------------------------------------------------+ | ||