Skip to content

Commit 1ff14b8

Browse files
Merge pull request #169 from ar-cyber/patch-3
incl: make the description more appealing
2 parents 02a1e8e + db120c0 commit 1ff14b8

File tree

4 files changed

+70
-1
lines changed

4 files changed

+70
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Please indicate how did you make this happen.
15+
16+
**Expected behaviuor**
17+
Please add a clear and concise description of what you expected to happen.
18+
19+
**Screenshots**
20+
If applicable, add screenshots to help explain your problem.
21+
22+
**Desktop (please complete the following information):**
23+
- OS: [e.g. iOS]
24+
- If using Windows, the build number. Find this by using ```winver``` and copying down the build id.
25+
26+
**Additional context**
27+
Add any other context about the problem here.
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Please indicate how did you make this happen.
15+
16+
**Expected behaviuor**
17+
Please add a clear and concise description of what you expected to happen.
18+
19+
**Screenshots**
20+
If applicable, add screenshots to help explain your problem.
21+
22+
**Desktop (please complete the following information):**
23+
- OS: [e.g. iOS]
24+
- If using Windows, the build number. Find this by using ```winver``` and copying down the build id.
25+
26+
**Additional context**
27+
Add any other context about the problem here.

SECURITY.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Below here is the supported versions of BetterSEQTA+. Anything older than this is not supported and contains bugs.
6+
7+
| Version | Supported |
8+
| ------- | ------------------ |
9+
| 3.3.x | :white_check_mark: |
10+
| 3.0.x | :x: |
11+
| < 3.0 | :x: |
12+
13+
## Reporting a Vulnerability
14+
15+
If you find vulnerabilities, REPORT IT IMMEDIATELY. Make an issue and use the template provided for vulnerabilities.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "betterseqtaplus",
33
"version": "3.3.1",
44
"type": "module",
5-
"description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development, and incorporate a plethora of new features!",
5+
"description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development, while incorporating a plethora of new and improved features!",
66
"browserslist": "> 0.5%, last 2 versions, not dead",
77
"scripts": {
88
"dev": "MODE=chrome vite dev",

0 commit comments

Comments
 (0)