From 3407748c222c35cf2dfe97201bc885caeb664396 Mon Sep 17 00:00:00 2001 From: sandeep Date: Wed, 20 Oct 2021 04:15:46 +0530 Subject: [PATCH] Issue template update --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 +++++++----- .github/ISSUE_TEMPLATE/issue-report.md | 44 ++++++++++++++--------- 3 files changed, 54 insertions(+), 26 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..4c851c7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false + +contact_links: + - name: Ask an question / advise on using httpx + url: https://github.com/projectdiscovery/httpx/discussions/categories/q-a + about: Ask a question or request support for using httpx + + - name: Share idea / feature to discuss for httpx + url: https://github.com/projectdiscovery/httpx/discussions/categories/ideas + about: Share idea / feature to discuss for httpx + + - name: Connect with PD Team (Discord) + url: https://discord.gg/projectdiscovery + about: Connect with PD Team for direct communication \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f3bde24..2b91595 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,14 +1,18 @@ --- name: Feature request -about: Suggest an idea for this project -title: "" -labels: '' -assignees: '' - +about: Request feature to implement in this project +labels: 'Type: Enhancement' --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +### Please describe your feature request: + + +### Describe the use case of this feature: + diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md index b72b468..cbb53ca 100644 --- a/.github/ISSUE_TEMPLATE/issue-report.md +++ b/.github/ISSUE_TEMPLATE/issue-report.md @@ -1,26 +1,36 @@ --- name: Issue report -about: Create a report to help us improve -title: "" -labels: 'Type:+Bug' -assignees: '' +about: Create a report to help us to improve the project +labels: 'Type: Bug' --- -**Describe the bug** -A clear and concise description of what the bug is. + -**Environment details** -Please share the below details to help us quickly validate/replicate the issue. + -- `httpx -version` -- `go version` -- `uname -a` +### httpx version: + + + + +### Current Behavior: + + +### Expected Behavior: + + +### Steps To Reproduce: + -**Error details** -Please copy-paste the error trace or details from terminal to help us quickly validate/replicate the issue. - -```bash - -``` \ No newline at end of file +### Anything else: + \ No newline at end of file