Skip to content

Commit 52caa3b

Browse files
authored
Merge pull request #95 from AgentOps-AI/issue_templates
issue templates
2 parents 525c777 + dfbc5e7 commit 52caa3b

File tree

7 files changed

+229
-0
lines changed

7 files changed

+229
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: 🐛 Bug Report
2+
description: Noticed something off with AgentStack? Let us know!
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this bug report! Your feedback helps us improve AgentStack.
11+
- type: input
12+
id: contact
13+
attributes:
14+
label: Contact Details
15+
description: How can we get in touch with you if we need more info?
16+
placeholder: ex. email@example.com
17+
validations:
18+
required: false
19+
- type: input
20+
id: package-version
21+
attributes:
22+
label: 📦 Package Version
23+
description: What version of AgentStack are you using?
24+
placeholder: ex. 0.2.2
25+
validations:
26+
required: true
27+
- type: input
28+
id: framework-version
29+
attributes:
30+
label: 🎞️ Framework Version
31+
description: Which frameworks are you using? (if applicable)
32+
placeholder: ex. Autogen 0.3.0, CrewAI 0.61.0, Langchain 0.2.1
33+
validations:
34+
required: false
35+
- type: textarea
36+
id: bug-description
37+
attributes:
38+
label: 🔎 Describe the Bug
39+
description: Give a clear and concise description of the bug and how to reproduce it. Include any error messages and screenshots.
40+
placeholder: What went wrong?
41+
validations:
42+
required: true
43+
- type: checkboxes
44+
id: contribution
45+
attributes:
46+
label: 🤝 Contribution
47+
description: Would you be willing to contribute to this update?
48+
options:
49+
- label: Yes, I'd be happy to submit a pull request with these changes.
50+
- label: I need some guidance on how to contribute.
51+
- label: I'd prefer the AgentStack team to handle this update.
52+
validations:
53+
required: true
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: 📚 Documentation Update
2+
description: Suggest an improvement or addition to our documentation
3+
title: "[Docs]: "
4+
labels: ["documentation"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thank you for helping us improve AgentStack documentation! Your input is valuable in making our docs more helpful and comprehensive.
11+
- type: textarea
12+
id: current-state
13+
attributes:
14+
label: 📘 Current State of Documentation
15+
description: What information is missing or could be improved?
16+
placeholder: Describe the current state of the documentation you'd like to update.
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: suggested-improvement
21+
attributes:
22+
label: 📖 Suggested Improvement
23+
description: Describe your idea for the new/improved documentation.
24+
placeholder: What changes or additions would you like to see?
25+
validations:
26+
required: true
27+
- type: input
28+
id: affected-pages
29+
attributes:
30+
label: 🔗 Affected Documentation Pages
31+
description: If applicable, provide links to the documentation pages that need updating.
32+
placeholder: ...
33+
validations:
34+
required: false
35+
- type: textarea
36+
id: additional-context
37+
attributes:
38+
label: 🔍 Additional Context
39+
description: Any extra information to help us understand the change?
40+
placeholder: Provide any additional details or context for the documentation update.
41+
validations:
42+
required: false
43+
- type: checkboxes
44+
id: contribution
45+
attributes:
46+
label: 🤝 Contribution
47+
description: Would you be willing to contribute to this documentation update?
48+
options:
49+
- label: Yes, I'd be happy to submit a pull request with these changes.
50+
- label: I need some guidance on how to contribute.
51+
- label: I'd prefer the AgentStack team to handle this update.
52+
validations:
53+
required: true
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: 🚀 Feature Request
2+
description: Got an idea to improve AgentStack? We're all ears!
3+
title: "[Feature]: "
4+
labels: ["enhancement"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to share your feature idea! Your input helps us improve AgentStack.
11+
- type: textarea
12+
id: feature-description-and-solution
13+
attributes:
14+
label: 💡 Feature Description and Proposed Solution
15+
description: Briefly describe your feature suggestion and how you envision it working. Include any mockups/screenshots if applicable.
16+
placeholder: What's your brilliant idea?
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: problem-related
21+
attributes:
22+
label: 🤔 Related Problem
23+
description: Is your feature request related to a problem you're facing?
24+
placeholder: Describe the problem, if applicable. The more we understand your struggle, the better we can address it.
25+
validations:
26+
required: false
27+
- type: checkboxes
28+
id: contribution
29+
attributes:
30+
label: 🤝 Contribution
31+
description: Would you be willing to contribute to this update?
32+
options:
33+
- label: Yes, I'd be happy to submit a pull request with these changes.
34+
- label: I need some guidance on how to contribute.
35+
- label: I'd prefer the AgentStack team to handle this update.
36+
validations:
37+
required: true
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: 🔧 Framework Integration Request
2+
description: Have a framework you want to see in AgentStack? We're all ears!
3+
title: "[Integration request]: "
4+
labels: ["integration"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to share your feature idea! Your input helps us improve AgentStack.
11+
- type: textarea
12+
id: feature-description-and-solution
13+
attributes:
14+
label: 💡 Framework Description and Proposed Solution
15+
description: Briefly describe your which framework you want to see and how you envision it working.
16+
placeholder: What framework do you want to see?
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: problem-related
21+
attributes:
22+
label: 🤔 Extra context
23+
description: What will be needed to implement this framework? Is it free? What are the costs?
24+
placeholder: Explain the context.
25+
validations:
26+
required: false
27+
- type: checkboxes
28+
id: contribution
29+
attributes:
30+
label: 🤝 Contribution
31+
description: Would you be willing to contribute to this update?
32+
options:
33+
- label: Yes, I'd be happy to submit a pull request with these changes.
34+
- label: I need some guidance on how to contribute.
35+
- label: I'd prefer the AgentStack team to handle this update.
36+
validations:
37+
required: true
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: 🔧 Feature Request
2+
description: Got a tool you want to see in AgentStack? We're all ears!
3+
title: "[Tool request]: "
4+
labels: ["tool"]
5+
assignees: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to share your feature idea! Your input helps us improve AgentStack.
11+
- type: textarea
12+
id: feature-description-and-solution
13+
attributes:
14+
label: 💡 Tool Description and Proposed Solution
15+
description: Briefly describe your which tool you want to see and how you envision it working. Include links, screenshots, etc.
16+
placeholder: What tool do you want to see?
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: problem-related
21+
attributes:
22+
label: 🤔 Extra context
23+
description: What will be needed to implement this tool? Is it free? What are the costs?
24+
placeholder: Explain the context.
25+
validations:
26+
required: false
27+
- type: checkboxes
28+
id: contribution
29+
attributes:
30+
label: 🤝 Contribution
31+
description: Would you be willing to contribute to this update?
32+
options:
33+
- label: Yes, I'd be happy to submit a pull request with these changes.
34+
- label: I need some guidance on how to contribute.
35+
- label: I'd prefer the AgentStack team to handle this update.
36+
validations:
37+
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 📥 Pull Request
2+
3+
**📘 Description**
4+
_Briefly describe the changes you've made._
5+
6+
**🧪 Testing**
7+
_Describe the tests you performed to validate your changes._
8+

.github/stale.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
3+
# Number of days of inactivity before an issue becomes stale
4+
daysUntilStale: 60

0 commit comments

Comments
 (0)