Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
blank_issues_enabled: false
contact_links:
- name: Guardrails Documentation
url: https://www.guardrailsai.com/docs
about: Check our documentation for answers to common questions and usage guides.
- name: Guardrails Hub
url: https://hub.guardrailsai.com/
about: Explore pre-built validators and guards for specific types of risks.
- name: GitHub Discussions
url: https://github.com/guardrails-ai/guardrails/discussions
about: Ask questions and discuss with other community members about Guardrails.
- name: Join our Discord Community
url: https://discord.com/invite/gw4cR9QvYE
about: Connect with other Guardrails users and get real-time support.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Documentation issue
about: Report a problem or suggest an improvement for Guardrails documentation
title: "[docs]"
labels: documentation
assignees: ''

---

**Description**
[Add a clear description of the documentation issue or improvement suggestion]

**Current documentation**
[Provide a link to the current documentation page or section that needs attention]

**Suggested changes**
[If you have specific changes in mind, describe them here. Be as detailed as possible]

**Additional context**
[Add any other context, screenshots, or examples that could help explain the issue or improvement]

**Checklist**
- [ ] I have checked that this issue hasn't already been reported
- [ ] I have checked the latest version of the documentation to ensure this issue still exists
- [ ] For simple typos or fixes, I have considered submitting a pull request instead