-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Drop redundant items from issue template types #4551
Changes from all commits
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 |
---|---|---|
@@ -1,29 +1,12 @@ | ||
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser | ||
blank_issues_enabled: false # default: true | ||
contact_links: | ||
- name: 🔐 Security bug report 🔥 | ||
url: https://github.com/aio-libs/.github/security/policy | ||
about: | | ||
Please learn how to report security vulnerabilities here. | ||
|
||
For all security related bugs, send an email | ||
instead of using this issue tracker and you | ||
will receive a prompt response. | ||
|
||
For more information, see | ||
https://github.com/aio-libs/.github/security/policy | ||
- name: 🤷💻🤦 StackOverflow | ||
url: https://stackoverflow.com/questions/tagged/aiohttp | ||
about: Please ask typical Q&A here | ||
- name: 💬 Gitter Chat | ||
url: https://gitter.im/aio-libs/Lobby | ||
about: Chat with devs and community | ||
- name: 💬 Discourse | ||
url: https://aio-libs.discourse.group/ | ||
about: Please start usage discussions here | ||
- name: 💬 Mailing list | ||
url: https://groups.google.com/forum/#!forum/aio-libs | ||
about: Usage Q&A | ||
- name: 📝 Code of Conduct | ||
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. This one is an important reminder, being visible like this it calms down people who are about to make angry postings... Also, it's important for community health because when there's a CoC in a visible place, it encourages people to consider contributing. 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. Put the reference in README then. 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 problem is that people would want to file an issue about these. And we could intercept these attempts right there, when they click "New issue" they'll see that they shouldn't do this. Do you honestly think that everyone reads the docs? We both know that many people use issues tracker instead of google... 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. If people want they just file the issue using the first available template, we both know 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. Okay, do as you will |
||
url: https://github.com/aio-libs/.github/blob/master/CODE_OF_CONDUCT.md | ||
about: ❤ Be nice to other members of the community. ☮ Behave. | ||
- name: 💬 Gitter Chat | ||
url: https://gitter.im/aio-libs/Lobby | ||
about: Chat with devs and community |
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'd probably keep this because it emphasizes that people shouldn't be posting vulnerabilities in public
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.
Please open https://github.com/aio-libs/aiohttp/issues/new/choose
The third and fourth items point to the same link.
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.
Yes, unfortunately the first one is less visible so I tend to emphasize what to do with a bigger box.