|
| 1 | +name: Bug Report |
| 2 | +description: Create a report to help us to improve the simplehttpserver. |
| 3 | +title: "[BUG] ..." |
| 4 | +labels: ["Type: Bug"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for taking the time to fill out this bug report! |
| 10 | +
|
| 11 | + For support requests, FAQs or "How to" questions, please use the [GitHub Discussions](https://github.com/projectdiscovery/simplehttpserver/discussions) section instead or join our [Discord server](https://discord.gg/projectdiscovery) to discuss the idea on the **#simplehttpserver** channel. |
| 12 | +
|
| 13 | + :warning: **Issues missing important information may be closed without further investigation.** |
| 14 | + - type: checkboxes |
| 15 | + attributes: |
| 16 | + label: Is there an existing issue for this? |
| 17 | + description: Please search to see if an issue already exists for the bug you encountered. |
| 18 | + options: |
| 19 | + - label: I have searched the existing issues. |
| 20 | + required: true |
| 21 | + - type: textarea |
| 22 | + attributes: |
| 23 | + label: Current Behavior |
| 24 | + description: A concise description of what you're experiencing. |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + - type: textarea |
| 28 | + attributes: |
| 29 | + label: Expected Behavior |
| 30 | + description: A concise description of what you expected to happen. |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + - type: textarea |
| 34 | + attributes: |
| 35 | + label: Steps To Reproduce |
| 36 | + description: | |
| 37 | + Steps to reproduce the behavior, for example, commands to run simplehttpserver. |
| 38 | +
|
| 39 | + 📝 For a more detailed output that could help in troubleshooting, you may want to run simplehttpserver with the **`-verbose`** or **`-debug`** flags. This will provide additional insights into what's happening under the hood. |
| 40 | +
|
| 41 | + :warning: **Please redact any literal target hosts/URLs or other sensitive information.** |
| 42 | + placeholder: | |
| 43 | + 1. Run `simplehttpserver -t ...` |
| 44 | + validations: |
| 45 | + required: true |
| 46 | + - type: textarea |
| 47 | + attributes: |
| 48 | + label: Relevant log output |
| 49 | + description: | |
| 50 | + Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. |
| 51 | +
|
| 52 | + 📝 For a more detailed output that could help in troubleshooting, you may want to run simplehttpserver with the **`-verbose`** or **`-debug`** flags. This will provide additional insights into what's happening under the hood. |
| 53 | +
|
| 54 | + :warning: **Please redact any literal target hosts/URLs or other sensitive information.** |
| 55 | + render: shell |
| 56 | + - type: textarea |
| 57 | + attributes: |
| 58 | + label: Environment |
| 59 | + description: | |
| 60 | + Examples: |
| 61 | + - **OS**: Ubuntu 20.04 |
| 62 | + - **simplehttpserver** (`simplehttpserver -version`): v3.3.1 |
| 63 | + - **Go** (`go version`): go1.22.0 _(only if you've installed it via the `go install` command)_ |
| 64 | + value: | |
| 65 | + - OS: |
| 66 | + - simplehttpserver: |
| 67 | + - Go: |
| 68 | + render: markdown |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + - type: textarea |
| 72 | + attributes: |
| 73 | + label: Anything else? |
| 74 | + description: | |
| 75 | + Links? References? Templates? Anything that will give us more context about the issue you are encountering! |
| 76 | +
|
| 77 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 78 | + validations: |
| 79 | + required: false |
0 commit comments