From 8106bf65d9d33eb0a0b5afc2a21cdc9ebdf345cb Mon Sep 17 00:00:00 2001 From: Ac_K Date: Fri, 7 Aug 2020 15:52:03 +0200 Subject: Add Issue Templates (#1456) * Add Issue Templates This disable the creation of empty issues and adds some templates when one is opened. A link to our discord is directly added to the issue templates list. Thanks EmulationFanatic for the proof reading. * fix copy paste * Fix name --- .github/ISSUE_TEMPLATE/feature_request.md | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md (limited to '.github/ISSUE_TEMPLATE/feature_request.md') diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..f1855f26 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,34 @@ +--- +name: Feature Request +about: Suggest a new feature for Ryujinx. +#assignees: +--- + +## Feature Request + +[ If any section does not apply, replace its contents with "N/A". ]
+[ If you do not have the information needed for a section, replace its contents with "Unknown". ]
+[ Lines between [ ] (square brackets) are to be removed before posting. ]
+ +[ Please search for existing [feature requests](https://github.com/Ryujinx/Ryujinx/issues) before you make your own request. ]
+[ Duplicate requests will be marked as such and you will be referred to the original request. ] + +### What feature are you suggesting? +#### Overview: +- [ Include the basic, high-level concepts for this feature here. ] + +#### Smaller Details: +- [ These may include specific methods of implementation etc. ] + +#### Nature of Request: +[ Remove all that do not apply to your request. ] +- Addition + - [ Ex: Addition of certain original features or features from other community projects. ] + - [ If you are suggesting porting features or including features from other projects, include what license they are distributed under and what, if any libraries those project use. ] +- Change +- Removal + - [Ex: Removal of certain features or implementation due to a specific issue/bug or because of low quality code, etc.] + +### Why would this feature be useful? +[ If this is a feature for an end-user, how does it benefit the end-user? ]
+[ If this feature is for developers, what does it add to Ryujinx that did not already exist? ] -- cgit v1.2.3