-
Notifications
You must be signed in to change notification settings - Fork 296
Update issue templates #290
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| --- | ||
| name: Bug report | ||
| about: Create a report to help us improve | ||
| title: '' | ||
| labels: bug | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| ** Please make sure you read the contribution guide and file the issues in the right place. ** | ||
| [Contribution guide.](https://google.github.io/adk-docs/contributing-guide/) | ||
dpasiukevich marked this conversation as resolved.
Show resolved
Hide resolved
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing Go-specific entries in https://google.github.io/adk-docs/contributing-guide/ :
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, it's a separate repo which will be handled in a separate PR. |
||
|
|
||
| **Describe the bug** | ||
| A clear and concise description of what the bug is. | ||
|
|
||
| **To Reproduce** | ||
| Please share a minimal code and data to reproduce your problem. | ||
| Steps to reproduce the behavior: | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This doesn't apply for docs issues, maybe we should have a dedicated one for that Or we can add "other issues" for docs, questions, debt etc
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yep, it exists by default. When issue is created you could either choose from the templates OR create a blank issue which is exactly for that. |
||
| 1. Install '...' | ||
| 2. Run '....' | ||
| 3. Open '....' | ||
| 4. Provide error or a stacktrace | ||
|
|
||
| **Expected behavior** | ||
| A clear and concise description of what you expected to happen. | ||
|
|
||
| **Screenshots** | ||
| If applicable, add screenshots to help explain your problem. | ||
|
|
||
| **Desktop (please complete the following information):** | ||
| - OS: [e.g. macOS, Linux, Windows] | ||
| - Go version: | ||
| - ADK version: | ||
|
|
||
| **Model Information:** | ||
| - Which model is being used (e.g. gemini-2.5-pro) | ||
|
|
||
| **Additional context** | ||
| Add any other context about the problem here. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| --- | ||
| name: Feature request | ||
| about: Suggest an idea for this project | ||
| title: '' | ||
| labels: enhancement | ||
| assignees: '' | ||
|
|
||
| --- | ||
|
|
||
| ** Please make sure you read the contribution guide and file the issues in the right place. ** | ||
| [Contribution guide.](https://google.github.io/adk-docs/contributing-guide/) | ||
|
|
||
| **Is your feature request related to a problem? Please describe.** | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add relations to bugs |
||
| A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I always wanted to do .... instead of frustrated ? :) |
||
|
|
||
| **Describe the solution you'd like** | ||
| A clear and concise description of what you want to happen. | ||
|
|
||
| **Describe alternatives you've considered** | ||
| A clear and concise description of any alternative solutions or features you've considered. | ||
|
|
||
| **Additional context** | ||
| Add any other context or screenshots about the feature request here. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it would be better to add some structure
See
https://github.com/google/gvisor/blob/master/.github/ISSUE_TEMPLATE/bug_report.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please open https://github.com/google/gvisor/issues and create a new issue