From 6e083feb15be38fa79574bd23fd1ba2f4e0321ce Mon Sep 17 00:00:00 2001 From: t1ltxz-gxd Date: Mon, 28 Oct 2024 22:36:57 +0300 Subject: [PATCH] :sparkles: feat: added issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 45 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 26 +++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3074986 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,45 @@ +--- +name: "🐛 Bug Report" +about: "Report a bug to help us improve." +labels: [ "bug", "needs triage" ] +--- + + +- [ ] I’ve checked for any existing issues (including closed ones) related to this. + +## Bug Report + +### Version + + + +### Platform + + + +### Description + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..c2b31f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: "✨ Feature Request" +about: "Suggest a new feature or enhancement." +labels: [ "enhancement", "feature request" ] +--- +- [ ] I’ve checked for any existing issues (including closed ones) related to this. + +## Feature Request + +### Motivation + + + +### Proposal + + + +### Alternatives + + \ No newline at end of file