참고소스 수정본
This commit is contained in:
29
참고/guardrails-main/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
29
참고/guardrails-main/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[bug]"
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. RAIL spec
|
||||
2. Runtime arguments (e.g. `guard(...)`)
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Libraries used w/ versions:**
|
||||
Example: guardrails-ai==0.7.2, guardrails-api==0.1.0a2, any Hub validators, etc.
|
||||
|
||||
**Environment details:**
|
||||
Example: Docker python:3.13-slim vs Windows Server 2022 w/ python 3.11, etc
|
||||
_Are you using a virtual environment? If so what kind (venv, conda, etc.)?_
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
14
참고/guardrails-main/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
14
참고/guardrails-main/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Guardrails Documentation
|
||||
url: https://www.guardrailsai.com/guardrails/docs
|
||||
about: Check our documentation for answers to common questions and usage guides.
|
||||
- name: Guardrails Hub
|
||||
url: https://guardrailsai.com/hub
|
||||
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
참고/guardrails-main/.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal file
25
참고/guardrails-main/.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal file
@@ -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
|
||||
20
참고/guardrails-main/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
참고/guardrails-main/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[feat]"
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Description**
|
||||
[Add a description of the feature]
|
||||
|
||||
**Why is this needed**
|
||||
[If you have a concrete use case, add details here.]
|
||||
|
||||
**Implementation details**
|
||||
[If known, describe how this change should be implemented in the codebase]
|
||||
|
||||
**End result**
|
||||
[How should this feature be used?]
|
||||
Reference in New Issue
Block a user