Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

EQC-90 Created an issue templates #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

## PR: https://github.com/equichainfi/EQC-SC/pull/

## Error
```bash
Error here
```

## Code
```
Code here
```

## Additional Info
16 changes: 16 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Security Policy

## Supported Versions


| NPM | Supported |
| ------- | ------------------ |
| 20.0.0 >| :white_check_mark: |
| 21.1.0 | :x: |

| Yarn | Prefferd |
| ------- | ------------------ |
| 4.0.2| :white_check_mark: |

## Reporting a Vulnerability

Loading