Improve GitHub files

This commit is contained in:
jonpas 2016-02-25 22:50:58 +01:00
parent 7646068a8b
commit 133c6beafa
3 changed files with 17 additions and 28 deletions

View File

@ -6,11 +6,9 @@ If you have found an issue with ACE3 please make sure that ACE3 really is the ca
Indicate if the issue appears on stable or development version. In case it is the development version, please also include the commit SHA-1 hash. Indicate if the issue appears on stable or development version. In case it is the development version, please also include the commit SHA-1 hash.
<div class="panel callout"> **Please note:**
<h5>Please note:</h5> - It's not a valid to simply remove <code>@ace</code> from the mod list to confirm that ACE3 is the culprit.
<p>It's not a valid to simply remove <code>@ace</code> from the mod list to confirm that ACE3 is the culprit.</p> - If the error happens when using a <b>third-party mod</b> contact the author of the appropriate mod and report the issue there.
<p>If the error happens when using a <b>third-party mod</b> contact the author of the appropriate mod and report the issue there.</p>
</div>
## Reporting the issue ## Reporting the issue

View File

@ -1,25 +1,22 @@
**Arma 3 Version:** `x.xx` **Arma 3 Version:** `x.xx` (stable / rc / dev)
*(indicate if stable, rc or dev*) **ACE3 Version:** `3.x.x` (stable / dev + commit hash)
**ACE3 Version:** `3.x.x`
*(indicate if stable or dev, if dev indicate the commit the version is based on)*
**Mods:** **Mods:**
* `@CBA_A3` - * `@CBA_A3`
* `@ace` - `@ace`
* ... - ...
**Placed Modules:** **Placed Modules:**
* *Add the list of modules you have placed on the map. Use 'None' if the error occurs without using any modules.* - Add the list of modules you have placed on the map. Use 'None' if the error occurs without any modules.
**Description:** **Description:**
* *Add a detailed description of the error. This makes it easier for us to fix the issue.* - Add a detailed description of the error. This makes it easier for us to fix the issue.
**Steps to reproduce:** **Steps to reproduce:**
* *Add the steps needed to reproduce the issue.* - Add the steps needed to reproduce the issue.
**Where did the issue occur?** **Where did the issue occur?**
* *A possible answer might be "Dedicated Server", "Local Multiplayer", "Editor", or "Singleplayer"* - Dedicated / Self-Hosted Multiplayer / Singleplayer / Editor (Singleplayer) / Editor (Multiplayer) / Virtual Arsenal
**RPT log file:** **RPT log file:**
* *Add a link (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)* - 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).

View File

@ -1,10 +1,4 @@
### When merged this pull request will: **When merged this pull request will:**
- Describe what this pull request will do
1. *Describe what this pull request will do* - Each change in a separate line
2. *Each change in a seperate line* - Respect the [Development Guidelines](http://ace3mod.com/wiki/development/)
---
*Delete this line and everything below*
- [Make sure to respect the file structure](http://ace3mod.com/wiki/development/modularity-and-pbo-structure.html)
- [Make sure to respect the coding guidelines](http://ace3mod.com/wiki/development/coding-guidelines.html)