Skip to content

Commit 8f11b73

Browse files
authored
Merge branch 'master' into development
2 parents 3788ed3 + 3082a37 commit 8f11b73

File tree

7 files changed

+176
-6374
lines changed

7 files changed

+176
-6374
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: 'bug'
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
16+
**Expected behavior**
17+
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+
**Environment (please complete the following information):**
23+
- Hosting OS:
24+
- Node Version (node -v):
25+
- NPM Version (npm -v):
26+
- Bot Version (git log -1):
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: 'enhancement'
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.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: [ 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
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

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` | >= 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
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

0 commit comments

Comments
 (0)