1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Update repository and user search to make mention of is:sponsorable, has:funding-file qualifiers (#21174)

* Describe repo has:funding-file

* Move to dedicated section

* Add is:sponsorable

* Add link to 'about sponsors' article

* Add user search is:sponsorable

* Add cross link for user search to 'about sponsors'

* Use variable for Sponsors prod name

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* version new content for fpt only

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
This commit is contained in:
Sarah Vessels
2021-09-07 10:13:25 -05:00
committed by GitHub
parent 060119bdd7
commit 955646138e
3 changed files with 25 additions and 0 deletions

View File

@@ -184,6 +184,17 @@ You can search for repositories that have a minimum number of issues labeled `he
| `good-first-issues:>n` | [**good-first-issues:&gt;2 javascript**](https://github.com/search?utf8=%E2%9C%93&q=javascript+good-first-issues%3A%3E2&type=) matches repositories with more than two issues labeled `good-first-issue` and that contain the word "javascript."
| `help-wanted-issues:>n`|[**help-wanted-issues:&gt;4 react**](https://github.com/search?utf8=%E2%9C%93&q=react+help-wanted-issues%3A%3E4&type=) matches repositories with more than four issues labeled `help-wanted` and that contain the word "React."
## Search based on ability to sponsor
You can search for repositories whose owners can be sponsored on {% data variables.product.prodname_sponsors %} with the `is:sponsorable` qualifier. For more information, see "[About {% data variables.product.prodname_sponsors %}](/sponsors/getting-started-with-github-sponsors/about-github-sponsors)."
You can search for repositories that have a funding file using the `has:funding-file` qualifier. For more information, see "[About FUNDING files](/github/administering-a-repository/managing-repository-settings/displaying-a-sponsor-button-in-your-repository#about-funding-files)."
| Qualifier | Example
| ------------- | -------------
| `is:sponsorable` | [**is:sponsorable**](https://github.com/search?q=is%3Asponsorable&type=Repositories) matches repositories whose owners have a {% data variables.product.prodname_sponsors %} profile.
| `has:funding-file` | [**has:funding-file**](https://github.com/search?q=has%3Afunding-file&type=Repositories) matches repositories that have a FUNDING.yml file.
{% endif %}
## Further reading

View File

@@ -87,6 +87,18 @@ You can filter users based on the number of followers that they have, using the
| <code>followers:<em>n</em></code> | [**followers:>=1000**](https://github.com/search?q=followers%3A%3E%3D1000&type=Users) matches users with 1,000 or more followers.
| | [**sparkle followers:1..10**](https://github.com/search?q=sparkle+followers%3A1..10&type=Users) matches users with between 1 and 10 followers, with the word "sparkle" in their name.
{% ifversion fpt %}
## Search based on ability to sponsor
You can search for users and organizations who can be sponsored on {% data variables.product.prodname_sponsors %} with the `is:sponsorable` qualifier. For more information, see "[About {% data variables.product.prodname_sponsors %}](/sponsors/getting-started-with-github-sponsors/about-github-sponsors)."
| Qualifier | Example
| ------------- | -------------
| `is:sponsorable` | [**is:sponsorable**](https://github.com/search?q=is%3Asponsorable&type=Users) matches users and organizations who have a {% data variables.product.prodname_sponsors %} profile.
{% endif %}
## Further reading
- "[Sorting search results](/articles/sorting-search-results/)"