chore: route security mail to support@ and polish docs intake
Use support@honcho.dev for private vulnerability email. List the documentation template in contributing guides, rename Media prove, and add public-issue redaction/security redirects on the docs form.
This commit is contained in:
parent
088cb16a76
commit
bbe8288cc1
|
|
@ -8,6 +8,10 @@ assignees: ""
|
|||
---
|
||||
# **📚 Documentation Issue Report**
|
||||
|
||||
**Security vulnerability?** Do not use this form — report privately via [SECURITY.md](https://github.com/plastic-labs/honcho/blob/main/SECURITY.md).
|
||||
|
||||
GitHub issues are public. Redact secrets, JWTs, and production user content.
|
||||
|
||||
## **Describe the bug**
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
|
|
@ -33,8 +37,8 @@ assignees: ""
|
|||
|
||||
---
|
||||
|
||||
### **Media prove**
|
||||
<!-- If applicable, add screenshots or videos to help explain your problem. -->
|
||||
### **Screenshots and videos**
|
||||
<!-- If applicable, add screenshots or videos to help explain your problem. Redact secrets and production content. -->
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -46,7 +50,7 @@ assignees: ""
|
|||
---
|
||||
|
||||
### **Additional context**
|
||||
<!-- Add any other context or additional information about the problem here.-->
|
||||
<!-- Add any other context about the problem. Redact secrets and production user content. -->
|
||||
|
||||
*
|
||||
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@ We welcome various types of contributions:
|
|||
When reporting bugs or requesting features:
|
||||
|
||||
1. Check if the issue already exists
|
||||
2. Use the appropriate [issue template](https://github.com/plastic-labs/honcho/issues/new/choose) (bug, memory/recall quality, feature, or integration)
|
||||
2. Use the appropriate [issue template](https://github.com/plastic-labs/honcho/issues/new/choose) (bug, memory/recall quality, feature, integration, or documentation)
|
||||
3. Provide clear reproduction steps for bugs
|
||||
4. Include relevant environment information (managed vs self-hosted, server version, SDK)
|
||||
5. Be specific about expected vs actual behavior
|
||||
|
|
@ -209,6 +209,7 @@ When reporting bugs or requesting features:
|
|||
- **Memory / recall quality** - GitHub issues → Memory / recall quality template
|
||||
- **Feature requests** - GitHub issues → Feature request template
|
||||
- **Integrations / plugins / app-store listings** - GitHub issues → Integration request template
|
||||
- **Documentation issues** - GitHub issues → Documentation issue template
|
||||
- **Security issues** - Report **privately** only — see [`SECURITY.md`](./SECURITY.md) (GitHub Private Vulnerability Reporting or email). Do not open a public issue.
|
||||
|
||||
## License
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
Please report security issues privately using one of:
|
||||
|
||||
1. **[GitHub Private Vulnerability Reporting](https://github.com/plastic-labs/honcho/security/advisories/new)** (preferred)
|
||||
2. Email **<hello@plasticlabs.ai>** with subject line `[SECURITY] …`
|
||||
2. Email **<support@honcho.dev>** with subject line `[SECURITY] …`
|
||||
|
||||
Include as much of the following as you can:
|
||||
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ We welcome various types of contributions:
|
|||
When reporting bugs or requesting features:
|
||||
|
||||
1. Check if the issue already exists
|
||||
2. Use the appropriate [issue template](https://github.com/plastic-labs/honcho/issues/new/choose) (bug, memory/recall quality, feature, or integration)
|
||||
2. Use the appropriate [issue template](https://github.com/plastic-labs/honcho/issues/new/choose) (bug, memory/recall quality, feature, integration, or documentation)
|
||||
3. Provide clear reproduction steps for bugs
|
||||
4. Include relevant environment information (managed vs self-hosted, server version, SDK)
|
||||
5. Be specific about expected vs actual behavior
|
||||
|
|
@ -166,6 +166,7 @@ When reporting bugs or requesting features:
|
|||
- **Memory / recall quality** - GitHub issues → Memory / recall quality template
|
||||
- **Feature requests** - GitHub issues → Feature request template
|
||||
- **Integrations / plugins / app-store listings** - GitHub issues → Integration request template
|
||||
- **Documentation issues** - GitHub issues → Documentation issue template
|
||||
- **Security issues** - Report **privately** only — see [`SECURITY.md`](https://github.com/plastic-labs/honcho/blob/main/SECURITY.md) (GitHub Private Vulnerability Reporting or email). Do not open a public issue.
|
||||
|
||||
## License
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ We welcome various types of contributions:
|
|||
When reporting bugs or requesting features:
|
||||
|
||||
1. Check if the issue already exists
|
||||
2. Use the appropriate [issue template](https://github.com/plastic-labs/honcho/issues/new/choose) (bug, memory/recall quality, feature, or integration)
|
||||
2. Use the appropriate [issue template](https://github.com/plastic-labs/honcho/issues/new/choose) (bug, memory/recall quality, feature, integration, or documentation)
|
||||
3. Provide clear reproduction steps for bugs
|
||||
4. Include relevant environment information (managed vs self-hosted, server version, SDK)
|
||||
5. Be specific about expected vs actual behavior
|
||||
|
|
@ -166,6 +166,7 @@ When reporting bugs or requesting features:
|
|||
- **Memory / recall quality** - GitHub issues → Memory / recall quality template
|
||||
- **Feature requests** - GitHub issues → Feature request template
|
||||
- **Integrations / plugins / app-store listings** - GitHub issues → Integration request template
|
||||
- **Documentation issues** - GitHub issues → Documentation issue template
|
||||
- **Security issues** - Report **privately** only — see [`SECURITY.md`](https://github.com/plastic-labs/honcho/blob/main/SECURITY.md) (GitHub Private Vulnerability Reporting or email). Do not open a public issue.
|
||||
|
||||
## License
|
||||
|
|
|
|||
Loading…
Reference in New Issue