Skip to content

Commit

Permalink
Merge pull request Team-Silver-Sphere#153 from werewolfboy13/master
Browse files Browse the repository at this point in the history
Updated node version with template
  • Loading branch information
Thomas-Smyth authored Feb 28, 2021
2 parents 1e0e487 + 9d67d04 commit 727a189
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/squadjs-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: SquadJS Bug Report
about: Please report any bugs in the core SquadJS package using this template...
title: ''
labels: bug
labels: bug, core
assignees: ''

---
Expand All @@ -15,6 +15,8 @@ assignees: ''
* SquadJS Version:
* Squad Version:

If potentially relevant, please provide regarding the state of the Squad server at the time of error, e.g. the current layer.

### System Information
* Operating System:
* NodeJS Version:
Expand Down
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/squadjs-feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: SquadJS Feature Request
about: Please request any additions to the core SquadJS package using this template...
title: ''
labels: enhancement
labels: feature request, core
assignees: ''

---
Expand All @@ -13,8 +13,5 @@ A clear and concise description of what the issue is, e.g. "I haven't got a way
### How would you like us to solve this issue?
A clear and concise description of what you want to happen.

### Is there any alternative solutions you can think of?
A clear and concise description of any alternative solutions you have considered.

### Additional Info
Add any other info or screenshots about the feature request here.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/squadjs-plugin-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: SquadJS Plugin Bug Report
about: Please report any bugs in the SquadJS plugins using this template...
title: ''
labels: bug
labels: bug, core
assignees: ''

---
Expand All @@ -12,10 +12,12 @@ assignees: ''
### Errors or Screenshots of Issue

### Squad Information
* Plugins in Use:
* Plugins:
* SquadJS Version:
* Squad Version:

If potentially relevant, please provide regarding the state of the Squad server at the time of error, e.g. the current layer.

### System Information
* Operating System:
* NodeJS Version:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/squadjs-plugin-feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: SquadJS Plugin Feature Request
about: Please request any additions to the SquadJS plugins using this template...
title: ''
labels: enhancement, plugin idea
labels: feature request, plugin
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SquadJS relies on being able to access the Squad server log directory in order t

#### Prerequisites
* Git
* [Node.js](https://nodejs.org/en/) (Current) - [Download](https://nodejs.org/en/)
* [Node.js](https://nodejs.org/en/) (14.x) - [Download](https://nodejs.org/en/)
* [Yarn](https://yarnpkg.com/) (Version 1.22.0+) - [Download](https://classic.yarnpkg.com/en/docs/install)
* Some plugins may have additional requirements.

Expand Down
2 changes: 1 addition & 1 deletion squad-server/templates/readme-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SquadJS relies on being able to access the Squad server log directory in order t

#### Prerequisites
* Git
* [Node.js](https://nodejs.org/en/) (Current) - [Download](https://nodejs.org/en/)
* [Node.js](https://nodejs.org/en/) (14.x) - [Download](https://nodejs.org/en/)
* [Yarn](https://yarnpkg.com/) (Version 1.22.0+) - [Download](https://classic.yarnpkg.com/en/docs/install)
* Some plugins may have additional requirements.

Expand Down

0 comments on commit 727a189

Please sign in to comment.