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 - -