forked from webiny/webiny-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added the issue templates and security policy to report vulnera…
…bility (webiny#1867)
- Loading branch information
1 parent
8522e2c
commit b2cc547
Showing
4 changed files
with
65 additions
and
36 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,38 @@ | ||
name: "\U0001F41B Bug report" | ||
description: Create a report to help us improve | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for reporting an issue. | ||
Please fill in as much of the form below as you're able. | ||
- type: input | ||
attributes: | ||
label: Version | ||
description: Output of `yarn webiny --version` | ||
- type: input | ||
attributes: | ||
label: Operating System | ||
- type: input | ||
attributes: | ||
label: Browser | ||
- type: textarea | ||
attributes: | ||
label: What steps will reproduce the bug? | ||
description: Enter details about your bug. | ||
- type: textarea | ||
attributes: | ||
label: What is the expected behavior? | ||
description: If possible please provide textual output and/or screenshots. | ||
- type: textarea | ||
attributes: | ||
label: What do you see instead? | ||
description: If possible please provide textual output and/or screenshots. | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: Tell us anything else you think we should know. | ||
- type: textarea | ||
attributes: | ||
label: Possible solution | ||
description: If you would like to suggest a fix/reason for the bug, please let us know. |
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,20 @@ | ||
name: "\U0001F680 Feature request" | ||
description: Suggest an idea for the project | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for suggesting an idea to make Webiny better. | ||
Please fill in as much of the template below as you're able. | ||
- type: textarea | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: Please describe the problem you are trying to solve. | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like. | ||
description: Please describe the desired behaviour. | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered. | ||
description: Please describe alternative solutions or features you have considered. |
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,7 @@ | ||
# Security Policy | ||
|
||
## Reporting a Vulnerability | ||
|
||
Please report the vulnerability on the private security mailing list [email protected]. | ||
|
||
**⚠️ Please do not report security vulnerabilities through public GitHub issues.** |
This file was deleted.
Oops, something went wrong.