Skip to content

Commit e66c8ed

Browse files
committed
Revert "Merge branch 'master' into development"
This reverts commit 8f11b73, reversing changes made to 3788ed3.
1 parent 8f11b73 commit e66c8ed

File tree

7 files changed

+6374
-176
lines changed

7 files changed

+6374
-176
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
on:
2-
push:
3-
pull_request:
4-
5-
jobs:
6-
lint:
7-
name: Lint - Node ${{ matrix.node }}
8-
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
node: [ 22 ]
12-
steps:
13-
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v4
15-
with:
16-
node-version: ${{ matrix.node }}
17-
cache: 'npm'
18-
- run: npm install
19-
- run: npm test
1+
on:
2+
push:
3+
pull_request:
4+
5+
jobs:
6+
lint:
7+
name: Lint - Node ${{ matrix.node }}
8+
runs-on: ubuntu-latest
9+
strategy:
10+
matrix:
11+
node: [ 14, 16, 18 ]
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-node@v4
15+
with:
16+
node-version: ${{ matrix.node }}
17+
cache: 'npm'
18+
- run: npm install
19+
- run: npm test

docs/installation.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Installation Documentation
2-
3-
## Required Software
4-
5-
Program | Version | Download | Note
6-
------- | ------- | -------- | ----
7-
`NodeJS` | >= 22.12.0 | [**here**](https://nodejs.org/en/download/) | Since discordjs v14 is used, the version needs to be at least 22.12.0.
8-
`Git` | Any | [**here**](https://git-scm.com/downloads) |  
9-
10-
## Optional Software
11-
To enable step-trace for cargoship and patrol helicopter, [**GraphicsMagick**](http://www.graphicsmagick.org/download.html) needs to be downloaded.
12-
13-
14-
## Clone the repository
15-
16-
Open a terminal (`Git Bash` / `CMD` / `Terminal` / `PowerShell` or similar) and run the following commands:
17-
18-
$ git clone https://github.com/alexemanuelol/rustplusplus.git
19-
$ cd rustplusplus
20-
$ npm install
1+
# Installation Documentation
2+
3+
## Required Software
4+
5+
Program | Version | Download | Note
6+
------- | ------- | -------- | ----
7+
`NodeJS` | >= 16.9 | [**here**](https://nodejs.org/en/download/) | Since discordjs v14 is used, the version needs to be at least 16.9.
8+
`Git` | Any | [**here**](https://git-scm.com/downloads) |  
9+
10+
## Optional Software
11+
To enable step-trace for cargoship and patrol helicopter, [**GraphicsMagick**](http://www.graphicsmagick.org/download.html) needs to be downloaded.
12+
13+
14+
## Clone the repository
15+
16+
Open a terminal (`Git Bash` / `CMD` / `Terminal` / `PowerShell` or similar) and run the following commands:
17+
18+
$ git clone https://github.com/alexemanuelol/rustplusplus.git
19+
$ cd rustplusplus
20+
$ npm install

0 commit comments

Comments
 (0)