Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Templates: ace -> hatchet framework #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
---
name: Bug report
about: Report an issue with ACE3
about: Report an issue with the Hatchet Framework

---

**Arma 3 Version:** `x.xx` (stable / rc / dev)
**CBA Version:** `3.x.x` (stable / dev + commit hash)
**ACE3 Version:** `3.x.x` (stable / dev + commit hash)
**Hatchet Version:** `0.x.x` (stable / dev + commit hash)

**Mods:**
```
- CBA_A3
- ace
- hatchet_framework
```

**Description:**
Expand Down
9 changes: 1 addition & 8 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,10 @@ about: Request a new feature or functionality

---

**Important: Please report feature requests in https://github.com/acemod/ACE3/issues/3594**

### Before reporting

- Any and all requests should be done in the designated feature request issue.
- 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.
- 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.
- Before posting a new one, please make sure to check the previous entries on the thread and make a quick search; please don't reiterate requests that had already been either accepted for inclusion or disregarded.
- Accepted feature requests may be moved to a separate issue by moderators for further discussion.

### Detailed instructions

For further instructions check the wiki:
http://ace3mod.com/wiki/user/how-to-make-a-feature-request.html

7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/mod-conflict.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
---
name: Mod conflict
about: Report issues where ACE3 doesn't play nice with other mods
about: Report issues where the Hatchet Framework doesn't play nice with other mods

---

**Arma 3 Version:** `x.xx` (stable / rc / dev)
**CBA Version:** `3.x.x` (stable / dev + commit hash)
**ACE3 Version:** `3.x.x` (stable / dev + commit hash)
**Hatchet Version:** `0.x.x` (stable / dev + commit hash)

**Mods:**
```
- CBA_A3
- ace
- hatchet_framework
```

**Description:**
- 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.
- 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 the Hatchet Framework.

**Steps to reproduce:**
- Add the steps needed to reproduce the issue.
Expand All @@ -28,4 +30,3 @@ about: Report issues where ACE3 doesn't play nice with other mods

**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).
- 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.