Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
393b934
Meta tweaks
sindresorhus Sep 13, 2025
80bca60
Meta tweaks
sindresorhus Oct 10, 2025
beb085f
Add Roblox (#3633)
ryanlua Oct 27, 2025
6f6545c
Add SAP Commerce (#2925)
eminyagiz42 Oct 27, 2025
e659e60
Add F# (#3259)
ForNeVeR Oct 27, 2025
b8d1877
Add Backstage (#3305)
shano Oct 27, 2025
f961036
Remove broken link
sindresorhus Oct 28, 2025
777c215
Add Position-Based Quantum Cryptography (#3390)
rellaner Oct 28, 2025
64fefe7
Add Tech Ethics (#3560)
sampart Oct 28, 2025
75f98d4
Add Gemini CLI (#3621)
bl-ue Oct 28, 2025
6dc0576
Add Audio Over IP (#3535)
Mo-way Oct 28, 2025
6095f21
Add Omarchy (#3658)
aorumbayev Oct 28, 2025
a52fe1c
Add OpenID Connect (#2607)
emmanuelgautier Nov 9, 2025
ff69727
Add Copilot Agents (#3554)
colbytimm Nov 12, 2025
fa5128c
Remove Zig
sindresorhus Nov 18, 2025
1345b0a
Meta tweaks
sindresorhus Nov 22, 2025
c4919d3
Improve contribution instructions for beginners (#3856)
ahmasmibhanu Jan 6, 2026
51e985f
Update outdated GitHub Actions version (#3875)
pgoslatara Jan 15, 2026
da0892f
Fix: Remove duplicate paragraph tag in readme (#3897)
JeevanYewale Jan 28, 2026
91a6329
Fix typo (#3975)
putku45 Feb 28, 2026
3ae7bc1
Update pull_request_template.md
sindresorhus Mar 4, 2026
c86551f
Improve some descriptions
sindresorhus Feb 3, 2026
3ac1731
Update guidelines
sindresorhus Mar 9, 2026
2f3c272
Update link for `Transit` (#3818)
derhuerst Apr 1, 2026
893fc57
Meta tweaks
sindresorhus Apr 2, 2026
4059268
Fix error handling in repo linter (#4104)
JiayangLai Apr 19, 2026
f5d5b00
Meta tweaks
sindresorhus May 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: awesome-lint
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/repo_linter.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -eo pipefail

# Find the repo in the git diff and then set it to an env variables.
REPO_TO_LINT=$(
Expand All @@ -15,7 +16,7 @@ if [ -z "$REPO_TO_LINT" ]; then
echo "No new link found in the format: https://....#readme"
else
echo "Cloning $REPO_TO_LINT"
mkdir cloned
mkdir -p cloned
cd cloned
git clone "$REPO_TO_LINT" .
npx awesome-lint
Expand Down
2 changes: 1 addition & 1 deletion awesome.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The awesome manifesto

If you want your list to be included on `awesome`, try to only include actual awesome stuff in your list. After all, it's a curation, not a collection.
If you want your list to be included in `awesome`, try to only include actual awesome stuff in your list. After all, it's a curation, not a collection.

But **what is awesome?**

Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To create your own list, check out the [instructions](create-list.md).

If you have something awesome to contribute to an awesome list, this is how you do it.

You'll need a [GitHub account](https://github.com/join)!
You will need a [GitHub account](https://github.com/join)! If you are new to GitHub, [get started here](https://github.com/firstcontributions/first-contributions).

1. Access the awesome list's GitHub page. For example: https://github.com/sindresorhus/awesome
2. Click on the `readme.md` file: ![Step 2 Click on Readme.md](https://cloud.githubusercontent.com/assets/170270/9402920/53a7e3ea-480c-11e5-9d81-aecf64be55eb.png)
Expand Down
4 changes: 3 additions & 1 deletion pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@

## Requirements for your pull request

- [ ] Fully AI-generated pull requests are not accepted.
- [ ] Don't open a Draft / WIP pull request while you work on the guidelines. A pull request should be 100% ready and should adhere to all the guidelines when you open it. **Instead use [#2242](https://github.com/sindresorhus/awesome/issues/2242) for incubation visibility**.
- [ ] **Don't waste my time.** Do a good job, adhere to all the guidelines, and be responsive.
- [ ] **You have to review at least 2 other [open pull requests](https://github.com/sindresorhus/awesome/pulls?q=is%3Apr+is%3Aopen).**
- [ ] **You have to review at least 4 other [open pull requests](https://github.com/sindresorhus/awesome/pulls?q=is%3Apr+is%3Aopen).**
Try to prioritize unreviewed PRs, but you can also add more comments to reviewed PRs. Go through the below list when reviewing. This requirement is meant to help make the Awesome project self-sustaining. Comment here which PRs you reviewed. You're expected to put a good effort into this and to be thorough. Look at previous PR reviews for inspiration. **Just commenting “looks good” or simply marking the pull request as approved does not count!** You have to actually point out mistakes or improvement suggestions. Comments pointing out lint violation are allowed, but does **not** count as a review.
- [ ] You have read and understood the [instructions for creating a list](https://github.com/sindresorhus/awesome/blob/main/create-list.md).
- [ ] This pull request has a title in the format `Add Name of List`. It should not contain the word `Awesome`.
Expand All @@ -41,6 +42,7 @@
## Requirements for your Awesome list

- [ ] **Has been around for at least 30 days.**<br>That means 30 days from either the first real commit or when it was open-sourced. Whatever is most recent.
- [ ] Is not AI-generated.
- [ ] Run [`awesome-lint`](https://github.com/sindresorhus/awesome-lint) on your list and fix the reported issues. If there are false-positives or things that cannot/shouldn't be fixed, please [report it](https://github.com/sindresorhus/awesome-lint/issues/new).
- [ ] The default branch should be named [`main`, not `master`](https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/).
- [ ] **Includes a succinct description of the project/theme at the top of the readme.** [(Example)](https://github.com/willempienaar/awesome-quantified-self)
Expand Down
Loading