From 15d9adce2b6f3545e56334d18a70cbd64366081f Mon Sep 17 00:00:00 2001 From: looterz Date: Wed, 17 Feb 2016 10:24:31 -0600 Subject: [PATCH 1/5] Added issue_template.md --- issue_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 0000000000..21d74fc015 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,24 @@ +**ArmA Version:** `x.xx` +*(indicate if stable or dev*) + +**ACE3 Version:** `3.x.x` +*(indicate if stable or dev, if dev indicate the commit the version is based on)* + +**Mods:** +* `@CBA_A3` +* `@ace` + +**Placed Modules:** +* *Add the list of modules you have placed on the map. Use 'None' if the error occurs without using any modules.* + +**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?** +* *A possible answer might be "Dedicated Server", "Local Multiplayer", "Editor", or "Singleplayer"* + +**RPT log file:** +* *Add a link (pastebin.com) to the client or server RPT file.* From 56c96d0eb31d85cbae4d1add5648ed2d082ae819 Mon Sep 17 00:00:00 2001 From: looterz Date: Wed, 17 Feb 2016 10:33:27 -0600 Subject: [PATCH 2/5] ArmA changed to Arma --- issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue_template.md b/issue_template.md index 21d74fc015..e180f5e200 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,4 +1,4 @@ -**ArmA Version:** `x.xx` +**Arma Version:** `x.xx` *(indicate if stable or dev*) **ACE3 Version:** `3.x.x` From 0643fda093f4e5c462a19eaaf07510ad53d5d829 Mon Sep 17 00:00:00 2001 From: looterz Date: Wed, 17 Feb 2016 14:38:53 -0600 Subject: [PATCH 3/5] Changing letter case --- issue_template.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md deleted file mode 100644 index e180f5e200..0000000000 --- a/issue_template.md +++ /dev/null @@ -1,24 +0,0 @@ -**Arma Version:** `x.xx` -*(indicate if stable or dev*) - -**ACE3 Version:** `3.x.x` -*(indicate if stable or dev, if dev indicate the commit the version is based on)* - -**Mods:** -* `@CBA_A3` -* `@ace` - -**Placed Modules:** -* *Add the list of modules you have placed on the map. Use 'None' if the error occurs without using any modules.* - -**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?** -* *A possible answer might be "Dedicated Server", "Local Multiplayer", "Editor", or "Singleplayer"* - -**RPT log file:** -* *Add a link (pastebin.com) to the client or server RPT file.* From 5af028e37f715cbb97c61fc84504e523e944e5f4 Mon Sep 17 00:00:00 2001 From: looterz Date: Wed, 17 Feb 2016 14:39:45 -0600 Subject: [PATCH 4/5] Changing filename to ISSUE_TEMPLATE.md as in github specs --- ISSUE_TEMPLATE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..e180f5e200 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,24 @@ +**Arma Version:** `x.xx` +*(indicate if stable or dev*) + +**ACE3 Version:** `3.x.x` +*(indicate if stable or dev, if dev indicate the commit the version is based on)* + +**Mods:** +* `@CBA_A3` +* `@ace` + +**Placed Modules:** +* *Add the list of modules you have placed on the map. Use 'None' if the error occurs without using any modules.* + +**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?** +* *A possible answer might be "Dedicated Server", "Local Multiplayer", "Editor", or "Singleplayer"* + +**RPT log file:** +* *Add a link (pastebin.com) to the client or server RPT file.* From 092906b19ebd955d90605891e7bec174fafd3fc4 Mon Sep 17 00:00:00 2001 From: looterz Date: Thu, 18 Feb 2016 11:54:39 -0600 Subject: [PATCH 5/5] Moved ISSUE_TEMPLATE.md and CONTRIBUTING.md to the new .github folder --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md