-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into refactor/fix-delete-icon-css
- Loading branch information
Showing
19 changed files
with
595 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
title: "[Feature]: " | ||
body: | ||
- type: textarea | ||
id: summary | ||
attributes: | ||
label: General Summary | ||
description: Please provide a general summary of the problem | ||
placeholder: e.g. "The main issue is that..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: change | ||
attributes: | ||
label: Suggested Change | ||
description: Provide details on the suggested change | ||
placeholder: e.g. "This new feature will allow users to update..." | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: breaking | ||
attributes: | ||
label: Is this Breaking? | ||
description: Explain the behavior expected in this case | ||
options: | ||
- "Yes" | ||
- "No" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: current_behavior | ||
attributes: | ||
label: Current Behavior | ||
description: Explain what the current behavior is | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: new_behavior | ||
attributes: | ||
label: New Behavior | ||
description: Propose what the new behavior would be | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Detailed Description | ||
description: Please provide a more detailed description | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
name: Bug Report | ||
description: Report a bug to improve Lens | ||
title: "[Bug]: " | ||
body: | ||
- type: textarea | ||
id: summary | ||
attributes: | ||
label: General Summary | ||
description: Please provide a general summary of the problem | ||
placeholder: e.g. "The main issue is that..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected Behavior | ||
description: Explain the behavior expected | ||
placeholder: e.g. "The feature should do a, then b when you click c." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: current | ||
attributes: | ||
label: Current Behavior | ||
description: Explain what the actual behavior is | ||
placeholder: e.g. "The feature actually does x, y and shows error z." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: possible_solution | ||
attributes: | ||
label: Possible Solution | ||
description: Suggest a possible fix for the bug | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Explain how to reproduce the problem | ||
placeholder: e.g. "1. The first step to reproduce this error is to access the members area..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Context (Environment) | ||
description: Provide context on the setting and environment | ||
placeholder: e.g. "This bug happened on a Windows 10 PC running the newest Google Chrome." | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Detailed Description | ||
description: Please provide a more detailed description | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: Vulnerability Report | ||
description: Report a potential software vulnerability | ||
title: "[Vulnerability]: " | ||
body: | ||
- type: textarea | ||
id: summary | ||
attributes: | ||
label: General Summary | ||
description: Please provide a general summary of the problem | ||
placeholder: e.g. "An unsafe deserialization vulnerability allows any unauthenticated user to execute arbitrary code on the server." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: component | ||
attributes: | ||
label: Effected Component(s) | ||
description: List the components effected by this vulnerability | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: impact | ||
attributes: | ||
label: Impact of Vulnerability | ||
description: Describe the scope of the vulnerability's impact | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: remediation | ||
attributes: | ||
label: Possible Remediation | ||
description: Propose a remediation suggestion if you have one. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Explain how to reproduce the problem | ||
placeholder: e.g. "1. The first step to reproduce this error is to access the members area..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Detailed Description | ||
description: Please provide a more detailed description | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### General Summary | ||
|
||
### Description | ||
<!--- Describe changes in detail --> | ||
|
||
### Related Issue | ||
<!--- Please link to the issue here: --> | ||
|
||
--- | ||
|
||
### Motivation and Context | ||
|
||
### How Has This Been Tested? | ||
<!--- Please describe in detail how you tested your changes. --> | ||
<!--- Include details of your testing environment, and the tests you ran to --> | ||
|
||
### Screenshots (if appropriate): | ||
|
||
--- | ||
|
||
<!--- Please check if the PR fulfills these requirements --> | ||
- [ ] The commit message follows guidelines | ||
- [ ] Tests for the changes have been added | ||
- [ ] Documentation has been added/ updated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.