From 012f4d70f2a3619a8391ac2ec925584fbebfa3a8 Mon Sep 17 00:00:00 2001 From: Ali Sasani Date: Fri, 13 Sep 2024 22:12:03 +0330 Subject: [PATCH] [feat] add issue template to package --- .github/ISSUE_TEMPLATE/1_Bug_report.md | 23 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/2_Feature_request.md | 12 +++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 3 files changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1_Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/2_Feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md new file mode 100644 index 000000000..8cc752e06 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.md @@ -0,0 +1,23 @@ +--- +name: "🐛 Bug Report" +about: 'Report a general bug.' +labels: bug + +--- + +### Versions: +- laravel-modules Version: #.#.# +- Laravel Version: #.#.# +- PHP Version: #.#.# + +### Description: + + + +### Steps To Reproduce: + +- … diff --git a/.github/ISSUE_TEMPLATE/2_Feature_request.md b/.github/ISSUE_TEMPLATE/2_Feature_request.md new file mode 100644 index 000000000..d59853564 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_Feature_request.md @@ -0,0 +1,12 @@ +--- +name: "✨ Feature request" +about: 'Suggest a new feature or other improvements.' +labels: "feature request" + +--- + +### Summary + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3080838cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: 🙋🏼‍♂️ Support Questions & Other + url: https://github.com/nWidart/laravel-modules/discussions/new + about: 'I need assistance or clarification on usage of this library.'