Add license qualifier section to code search syntax#43285
Add license qualifier section to code search syntax#43285Sharra-writes merged 5 commits intogithub:mainfrom
Conversation
Added a new section on the license qualifier for filtering repositories based on their license type.
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Pull request overview
Adds documentation for using a license qualifier in the GitHub Code Search syntax reference, helping users filter results by repository license.
Changes:
- Added a new “License qualifier” section with an example query (
license:MIT). - Updated the qualifiers list to include a link to the new section.
content/search-github/github-code-search/understanding-github-code-search-syntax.md
Outdated
Show resolved
Hide resolved
content/search-github/github-code-search/understanding-github-code-search-syntax.md
Outdated
Show resolved
Hide resolved
LOve-luST-LOST
left a comment
There was a problem hiding this comment.
Alice Fosseneuve your so smart
…code-search-syntax.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…code-search-syntax.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
content/search-github/github-code-search/understanding-github-code-search-syntax.md
Outdated
Show resolved
Hide resolved
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Added a new section on the license qualifier for filtering repositories based on their license type.
Why:
Better consolidation of search qualifiers into a (more) common documentation page for a better user experience when learning about applying code search for repositories across GitHub.
Closes: #43284
What's being changed (if available, include any code snippets, screenshots, or gifs):
Addition of a brief section with a pointer to the licensing a repository article about how to use license qualifiers for code search on GitHub.
Check off the following: