Skip to content

Commit

Permalink
Add GitHub templates
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kingsley committed Jun 17, 2016
1 parent 67d18ef commit eb551e8
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Reporting an issue

## Before reporting

If you have found an issue with Mars please make sure that Mars really is the cause of the problem. To do this try to reproduce the issue with using only `@CBA_A3` and `@mars` on a newly created mission.

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.

**Please note:**
- It's not a valid to simply remove `@mars` from the mod list to confirm that Mars is the culprit.
- If the error happens when using a **third-party mod** contact the author of the appropriate mod and report the issue there.

## Reporting the issue

Head over to the [Mars GitHub issue tracker](https://github.com/marseditor/Mars/issues) and press the [new issue](https://github.com/marseditor/Mars/issues/new) button in the top right corner. Add a descriptive title and complete the issue template.

A video of the issue might be helpful in resolving it faster.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
**Arma 3 Version:** `x.xx` (stable / rc / dev)
**CBA Version:** `2.x.x` (stable / dev + commit hash)
**Mars Version:** `1.x.x` (stable / dev + commit hash)

**Mods:**
- `@CBA_A3`
- `@mars`

**Description:**
- Add a detailed description of the error. This makes it easier for us to fix the issue.

**Steps to reproduce:**
- Add the steps needed to reproduce the issue.

**Where did the issue occur?**
- Dedicated / Self-Hosted Multiplayer / Singleplayer / Editor (Singleplayer) / Editor (Multiplayer)

**RPT log file:**
- 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).
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**When merged this pull request will:**
- Describe what this pull request will do
- Each change in a separate line
- Respect the [development guidelines](http://marseditor.com/docs/development/setup/#prerequisites)

0 comments on commit eb551e8

Please sign in to comment.