Skip to content

Commit

Permalink
feat: Added the issue templates and security policy to report vulnera…
Browse files Browse the repository at this point in the history
…bility (webiny#1867)
  • Loading branch information
swapnilmmane authored Aug 17, 2021
1 parent 8522e2c commit b2cc547
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 36 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.yml
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.
7 changes: 7 additions & 0 deletions SECURITY.md
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.**
36 changes: 0 additions & 36 deletions docs/ISSUE_TEMPLATE.md

This file was deleted.

0 comments on commit b2cc547

Please sign in to comment.