diff --git a/.github/ISSUE_TEMPLATE/Issues.yml b/.github/ISSUE_TEMPLATE/Issues.yml new file mode 100644 index 0000000..5af408c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Issues.yml @@ -0,0 +1,50 @@ +name: "Bug Report" +description: "Report a bug encountered while using the project." +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + Welcome to the issue tracker! + + Before submitting your issue, please make sure to provide as much relevant information as possible. + + - type: input + attributes: + label: Issue Description + description: Provide a brief description of the issue you are facing. + + - type: input + attributes: + label: Expected Behavior + description: What should happen? + + - type: input + attributes: + label: Actual Behavior + description: What is happening instead? + + - type: textarea + attributes: + label: Steps to Reproduce + description: Describe the steps required to reproduce the issue, including code snippets, if relevant. + + - type: input + attributes: + label: NodeJS Environment + description: NodeJS Version + + - type: input + attributes: + label: Package Manager + description: NPM Version + + - type: dropdown + attributes: + label: Operating System + options: + - Windows + - macOS + - Linux + validations: + required: true diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..fc6342d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ +## Changes + + diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..14b0b3f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,5 @@ +# Security Policy + +## Reporting a Vulnerability + +To report a security vulnerability, please send an email to [support@typeslint.com](mailto:support@typeslint.com) \ No newline at end of file