Skip to content

Commit 7ca6086

Browse files
authored
Merge branch 'github:main' into psr-7
2 parents 28745e4 + 6a529bf commit 7ca6086

File tree

155 files changed

+952
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+952
-60
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### Please confirm this pull request meets the following requirements:
33

44
- [ ] I followed the contributing guidelines: <https://github.com/github/explore/blob/main/CONTRIBUTING.md>.
5-
- [ ] I have no affiliation with the project I am suggesting (as a maintainer, creator, contractor, or employee).
5+
- [ ] I am not the sole author or employee of a company who created the topic or collection I'm changing.
66

77
### Which change are you proposing?
88

.github/workflows/jekyll_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: 💎 setup ruby
26-
uses: ruby/setup-ruby@ee2113536afb7f793eed4ce60e8d3b26db912da4 # v1.127.0
26+
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
2727
with:
2828
bundler-cache: true
2929
cache-version: 0
@@ -33,10 +33,10 @@ jobs:
3333
uses: actions/configure-pages@v3
3434

3535
- name: 🔨 install dependencies & build site
36-
uses: actions/[email protected].7
36+
uses: actions/[email protected].8
3737

3838
- name: ⚡️ upload artifact
39-
uses: actions/upload-pages-artifact@v1
39+
uses: actions/upload-pages-artifact@v2
4040

4141
deploy:
4242
needs: build
@@ -49,4 +49,4 @@ jobs:
4949
steps:
5050
- name: 🚀 deploy
5151
id: deployment
52-
uses: actions/deploy-pages@v1.2.4
52+
uses: actions/deploy-pages@v2.0.3

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write # for actions/stale to close stale PRs
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/stale@v7
17+
- uses: actions/stale@v8
1818
with:
1919
stale-pr-message: >
2020
This pull request has been automatically marked as stale because it has not

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This repository includes [a list of the most-used GitHub topics that don't yet h
9898

9999
## Guidelines
100100

101-
* Avoid conflicts of interest. Maintainers of a project cannot add a topic or collection for their own project. If a topic is popular enough to warrant inclusion, someone else will add or improve it.
101+
* Avoid conflicts of interest. These should be of general community interest, not a marketing vehicle for a product or a personal project. If you are a direct employee of a company creating the project, or the creator and sole maintainer, it's unlikely to be accepted.
102102

103103
## Running tests
104104

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
Projects:
3+
- analogjs/analog
4+
- Atri-Labs/atrilabs-engine
5+
- bigskysoftware/htmx
6+
- code-hike/codehike
7+
- DioxusLabs/dioxus
8+
- EddieHubCommunity/LinkFree
9+
- FashionFreedom/Seamly2D
10+
- fastai/nbdev
11+
- formbricks/formbricks
12+
- GyulyVGC/sniffnet
13+
- JessicaTegner/pypandoc
14+
- mockoon/mockoon
15+
- nuxt/nuxt
16+
- responsively-org/responsively-app
17+
- simonw/datasette
18+
- spyder-ide/spyde
19+
- strawberry-graphql/strawberry
20+
- termux/termux-app
21+
- TimothyStiles/poly
22+
- trpc/trpc
23+
display_name: GitHub Accelerator Cohort 2023
24+
created_by: karasowles
25+
---
26+
GitHub Accelerator is an exploration into what sustainable open source could look like: a 10-week program where open source maintainers receive an initial sponsorship to work on their project, paired with guidance and workshops from open source leaders, with an end goal of building durable streams of funding for their work.

collections/cheatsheets/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ items:
66
- gto76/python-cheatsheet
77
- wilfredinni/python-cheatsheet
88
- ihebski/DefaultCreds-cheat-sheet
9+
- tldr-pages/tldr
10+
- cheat/cheat
11+
- srsudar/eg
12+
- gnebbia/kb
13+
- denisidoro/navi
914
display_name: Useful cheatsheets
1015
created_by: Luois45
1116
---
12-
A list of useful cheatsheets for various programming languages
17+
A list of useful cheat sheets for various programming languages and commands.

collections/choosing-projects/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
items:
33
- rust-lang/rust
4-
- HospitalRun/hospitalrun-frontend
54
- Homebrew/brew
65
- https://www.youtube.com/embed/dSl_qnWO104
76
- public-apis/public-apis
87
- SerenityOS/serenity
98
- komodorio/helm-dashboard
109
- cloudquery/cloudquery
10+
- EddieHubCommunity/LinkFree
11+
- Ileriayo/markdown-badges
12+
1113
display_name: How to choose (and contribute to) your first open source project
1214
created_by: kytrinyx
1315
---

collections/clean-code-linters/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ items:
2323
- rodjek/puppet-lint
2424
- koalaman/shellcheck
2525
- r-lib/lintr
26-
- testdouble/standard
26+
- standardrb/standard
2727
- realm/SwiftLint
2828
- replicatedhq/dockerfilelint
2929
- mvdan/sh
7.89 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
items:
3+
- Slackadays/Clipboard
4+
- p0deje/Maccy
5+
- hluk/CopyQ
6+
- TermiT/Flycut
7+
- Clipy/Clipy
8+
display_name: Clipboard Managers
9+
created_by: SpongeJohnSquareLennon
10+
image: clipboard-managers.png
11+
---
12+
Leave more room in your brain with this list of awesome clipboard managers.

0 commit comments

Comments
 (0)