docs: Add security comment to ISSUE_TEMPLATE#2167
Conversation
|
|
||
| ### Problem: | ||
|
|
||
| A short description of what the problem is and why we need to fix it. Add reproduction steps if necessary. |
There was a problem hiding this comment.
While you're updating this, could you also add newlines after each section? It's annoying to replace the text when the next title is on the next line.
Codecov Report
@@ Coverage Diff @@
## master #2167 +/- ##
==========================================
- Coverage 81.09% 81.07% -0.03%
==========================================
Files 248 248
Lines 18497 18505 +8
==========================================
+ Hits 15001 15003 +2
- Misses 3496 3502 +6 |
- Update to newer GitHub template format.
1829f01 to
a09edbc
Compare
| name: S2N Issue | ||
| about: Template | ||
| title: '' | ||
| labels: '' | ||
| assignees: '' |
There was a problem hiding this comment.
Are these values required? For assignees the github UI allows us to add with the drop-down options. This would be a duplication in that respect.
There was a problem hiding this comment.
These allow us to pre-populate the Template, and with GitHub's new template system, we could have one template for bugs that has a pre-populated title [BUG] and a feature request template that has title: '[FEATURE]', as an example.
There was a problem hiding this comment.
Nice add-on! We could probably track a list of keywords like [BUG], [FEATURE] that would trigger our alarms :)
|
Looks like you would have to rebase your PR to obtain the latest fix for sidetrail #2170. |
Duplicate of #2167 - GitHub wants these changes via the UI
Duplicate of #2167 - GitHub wants these changes via the UI
Resolved issues:
Internal
Description of changes:
Copy the security reporting wording from the README to the issue template.
Also, Update to newer GitHub template format.
Call-outs:
There is the option of creating distinct issue templates for Bugs vs Features, for now, just went with Custom to reduce confusion and duplication.
Testing:
Added to my fork.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.