From 98091d85a40e039e4144848afbc9bfb05c4f977a Mon Sep 17 00:00:00 2001 From: MH_ProDev <63018646+MHProDev@users.noreply.github.com> Date: Wed, 16 Feb 2022 01:46:20 +0330 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++++++++ 2 files changed, 32 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..9d6fec5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug report +about: Create a report to help us improve +title: BUG Report +labels: bug +assignees: MHProDev + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Please complete the following information** + - OS: [e.g. Ubuntu] + - Installed Requirements Version [e.g. PySocks1.70] + - Python Version [e.g. 3.8.x] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..ecda5f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: Feature request +labels: enhancement +assignees: MHProDev + +--- + +Add any other context or screenshots about the feature request here.