-
-
Notifications
You must be signed in to change notification settings - Fork 883
bpo-38101: Update devguide triaging keywords #570
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
f000f3e
8dd4e49
17de196
c1e8e26
019d68c
f8a290c
1e18e28
9dc3ea6
c636089
0aa33c9
4451c03
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -375,6 +375,18 @@ Various informational flags about the issue. Multiple values are possible. | |||||
| easy | Fixing the issue should not take longer than a day for | | ||||||
| | someone new to contributing to Python to solve. | | ||||||
+---------------+------------------------------------------------------------+ | ||||||
| easy (C) | Fixing the issue should not take longer than a day for | | ||||||
| | someone new contributing to Python, focused on C. | | ||||||
+---------------+------------------------------------------------------------+ | ||||||
| security_issue| The issue would fit as, or is related as a security issue. | | ||||||
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.
Suggested change
|
||||||
| | The main difference from "security" is that this is a | | ||||||
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. "security" is out of context here, so maybe write something "The main difference from the "secutiry" issue type is..." 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. Added both changes, I think also since there is no security keyword in the bug tracker, the main difference is that is a definite problem right? While the security type above it is more for reporting a possible issue. |
||||||
| | definite security problem that has to be dealt with. | | ||||||
+---------------+------------------------------------------------------------+ | ||||||
| PEP 3121 | The issue fit as, or is related to the PEP 3121 module | | ||||||
| | Which is the Extension Module Initialization and | | ||||||
| | Finalization, For More information: | | ||||||
| | https://www.python.org/dev/peps/pep-3121/ | | ||||||
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. The wording and capitalization here are a bit clumsy. My suggestion: "The issue is related to `PEP 3121`_: Extension Module Initialization and Finalization." (The above assumes adding the link for PEP 3121 below it.) 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 have made the requested changes; please review again |
||||||
+---------------+------------------------------------------------------------+ | ||||||
| newcomer | Issue suitable for newcomer/first time contributors. | | ||||||
| friendly | Not suitable for experienced contributors. Typically it is | | ||||||
| | straightforward, well-defined, low-risk, and optionally | | ||||||
|
Uh oh!
There was an error while loading. Please reload this page.