mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
Use comments for notes on issue and PR templates
This commit is contained in:
parent
7516b4b533
commit
47e770621c
2 changed files with 8 additions and 4 deletions
8
.github/ISSUE_TEMPLATE.md
vendored
8
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,4 +1,6 @@
|
||||||
(Are you asking for help with using Caddy? Please use our forum instead: https://caddy.community. If you are filing a bug report, please take a few minutes to carefully answer the following questions. If your issue is not a bug report, you do not need to use this template. Thanks!)
|
<!--
|
||||||
|
Are you asking for help with using Caddy? Please use our forum instead: https://caddy.community. If you are filing a bug report, please take a few minutes to carefully answer the following questions. If your issue is not a bug report, you do not need to use this template. Thanks!)
|
||||||
|
-->
|
||||||
|
|
||||||
### 1. What version of Caddy are you using (`caddy -version`)?
|
### 1. What version of Caddy are you using (`caddy -version`)?
|
||||||
|
|
||||||
|
@ -16,7 +18,7 @@
|
||||||
|
|
||||||
### 5. Please paste any relevant HTTP request(s) here.
|
### 5. Please paste any relevant HTTP request(s) here.
|
||||||
|
|
||||||
(paste curl command, or full HTTP request including headers and body, here)
|
<!-- Paste curl command, or full HTTP request including headers and body, here. -->
|
||||||
|
|
||||||
|
|
||||||
### 6. What did you expect to see?
|
### 6. What did you expect to see?
|
||||||
|
@ -27,4 +29,4 @@
|
||||||
|
|
||||||
### 8. How can someone who is starting from scratch reproduce the bug as minimally as possible?
|
### 8. How can someone who is starting from scratch reproduce the bug as minimally as possible?
|
||||||
|
|
||||||
(Please strip away any extra infrastructure such as containers, reverse proxies, upstream apps, caches, dependencies, etc, to prove this is a bug in Caddy and not an external misconfiguration. Your chances of getting this bug fixed go way up the easier it is to replicate. Thank you!)
|
<!-- Please strip away any extra infrastructure such as containers, reverse proxies, upstream apps, caches, dependencies, etc, to prove this is a bug in Caddy and not an external misconfiguration. Your chances of getting this bug fixed go way up the easier it is to replicate. Thank you! -->
|
||||||
|
|
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,4 +1,6 @@
|
||||||
(Thank you for contributing to Caddy! Please fill this out to help us make the most of your pull request.)
|
<!--
|
||||||
|
Thank you for contributing to Caddy! Please fill this out to help us make the most of your pull request.
|
||||||
|
-->
|
||||||
|
|
||||||
### 1. What does this change do, exactly?
|
### 1. What does this change do, exactly?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue