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

Define demo maintenance responsibilities and processes #226

Merged
merged 4 commits into from
Jan 25, 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
12 changes: 6 additions & 6 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
* @google/generative-ai-admin

demos/palm/web/talking-character @lyleaf @jayjicheng @blownhither
demos/palm/web/mood-food @lyleaf @jayjicheng
demos/palm/web/travel-planner @lyleaf @jayjicheng
demos/palm/web/list-it @mrayinteractive @aaron-wade
demos/palm/web/quick-prompt @mrayinteractive @aaron-wade
demos/palm/web/textfx @mrayinteractive @aaron-wade
# demos/palm/web/talking-character
# demos/palm/web/mood-food
# demos/palm/web/travel-planner
# demos/palm/web/list-it
# demos/palm/web/quick-prompt
# demos/palm/web/textfx
demos/palm/python/docs-agent @nickvander @rundong08 @Meggin @kyolee415
demos/palm/node/pipet-code-agent @joefernandez @shilpakancharla @markmcd

Expand Down
31 changes: 31 additions & 0 deletions DEMO_MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Demo Maintenance

We have several [demo applications](https://github.com/google/generative-ai-docs/tree/main/demos/palm) hosted in this repository that are referenced in the [AI for Developers](https://ai.google.dev/develop/sample-apps) site. We're looking to the community to help maintain them.
Thank you in advance for your contributions!

## Responsibilities

While we would love to accept any meaningful contributions to the demos, some tasks we'd particularly like help with include:
1. Create a process to verify that the app works as desired after any changes are made (preferably automated, but a manual testing process works well to start)
2. Get dependencies up-to-date
3. Review and fix any outstanding issues and PRs (you can filter by the `demos:XYZ` [label](https://github.com/google/generative-ai-docs/labels?q=demos%3A))
4. Migrate from PaLM to Gemini

## Next Steps

If you're interested and commited to maintaining one of the demos, please complete the following:
- Read through the [Contributing Guide](https://github.com/google/generative-ai-docs/blob/main/CONTRIBUTING.md)
- Submit a PR to add your GitHub handle next to the demo you're interested in maintaining, in the section below

## Active Maintainers

| Demo | Maintainers |
| ------------- | ------------- |
| [list-it](https://github.com/google/generative-ai-docs/tree/main/demos/palm/web/list-it) | |
| [mood-food](https://github.com/google/generative-ai-docs/tree/main/demos/palm/web/mood-food) | |
| [quick-prompt](https://github.com/google/generative-ai-docs/tree/main/demos/palm/web/quick-prompt) | |
| [talking-character](https://github.com/google/generative-ai-docs/tree/main/demos/palm/web/talking-character) | |
| [textfx](https://github.com/google/generative-ai-docs/tree/main/demos/palm/web/textfx) | |
| [travel-planner](https://github.com/google/generative-ai-docs/tree/main/demos/palm/web/travel-planner) | |
| [docs-agent](https://github.com/google/generative-ai-docs/tree/main/demos/palm/python/docs-agent) | @nickvander @rundong08 @Meggin @kyolee415 |
| [pipet-code-agent](https://github.com/google/generative-ai-docs/tree/main/demos/palm/node/pipet-code-agent) | @joefernandez @shilpakancharla @markmcd |
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ the [Generative AI developer site](https://developers.generativeai.google/).
To contribute to the site documentation, please read
[CONTRIBUTING.md](CONTRIBUTING.md).

To contribute as a demo app maintainer, please read
[DEMO_MAINTAINERS.md](DEMO_MAINTAINERS.md).

To file an issue, please use the
[GitHub issue tracker](https://github.com/google/generative-ai-docs/issues/new).

Expand Down
Loading