Skip to content

Commit e04edde

Browse files
committed
issue template update
1 parent 6844933 commit e04edde

File tree

5 files changed

+68
-32
lines changed

5 files changed

+68
-32
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
blank_issues_enabled: false
2+
3+
contact_links:
4+
- name: Ask an question / advise on using simplehttpserver
5+
url: https://github.com/projectdiscovery/simplehttpserver/discussions/categories/q-a
6+
about: Ask a question or request support for using simplehttpserver
7+
8+
- name: Share idea / feature to discuss for simplehttpserver
9+
url: https://github.com/projectdiscovery/simplehttpserver/discussions/categories/ideas
10+
about: Share idea / feature to discuss for simplehttpserver
11+
12+
- name: Connect with PD Team (Discord)
13+
url: https://discord.gg/projectdiscovery
14+
about: Connect with PD Team for direct communication
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Request feature to implement in this project
4+
labels: 'Type: Enhancement'
5+
---
6+
7+
<!--
8+
1. Please make sure to provide a detailed description with all the relevant information that might be required to start working on this feature.
9+
2. In case you are not sure about your request or whether the particular feature is already supported or not, please start a discussion instead.
10+
3. GitHub Discussion: https://github.com/projectdiscovery/simplehttpserver/discussions/categories/ideas
11+
4. Join our discord server at https://discord.gg/projectdiscovery to discuss the idea on the #simplehttpserver channel.
12+
-->
13+
14+
### Please describe your feature request:
15+
<!-- A clear and concise description of feature to implement -->
16+
17+
### Describe the use case of this feature:
18+
<!-- A clear and concise description of the feature request's motivation and the use-cases in which it could be useful. -->
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Issue report
3+
about: Create a report to help us to improve the project
4+
labels: 'Type: Bug'
5+
6+
---
7+
8+
<!--
9+
1. Please search to see if an issue already exists for the bug you encountered.
10+
2. For support requests, FAQs or "How to" questions, please use the GitHub Discussions section instead - https://github.com/projectdiscovery/simplehttpserver/discussions or
11+
3. Join our discord server at https://discord.gg/projectdiscovery and post the question on the #simplehttpserver channel.
12+
-->
13+
14+
<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->
15+
16+
### simplehttpserver version:
17+
<!-- You can find current version of simplehttpserver with "simplehttpserver -version" -->
18+
<!-- We only accept issues that are reproducible on the latest version of simplehttpserver. -->
19+
<!-- You can find the latest version of project at https://github.com/projectdiscovery/simplehttpserver/releases/ -->
20+
21+
### Current Behavior:
22+
<!-- A concise description of what you're experiencing. -->
23+
24+
### Expected Behavior:
25+
<!-- A concise description of what you expected to happen. -->
26+
27+
### Steps To Reproduce:
28+
<!--
29+
Example: steps to reproduce the behavior:
30+
1. Run 'simplehttpserver ..'
31+
2. See error...
32+
-->
33+
34+
35+
### Anything else:
36+
<!-- Links? References? Screnshots? Anything that will give us more context about the issue that you are encountering! -->

.github/feature_request.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/issue-report.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)