-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add a config for the issue template chooser #7630
Add a config for the issue template chooser #7630
Conversation
Here's a few demos of how this can look in the UI: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked on a separate repository and these end up appended to the current set of configured issue templates, which is good. 👍
.github/ISSUE_TEMPLATE/config.yml
Outdated
url: https://discuss.python.org/c/packaging | ||
about: Please ask typical Q&A here. | ||
- name: 🔐 Security Policy | ||
url: https://pypi.org/security/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think the guidance for reporting PyPI/Warehouse security issues will be the same as for pip, at least because we haven't OK'd using that email distribution list for pip.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I probably copy-pasted this when merging things from a few other configs that I contributed in different projects... So this should be removed for now.
But for the future, it'd be a good idea to formalize some security issues reporting guide and put it @ https://github.com/pypa/pip/security/policy and probably re-add this section here, plus docs. In a separate PR/discussion, of course.
cc @pradyunsg ^
06a3c43
to
ea17da2
Compare
Also, I've posted references to a few other repos where I contributed similar configs in the comments above. So people don't really have to "deploy" the thing in forks to see how it works :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you. :)
Me likey. :) |
This introduces a basic config for https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser. Can be adjusted later as per project needs.