Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/Issues.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Changes
<!---Describe what changes this PR includes-->

5 changes: 5 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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)