Encourage people to use code blocks (#4228)
This commit is contained in:
parent
49ee1113aa
commit
67b8c1c05e
|
@ -3,6 +3,7 @@
|
|||
For questions, the best place to get answers is on our [mailing list](https://groups.google.com/forum/#!forum/vault-tool), as they will get more visibility from experienced users than the issue tracker.
|
||||
|
||||
Please note: We take Vault's security and our users' trust very seriously. If you believe you have found a security issue in Vault, please responsibly disclose by contacting us at security@hashicorp.com. Our PGP key is available at [our security page](https://www.hashicorp.com/security/).
|
||||
|
||||
-->
|
||||
|
||||
|
||||
|
@ -19,9 +20,18 @@ Please note: We take Vault's security and our users' trust very seriously. If yo
|
|||
**Vault Config File:**
|
||||
<!-- Configuration file used for the vault server. -->
|
||||
|
||||
```hcl
|
||||
# Paste your Vault config here.
|
||||
# Be sure to scrub any sensitive values
|
||||
```
|
||||
|
||||
**Startup Log Output:**
|
||||
<!-- Logs from vault's output on startup, if available. -->
|
||||
|
||||
```text
|
||||
# Paste your log output here
|
||||
```
|
||||
|
||||
**Expected Behavior:**
|
||||
<!-- What should have happened? -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue