Skip to content

Commit d00c3b9

Browse files
committed
Initial commit
0 parents  commit d00c3b9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+3262
-0
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = crlf
5+
insert_final_newline = true
6+
charset = utf-8
7+
indent_style = space
8+
indent_size = 4
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false
13+

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.github/ISSUE_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
**Arma 3 Version:** `x.xx` (stable / rc / dev)
2+
**CBA Version:** `3.x.x` (stable / dev + commit hash)
3+
**ACE3 Version:** `3.x.x` (stable / dev + commit hash)
4+
5+
**Mods:**
6+
```
7+
- CBA_A3
8+
- ace
9+
```
10+
11+
**Description:**
12+
- Add a detailed description of the error. This makes it easier for us to fix the issue.
13+
14+
**Steps to reproduce:**
15+
- Add the steps needed to reproduce the issue.
16+
17+
**Where did the issue occur?**
18+
- Dedicated / Self-Hosted Multiplayer / Singleplayer / Editor (Singleplayer) / Editor (Multiplayer) / Virtual Arsenal
19+
20+
**Additional information:**
21+
- Provide any additional information that will help us solve this issue.
22+
23+
**RPT log file:**
24+
- Add a link ([gist](https://gist.github.com) or [pastebin](http://pastebin.com)) to the client and/or server RPT file. An instruction to find your RPT files can be found [here](https://community.bistudio.com/wiki/Crash_Files#Arma_3).
25+
- If possible at the time the bug is encountered, go to Options and select "ACE Debug To Clipboard", this will print extensive debug information to the RPT file and copy it to clipboard.

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Report an issue with ACE3
4+
5+
---
6+
7+
**Arma 3 Version:** `x.xx` (stable / rc / dev)
8+
**CBA Version:** `3.x.x` (stable / dev + commit hash)
9+
**ACE3 Version:** `3.x.x` (stable / dev + commit hash)
10+
11+
**Mods:**
12+
```
13+
- CBA_A3
14+
- ace
15+
```
16+
17+
**Description:**
18+
- Add a detailed description of the error. This makes it easier for us to fix the issue.
19+
20+
**Steps to reproduce:**
21+
- Add the steps needed to reproduce the issue.
22+
23+
**Where did the issue occur?**
24+
- Dedicated / Self-Hosted Multiplayer / Singleplayer / Editor (Singleplayer) / Editor (Multiplayer) / Virtual Arsenal
25+
26+
**Additional information:**
27+
- Provide any additional information that will help us solve this issue.
28+
29+
**RPT log file:**
30+
- Add a link ([gist](https://gist.github.com) or [pastebin](http://pastebin.com)) to the client and/or server RPT file. An instruction to find your RPT files can be found [here](https://community.bistudio.com/wiki/Crash_Files#Arma_3).
31+
- If possible at the time the bug is encountered, go to Options and select "ACE Debug To Clipboard", this will print extensive debug information to the RPT file and copy it to clipboard.
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: Request a new feature or functionality
4+
5+
---
6+
7+
**Important: Please report feature requests in https://github.com/acemod/ACE3/issues/3594**
8+
9+
### Before reporting
10+
11+
- Any and all requests should be done in the designated feature request issue.
12+
- Before posting a new one, please make sure to check the previous entries on the thread AND THE ENTRIES on #414 and make a quick search; please don't reiterate requests that had already been either accepted for inclusion or disregarded.
13+
- There's really no point on making feature requests for anything included or planned for inclusion in ACE2, AGM or CSE. The majority of those things are been considered for porting or rewriting already.
14+
- Accepted feature requests may be moved to a separate issue by moderators for further discussion.
15+
16+
### Detailed instructions
17+
18+
For further instructions check the wiki:
19+
http://ace3mod.com/wiki/user/how-to-make-a-feature-request.html
20+
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Mod conflict
3+
about: Report issues where ACE3 doesn't play nice with other mods
4+
5+
---
6+
7+
**Arma 3 Version:** `x.xx` (stable / rc / dev)
8+
**CBA Version:** `3.x.x` (stable / dev + commit hash)
9+
**ACE3 Version:** `3.x.x` (stable / dev + commit hash)
10+
11+
**Mods:**
12+
```
13+
- CBA_A3
14+
- ace
15+
```
16+
17+
**Description:**
18+
- Add a detailed description of the error. This makes it easier for us to fix the issue. Please try to narrow down the mod which causes this issue in combination with ACE3. Visit ACE3 slack for assistance if necessary.
19+
20+
**Steps to reproduce:**
21+
- Add the steps needed to reproduce the issue.
22+
23+
**Where did the issue occur?**
24+
- Dedicated / Self-Hosted Multiplayer / Singleplayer / Editor (Singleplayer) / Editor (Multiplayer) / Virtual Arsenal
25+
26+
**Additional information:**
27+
- Provide any additional information that will help us solve this issue.
28+
29+
**RPT log file:**
30+
- Add a link ([gist](https://gist.github.com) or [pastebin](http://pastebin.com)) to the client and/or server RPT file. An instruction to find your RPT files can be found [here](https://community.bistudio.com/wiki/Crash_Files#Arma_3).
31+
- If possible at the time the bug is encountered, go to Options and select "ACE Debug To Clipboard", this will print extensive debug information to the RPT file and copy it to clipboard.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
**When merged this pull request will:**
2+
- Describe what this pull request will do
3+
- Each change in a separate line
4+
- Include documentation if applicable
5+
- Respect the [Development Guidelines](https://ace3mod.com/wiki/development/)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug fix
3+
about: Submit a PR for a bug fix
4+
5+
---
6+
7+
### This pull requests will solve:
8+
9+
> mention which issue this pull requests resolves.
10+
11+
### This is done by:
12+
13+
> describe how this issue is fixed
14+
15+
16+
### This can be tested by:
17+
18+
> describe how to verify this PR solves the issue.
19+
20+
21+
## check list
22+
23+
- [ ] Use seperate commits for large changes
24+
- [ ] Include documentation if applicable
25+
- [ ] Respect the [Development Guidelines](https://ace3mod.com/wiki/development/)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: New feature
3+
about: Submit a PR for a new feature
4+
5+
---
6+
7+
**When merged this pull request will:**
8+
- Describe what this pull request will do
9+
- Each change in a separate line
10+
- Include documentation if applicable
11+
- Respect the [Development Guidelines](https://ace3mod.com/wiki/development/)

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
release/*
2+
*.cache
3+
*.pbo
4+
texHeaders.bin
5+
*.swp
6+
*.swo
7+
*.biprivatekey
8+
Thumbs.db

0 commit comments

Comments
 (0)