Skip to content

Commit b320047

Browse files
Merge branch 'github:main' into main
2 parents 41af88d + 1e5791a commit b320047

File tree

33 files changed

+156
-19
lines changed

33 files changed

+156
-19
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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/[email protected].2
52+
uses: actions/[email protected].3

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

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.
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.

collections/game-engines/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ items:
2323
- WhitestormJS/whs.js
2424
- wellcaffeinated/PhysicsJS
2525
- playcanvas/engine
26-
- cocos2d/cocos2d-html5
26+
- cocos/cocos-engine
2727
- craftyjs/Crafty
2828
- pixijs/pixijs
2929
- renpy/renpy
@@ -38,7 +38,6 @@ items:
3838
- amethyst/amethyst
3939
- orx/orx
4040
- nCine/nCine
41-
- cocos/cocos-engine
4241
- love2d/love
4342
- coronalabs/corona
4443
- hajimehoshi/ebiten

collections/javascript-game-engines/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ items:
66
- gamelab/kiwi.js
77
- craftyjs/Crafty
88
- liabru/matter-js
9-
- shakiba/stage.js
9+
- piqnt/stage.js
1010
- cocos2d/cocos2d-html5
1111
- playcanvas/engine
1212
- BabylonJS/Babylon.js
1313
- ekelokorpi/panda-engine
1414
- qiciengine/qiciengine
1515
- WhitestormJS/whs.js
1616
- GooTechnologies/goojs
17-
- shakiba/planck.js
17+
- piqnt/planck.js
1818
- Irrelon/ige
1919
- 4ian/GDevelop
2020
- mrdoob/three.js

collections/made-in-bangladesh/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ items:
2828
- thesabbir/simple-line-icons
2929
- usmanhalalit/charisma
3030
- usmanhalalit/laracsv
31+
- boss-net/license-checker
32+
- sscsb/action-sbom-upload
33+
- sulaiman-coder/profiler
3134

3235
display_name: Made in Bangladesh
3336
created_by: kuttumiah

collections/made-in-italy/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ items:
1717
- Schrodinger-Hat/ImageGoNord
1818
- stoplightio/prism
1919
- ercole-io/ercole
20+
- Exifly/ApiVault
2021
display_name: Made in Italy
2122
created_by: thejoin95
2223
image: made-in-italy.png

0 commit comments

Comments
 (0)