From 9f66e3936dfe8ca8927db0a51b3e59d4e91e7de3 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Mon, 13 Jan 2020 13:34:40 +0100 Subject: [PATCH] Add issue templates for the new issue template chooser --- .github/ISSUE_TEMPLATE.md | 39 ------------------- .github/ISSUE_TEMPLATE/bug-report.md | 33 ++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 11 ++++++ .github/ISSUE_TEMPLATE/crash-report.md | 35 +++++++++++++++++ .../feature---enhancement-request.md | 35 +++++++++++++++++ 5 files changed, 114 insertions(+), 39 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/crash-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature---enhancement-request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 441d361dca..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,39 +0,0 @@ - - -### Issue Summary - -... ... ... - -#### System Information -- **Operating System:** [e.g. Windows 10, Mac OS 10.12, Ubuntu 16.04, ...] -- **.NET / Mono Version:** [e.g. .NET 4.7.1, Mono 4.6.2, ...] -- **OpenRA Version:** [e.g. release-20180218, playtest-20180208, ...] -- **Mod:** [e.g. Red Alert, Tiberian Dawn, Dune2000, ...] - -#### Additional Information: -- Steps to reproduce - 1. Step - 2. Step - 3. ... - -- Logs - - -- OpenRA Replays - - -- Screenshots & Videos - diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..e462de5e96 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Report unexpected behavior or any issues you experienced in OpenRA. +title: '' +labels: Bug +assignees: '' + +--- + + + + + +## Issue Summary + + +DESCRIPTION + + +## Reproduction + + +STEPS TO REPRODUCE THE ISSUE + + +## Expected behavior + + +EXPECTED BEHAVIOR + + +## Screenshots / Screen recordings / Replays + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..4fe8dbc598 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: OpenRA Forum + url: https://forum.openra.net/ + about: "Please ask questions about modding here." + - name: OpenRA Discord server + url: https://discord.openra.net/ + about: "Join the community Discord server for community discussion and support." + - name: OpenRA IRC Channel + url: https://webchat.freenode.net/#openra + about: "Join our development IRC channel on freenode for discussion of development topics." diff --git a/.github/ISSUE_TEMPLATE/crash-report.md b/.github/ISSUE_TEMPLATE/crash-report.md new file mode 100644 index 0000000000..fcbc5ca951 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash-report.md @@ -0,0 +1,35 @@ +--- +name: Crash report +about: Report a game crash. +title: My game crashed +labels: Crash +assignees: '' + +--- + + + +## System Information + + +- Operating System: OPERATING SYSTEM +- OpenRA Version: ENGINE VERSION +- OpenRA Mod: GAME MOD +- Source: Official download package OR self-compiled OR third-party package +- For self-compiled or third-party packages: Mono version + + +## Exception log + + +``` +PASTE LOG HERE +``` + + +## Replay + + + +## Additional information + diff --git a/.github/ISSUE_TEMPLATE/feature---enhancement-request.md b/.github/ISSUE_TEMPLATE/feature---enhancement-request.md new file mode 100644 index 0000000000..25d0b4990d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature---enhancement-request.md @@ -0,0 +1,35 @@ +--- +name: Feature / Enhancement request +about: Describe what you think is missing or could be improved in OpenRA. +title: '' +labels: Idea/Wishlist +assignees: '' + +--- + + + + + +## Motivation + + +REQUEST MOTIVATION + + +## Proposed solution + + +PROPOSED SOLUTION + + +## Side effects + + +EXPECTED SIDE EFFECTS + + +## Alternatives + + +ALTERNATIVES