From 19c066c6fc65bda0d75de0d2b8c8055081bf190d Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 12 Jun 2020 12:59:38 +0100 Subject: [PATCH] Move issue/pull request templates to .github folder and split up * Now that we have a .github folder we can have separate templates for bug reports and feature requests. --- .github/ISSUE_TEMPLATE/bug_report.md | 37 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature_request.md | 30 +++++++++++++++++ {docs => .github}/pull_request_template.md | 4 ++- docs/CONTRIBUTING.md | 1 + docs/CONTRIBUTING/Filing-Issues-Bugs.md | 8 ++--- docs/CONTRIBUTING/Filing-Issues-Features.md | 8 ++--- docs/CONTRIBUTING/Filing-Issues.md | 10 +++--- docs/CONTRIBUTING/Questions.md | 9 +++++ docs/issue_template.md | 35 ------------------- 10 files changed, 97 insertions(+), 50 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md rename {docs => .github}/pull_request_template.md (88%) create mode 100644 docs/CONTRIBUTING/Questions.md delete mode 100644 docs/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..39f17182b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Report a bug or problem encountered while using RenderDoc +--- + + +## Description + + + + +## Steps to reproduce + + + + + + + +## Environment + + + +* RenderDoc version: XXX +* Operating System: XXX +* Graphics API: XXX + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..d6fb9c47e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Question + url: https://github.com/baldurk/renderdoc/blob/v1.x/docs/CONTRIBUTING/Questions.md + about: Github issues are not well suited for general questions. Please read about where to ask questions here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..a972d6187 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,30 @@ +--- +name: Feature request +about: Suggest an improvement or new feature be added to RenderDoc +--- + + +## Description + + + + + +## Environment + + + +* RenderDoc version: XXX +* Operating System: XXX +* Graphics API: XXX + + diff --git a/docs/pull_request_template.md b/.github/pull_request_template.md similarity index 88% rename from docs/pull_request_template.md rename to .github/pull_request_template.md index 37495f52b..2b3ebc768 100644 --- a/docs/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,9 @@ - -## Description - - - -## Steps to reproduce - - - -## Environment - - - -* RenderDoc version: XXX -* Operating System: XXX -* Graphics API: XXX - -