diff --git a/ISSUE_TEMPLATE.md b/.github/1_Bug_report.md similarity index 56% rename from ISSUE_TEMPLATE.md rename to .github/1_Bug_report.md index 8dc67d40e..a6b049288 100644 --- a/ISSUE_TEMPLATE.md +++ b/.github/1_Bug_report.md @@ -1,12 +1,17 @@ +--- +name: "🐛 Bug Report" +about: 'Report a general library issue.' +--- + # Bug report ### Title - **Title is a vital part of bug report for developer and triager to quickly identify a unique issue.** + **Just a quick sentence to brief your trouble with Bagisto or something associated with it.** - A well written title should contain a clear, brief explanation of the issue, making emphasis on the most important points. + Please be calm, short and emaphasize on points. ### Issue Description - **Bug description helps the developer to understand the bug.It describes the problem encountered.** + **Description helps the developers to understand the bug. It describes the problem encountered or some after effect of some kind.** ### Preconditions **Please provide as detailed information about your environment as possible.** diff --git a/.github/2_Feature_request.md b/.github/2_Feature_request.md new file mode 100644 index 000000000..489c97281 --- /dev/null +++ b/.github/2_Feature_request.md @@ -0,0 +1,12 @@ +--- +name: "💡 Feature Request" +about: 'For ideas or feature requests, please make a pull request, or open an issue' +--- + +This repository is only for reporting bugs or issues. If you need support, please use the forums: + +- https://forums.bagisto.com/ + +Alternatively, you may use Facebook (https://www.facebook.com/groups/bagisto/). + +We promise that more channels are coming soon!!! diff --git a/.github/3_Support_question.md b/.github/3_Support_question.md new file mode 100644 index 000000000..076335070 --- /dev/null +++ b/.github/3_Support_question.md @@ -0,0 +1,13 @@ +--- +name: "🧐 Support Question" +about: 'This repository is only for reporting bugs or problems. If you need help, see: + https://github.com/bagisto/bagisto#documentation' +--- + +This repository is only for reporting bugs or issues. If you need support, please use: + +1. Write an email - mailto:support@bagisto.com + +2. Create support ticket on https://bagisto.uvdesk.com + +Thanks! \ No newline at end of file diff --git a/.github/4_Security_vulnerabilities.md b/.github/4_Security_vulnerabilities.md new file mode 100644 index 000000000..f0b6fe77c --- /dev/null +++ b/.github/4_Security_vulnerabilities.md @@ -0,0 +1,9 @@ +--- +name: "🔒 Security Vulnerabilities" +about: 'For reporting security-related issues, see: https://github.com/bagito/bagisto#security-vulnerabilities' +--- + +PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, SEE BELOW. + +If you have security vulnerability to address related to Bagisto then please write a mail to us: +**support@bagisto.com** \ No newline at end of file diff --git a/FEATURE_REQUEST_TEMPLATE.md b/FEATURE_REQUEST_TEMPLATE.md deleted file mode 100644 index 72ac44d98..000000000 --- a/FEATURE_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,66 +0,0 @@ - -
-- - A well written title should contain a clear, brief explanation of the Feature, making emphasis on the most important points. -
-Please provide as detailed information about your environment as possible.
-Description helps the developer to understand the Feature. -
-It is important to provide a set of clear steps to that location where feature need to be added. If relevant please include code samples.
-
- Title is a vital part of bug report for developer and triager to quickly identify a unique issue.
-
- A well written title should contain a clear, brief explanation of the issue, making emphasis on the most important points.
-
Please provide as detailed information about your environment as possible.
-Description helps the developer to understand the exact scenario.It describes the problem encountered.
-It is important to provide a set of clear steps to reproduce that scenario. If relevant please include code samples.
-