You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your interest in contributing to the Agent Development Kit (ADK)! We welcome contributions to both the core framework (Python and Java) and its documentation.
1
+
Thank you for your interest in contributing to Agent Development Kit (ADK)! We
2
+
welcome contributions to the core frameworks, documentation, and related
3
+
components, which are listed below.
2
4
3
5
This guide provides information on how to get involved.
[`google/adk-docs`](https://github.com/google/adk-docs) | Contains the source for the documentation site you are currently reading | [`CONTRIBUTING.md`](https://github.com/google/adk-docs/blob/main/CONTRIBUTING.md)
20
+
[`google/adk-web`](https://github.com/google/adk-web) | Contains the source for the `adk web` dev UI |
@@ -34,48 +37,50 @@ was for a different project), you probably don't need to do it again.
34
37
Visit <https://cla.developers.google.com/> to see your current agreements or to
35
38
sign a new one.
36
39
37
-
### 📜 Review our community guidelines
40
+
### Review community guidelines
38
41
39
42
This project follows
40
43
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).
41
44
42
-
## 💬 Join the Discussion!
45
+
## Join the discussion
43
46
44
-
Have questions, want to share ideas, or discuss how you're using the ADK? Head over to our **[Python](https://github.com/google/adk-python/discussions)** or **[Java](https://github.com/google/adk-java/discussions)** Discussions!
47
+
Have questions, want to share ideas, or discuss how you're using ADK? Head over
48
+
to our **[Python](https://github.com/google/adk-python/discussions)** or
If you find a bug in the framework or an error in the documentation:
60
65
61
66
***Framework Bugs:** Open an issue in [`google/adk-python`](https://github.com/google/adk-python/issues/new) or in [`google/adk-java`](https://github.com/google/adk-java/issues/new)
62
67
***Documentation Errors:**[Open an issue in `google/adk-docs` (use bug template)](https://github.com/google/adk-docs/issues/new?template=bug_report.md)
Have an idea for a new feature or an improvement to an existing one?
67
72
68
73
***Framework Enhancements:** Open an issue in [`google/adk-python`](https://github.com/google/adk-python/issues/new) or in [`google/adk-java`](https://github.com/google/adk-java/issues/new)
69
74
***Documentation Enhancements:**[Open an issue in `google/adk-docs`](https://github.com/google/adk-docs/issues/new)
Found a typo, unclear explanation, or missing information? Submit your changes directly:
74
79
75
80
***How:** Submit a Pull Request (PR) with your suggested improvements.
76
81
***Where:**[Create a Pull Request in `google/adk-docs`](https://github.com/google/adk-docs/pulls)
77
82
78
-
### 4. Writing Code { #writing-code }
83
+
### Writing code { #writing-code }
79
84
80
85
Help fix bugs, implement new features or contribute code samples for the documentation:
81
86
@@ -85,16 +90,21 @@ Help fix bugs, implement new features or contribute code samples for the documen
85
90
***Java Framework:**[Create a Pull Request in `google/adk-java`](https://github.com/google/adk-java/pulls)
86
91
***Documentation:**[Create a Pull Request in `google/adk-docs`](https://github.com/google/adk-docs/pulls)
87
92
88
-
### Code Reviews
93
+
### Code reviews
89
94
90
-
* All contributions, including those from project members, undergo a review process.
95
+
* All contributions, including those from project members, undergo a review
96
+
process.
91
97
92
-
* We use GitHub Pull Requests (PRs) for code submission and review. Please ensure your PR clearly describes the changes you are making.
98
+
* We use GitHub Pull Requests (PRs) for code submission and review. Please
99
+
ensure your PR clearly describes the changes you are making.
93
100
94
101
## License
95
102
96
-
By contributing, you agree that your contributions will be licensed under the project's [Apache 2.0 License](https://github.com/google/adk-docs/blob/main/LICENSE).
103
+
By contributing, you agree that your contributions will be licensed under the
0 commit comments