Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ankit/add issue template #34

Merged
merged 3 commits into from
Oct 29, 2024
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
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/agent_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: New Agent request
description: Submit a proposal/request for a new agent
labels: ['enhancement']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this agent request!
- type: checkboxes
attributes:
label: Confirm this is a new agent request
options:
- label: I've checked the current issues, and there's no record of this agent request
required: false
- type: textarea
attributes:
label: Describe the agent
description: >
Provide a clear, concise overview of what this agent needs to do and why it is needed.
validations:
required: true
- type: textarea
attributes:
label: Additional Context
description: >
Add any other context about the agent request here.
validations:
required: false
72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
name: Bug report
description: Create a report to help us improve
labels: ['bug']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
attributes:
label: Confirm this is a new bug report
options:
- label: I've checked the current issues, and there's no record of this bug
required: false
- type: textarea
attributes:
label: Current Behavior
description: >
A clear and concise description of what the bug is.
placeholder: >
I intended to perform action X, but unexpectedly encountered outcome Y.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: >
A clear and concise description of what you expected to happen.
placeholder: >
I expected outcome Y to occur.
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: >
Steps to reproduce the behavior:
placeholder: |
1. Fetch a '...'
2. Update the '....'
3. See error
validations:
required: true
- type: textarea
attributes:
label: Relevant Logs and/or Screenshots
description: >
If applicable, add logs and/or screenshots to help explain your problem.
validations:
required: false
- type: textarea
attributes:
label: Environment
description: |
Please complete the following information:
eg:
- OS: Ubuntu 20.04
- Python: 3.9.1
- VideoDB: 0.0.1
value: |
- OS:
- Python:
- VideoDB:
validations:
required: false
- type: textarea
attributes:
label: Additional Context
description: >
Add any other context about the problem here.
validations:
required: false
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Feature
description: Submit a proposal/request for a new feature
labels: ['enhancement']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: checkboxes
attributes:
label: Confirm this is a new feature request
options:
- label: I've checked the current issues, and there's no record of this feature request
required: false
- type: textarea
attributes:
label: Describe the feature
description: >
A clear and concise description of what the feature is and why it's needed.
validations:
required: true
- type: textarea
attributes:
label: Additional Context
description: >
Add any other context about the feature request here.
validations:
required: false
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/tool_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: New Tool request
description: Submit a proposal/request for a new tool
labels: ['enhancement']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this tool request!
- type: checkboxes
attributes:
label: Confirm this is a new tool request
options:
- label: I've checked the current issues, and there's no record of this tool request
required: false
- type: textarea
attributes:
label: Describe the tool
description: >
Provide a clear, concise overview of what this tool needs to do and why it is needed.
validations:
required: true
- type: textarea
attributes:
label: Additional Context
description: >
Add any other context about the tool request here.
validations:
required: false