feat(cookbook): add Copilot SDK Java Examples to community samples.#2301
Open
thesurenk wants to merge 1 commit into
Open
feat(cookbook): add Copilot SDK Java Examples to community samples.#2301thesurenk wants to merge 1 commit into
thesurenk wants to merge 1 commit into
Conversation
Add a web-based Java community sample to cookbook.yml under the Community Samples section, linking to thesurenk/github-copilot-java-examples.
Contributor
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
Author
|
@all-contributors add @thesurenk for docs |
Contributor
|
I've put up a pull request to add @thesurenk! 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a web-based Java community sample to cookbook.yml under the Community Samples section, linking to "thesurenk/github-copilot-java-examples".
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.mainbranch for this pull request.Description
Adds a community-contributed external recipe to the Community Samples section in
cookbook/cookbook.yml, following the external recipe pattern introduced in #831.Entry details:
copilot-sdk-java-examplesjava,copilot-sdk,web-app,cli,communityThis lets the project appear on the Learning Hub Cookbook page as an external community sample, alongside entries like the Node.js Agentic Issue Resolver and Copilot SDK Web App, without hosting the example code in this repository.
Local verification:
npm run website:dataand confirmed the entry appears in generatedsamples.jsonnpm run website:devand verified the card at/learning-hub/cookbook/Type of Contribution
cookbook/cookbook.ymlAdditional Notes
cookbook/cookbook.ymlis changed.website/public/data/samples.jsonis generated at build/deploy time and should not be committed.By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.