From 3151046ae6fa95d05c336ce84e56355874467cc2 Mon Sep 17 00:00:00 2001 From: vuong Date: Sat, 8 Oct 2022 19:39:52 +0700 Subject: [PATCH 1/3] 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 From ee3216329bc28fcdfd28db343ad8794cc21e90e6 Mon Sep 17 00:00:00 2001 From: vuong Date: Sat, 8 Oct 2022 21:41:02 +0700 Subject: [PATCH 2/3] feature request --- .github/ISSUE_TEMPLATE/feature_request.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .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 000000000..e69de29bb From 43608b26f1c44c756af4c4b53223f427833d2e7e Mon Sep 17 00:00:00 2001 From: vuong Date: Sat, 8 Oct 2022 21:43:03 +0700 Subject: [PATCH 3/3] add feature request --- .github/ISSUE_TEMPLATE/feature_request.md | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e69de29bb..b02ba99ba 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,31 @@ + + +## Summary + + + +## Problem Definition + + + +## Proposal + + + +____ + +#### For Admin Use + +- [ ] Not duplicate issue +- [ ] Appropriate labels applied +- [ ] Appropriate contributors tagged +- [ ] Contributor assigned/self-assigned +- [ ] Is a spike necessary to map out how the issue should be approached?