From 3151046ae6fa95d05c336ce84e56355874467cc2 Mon Sep 17 00:00:00 2001 From: vuong Date: Sat, 8 Oct 2022 19:39:52 +0700 Subject: [PATCH] add issue-template --- .github/ISSUE_TEMPLATE/bug.md | 30 ++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yaml | 1 + .github/ISSUE_TEMPLATE/issue.md | 27 +++++++++++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/config.yaml create mode 100644 .github/ISSUE_TEMPLATE/issue.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..6d11ab3c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,30 @@ +--- +name: Report a bug +about: Issue tracker is used for reporting bugs +title: '' +labels: 'type:bug' +assignees: '' +--- + +#### Specifications + +Juno version: `Junod version` +OS & Version: Windows/Linux/OSX +Commit hash: + +#### Expected behaviour + + +#### Actual behaviour + + +#### Steps to reproduce the behaviour + + +#### Backtrace + +```` +[backtrace] +```` + +When submitting logs: please submit them as text and not screenshots. diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 000000000..a49eab2f6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1 @@ +blank_issues_enabled: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 000000000..23175c905 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,27 @@ +--- +name: General issue +about: A template for general issues with acceptance criteria +title: '' +assignees: '' +--- + + +## Background + +> This is where you can provide code examples or context (e.g. past PR's) +> e.g. +> - The following PRs contributed to... + +## Suggested Design + +> Here, you can put concrete steps as to what to do next +> e.g. +> - create test file in... + +## Acceptance Criteria + +> Goals & criteria for success +> e.g. +> - all existing and new tests should pass