Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully ahere to the awesome list guidelines #18

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
61 changes: 58 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

> Talks, blog posts, and interviews amplifying the voices of Black developers on GitHub because #BlackLivesMatter

[@aprilspeight](aprilspeight) | [@bdougie](bdougie) | [@dayhaysoos](dayhaysoos) | [@ifiokjr](ifiokjr) | [@m0nica](m0nica) | [@Prophen](Prophen) | [@kjaymiller](kjaymiller)
--- | --- | --- | --- | --- | --- | ---
![@aprilspeight](https://avatars.githubusercontent.com/aprilspeight?s=100&v=1) | ![@bdougie](https://avatars.githubusercontent.com/bdougie?s=100&v=1) | ![@dayhaysoos](https://avatars.githubusercontent.com/dayhaysoos?s=100&v=1) | ![@ifiokjr](https://avatars.githubusercontent.com/ifiokjr?s=100&v=1) | ![@m0nica](https://avatars.githubusercontent.com/m0nica?s=100&v=1) | ![@Prophen](https://avatars.githubusercontent.com/Prophen?s=100&v=1) | ![@kjaymiller](https://avatars.githubusercontent.com/kjaymiller?s=100&v=1)
[@aprilspeight](#aprilspeight) | [@bdougie](#bdougie) | [@dayhaysoos](#dayhaysoos) | [@ifiokjr](#ifiokjr) | [@m0nica](#m0nica) | [@Prophen](#Prophen) | [@kjaymiller](#kjaymiller) | [@Requirements for your Awesome list](#Requirements for your Awesome list)
--- | --- | --- | --- | --- | --- | --- | ---
![@aprilspeight](https://avatars.githubusercontent.com/aprilspeight?s=100&v=1) | ![@bdougie](https://avatars.githubusercontent.com/bdougie?s=100&v=1) | ![@dayhaysoos](https://avatars.githubusercontent.com/dayhaysoos?s=100&v=1) | ![@ifiokjr](https://avatars.githubusercontent.com/ifiokjr?s=100&v=1) | ![@m0nica](https://avatars.githubusercontent.com/m0nica?s=100&v=1) | ![@Prophen](https://avatars.githubusercontent.com/Prophen?s=100&v=1) | ![@kjaymiller](https://avatars.githubusercontent.com/kjaymiller?s=100&v=1) | ![@Requirements for your Awesome list](https://avatars.githubusercontent.com/Requirements for your Awesome list?s=100&v=1)


### [@aprilspeight](https://github.com/aprilspeight)
Expand Down Expand Up @@ -36,6 +36,61 @@
* Productivity in Tech ([project](https://productivityintech.com/))
* PIT Reflection: GitHub Sponsors, Talking to Mentors, and Writing Docs ([podcast](https://productivityintech.transistor.fm/s2020/10))

### [@Requirements for your Awesome list](https://github.com/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.
* - [ ] Run [](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).
* - [x] The default branch should be named [, not ](https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/).
* - [x] Includes a succinct description of the project/theme at the top of the readme. [(Example)](https://github.com/willempienaar/awesome-quantified-self)
* - ✅
* - ✅
* - ❌
* - ❌
* -[ ] It's the result of hard work and the best I could possibly produce.
* If you have not put in considerable effort into your list, your pull request will be immediately closed.
* - [x] The repo name of your list should be in lowercase slug format: .
* - ✅
* - ✅
* - ❌
* - ❌
* - [x] The heading title of your list should be in [title case](https://capitalizemytitle.com/) format: .
* - ✅
* - ✅
* - ❌
* - ❌
* - [ ] Non-generated Markdown file in a GitHub repo.
* - [x] The repo should have & as [GitHub topics](https://help.github.com/articles/about-topics). I encourage you to add more relevant topics.
* - [x] Not a duplicate. Please search for existing submissions.
* - [x] Only has awesome items. Awesome lists are curations of the best, not everything.
* - [x] Does not contain items that are unmaintained, has archived repo, deprecated, or missing docs. If you really need to include such items, they should be in a separate Markdown file.
* - [ ] Includes a project logo/illustration whenever possible.
* - Either centered, fullwidth, or placed at the top-right of the readme. [(Example)](https://github.com/sindresorhus/awesome-electron)
* - The image should link to the project website or any relevant website.
* - The image should be high-DPI. Set it to maximum half the width of the original image.
* - [x] Entries have a description, unless the title is descriptive enough by itself. It rarely is though.
* - [x] Includes the [Awesome badge](awesome.md#awesome-badge).
* - Should be placed on the right side of the readme heading.
* - Can be placed centered if the list has a centered graphics header.
* - Should link back to this list.
* - [ ] Has a Table of Contents section.
* - Should be named , not .
* - Should be the first section in the list.
* - Should only have one level of [nested lists](https://commonmark.org/help/tutorial/10-nestedLists.html), preferably none.
* - [x] Has an appropriate license.
* - We strongly recommend the [CC0 license](https://creativecommons.org/publicdomain/zero/1.0/), but any [Creative Commons license](https://creativecommons.org/choose/) will work.
* - Tip: You can quickly add it to your repo by going to this URL: (replace and accordingly).
* - A code license like MIT, BSD, Apache, GPL, etc, is not acceptable. Neither are WTFPL and [Unlicense](https://unlicense.org).
* - Place a file named or in the repo root with the license text.
* - Do not add the license name or text to the readme. GitHub already shows the license name at the top of the repo.
* - To verify that you've read all the guidelines, please comment on your pull request with just the word .
* - [x] Has [contribution guidelines](awesome.md#include-contribution-guidelines).
* - The file should be named . Casing is up to you.
* - [x] Has consistent formatting and proper spelling/grammar.
* - The link and description are separated by a dash. <br>Example:
* - The description starts with an uppercase character and ends with a period.
* - Consistent and correct naming. For example, , not or .
* - [x] Doesn't include a Travis badge.<br>You can still use Travis for list linting, but the badge has no value in the readme.
* - [x] Doesn't include an or kinda link at the top of the readme. The Awesome badge is enough.

## 💅🏾 Contributing

Additional suggestions are welcomed! Check out [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
Expand Down
73 changes: 73 additions & 0 deletions developers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,76 @@ Prophen:
kjaymiller:
- Productivity in Tech ([project](https://productivityintech.com/))
- 'PIT Reflection: GitHub Sponsors, Talking to Mentors, and Writing Docs ([podcast](https://productivityintech.transistor.fm/s2020/10))'
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."
- "- [ ] Run [](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)."
- "- [x] The default branch should be named [, not ](https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/)."
- "- [x] Includes a succinct description of the project/theme at the top of the readme.
[(Example)](https://github.com/willempienaar/awesome-quantified-self)"
- "- ✅"
- "- ✅"
- "- ❌"
- "- ❌"
- "-[ ] It's the result of hard work and the best I could possibly produce."
- If you have not put in considerable effort into your list, your pull request will
be immediately closed.
- "- [x] The repo name of your list should be in lowercase slug format: ."
- "- ✅"
- "- ✅"
- "- ❌"
- "- ❌"
- "- [x] The heading title of your list should be in [title case](https://capitalizemytitle.com/)
format: ."
- "- ✅"
- "- ✅"
- "- ❌"
- "- ❌"
- "- [ ] Non-generated Markdown file in a GitHub repo."
- "- [x] The repo should have & as [GitHub topics](https://help.github.com/articles/about-topics).
I encourage you to add more relevant topics."
- "- [x] Not a duplicate. Please search for existing submissions."
- "- [x] Only has awesome items. Awesome lists are curations of the best, not everything."
- "- [x] Does not contain items that are unmaintained, has archived repo, deprecated,
or missing docs. If you really need to include such items, they should be in a separate
Markdown file."
- "- [ ] Includes a project logo/illustration whenever possible."
- "- Either centered, fullwidth, or placed at the top-right of the readme. [(Example)](https://github.com/sindresorhus/awesome-electron)"
- "- The image should link to the project website or any relevant website."
- "- The image should be high-DPI. Set it to maximum half the width of the original
image."
- "- [x] Entries have a description, unless the title is descriptive enough by itself.
It rarely is though."
- "- [x] Includes the [Awesome badge](awesome.md#awesome-badge)."
- "- Should be placed on the right side of the readme heading."
- "- Can be placed centered if the list has a centered graphics header."
- "- Should link back to this list."
- "- [ ] Has a Table of Contents section."
- "- Should be named , not ."
- "- Should be the first section in the list."
- "- Should only have one level of [nested lists](https://commonmark.org/help/tutorial/10-nestedLists.html),
preferably none."
- "- [x] Has an appropriate license."
- "- We strongly recommend the [CC0 license](https://creativecommons.org/publicdomain/zero/1.0/),
but any [Creative Commons license](https://creativecommons.org/choose/) will work."
- "- Tip: You can quickly add it to your repo by going to this URL: (replace and
\ accordingly)."
- "- A code license like MIT, BSD, Apache, GPL, etc, is not acceptable. Neither are
WTFPL and [Unlicense](https://unlicense.org)."
- "- Place a file named or in the repo root with the license text."
- "- Do not add the license name or text to the readme. GitHub already shows the license
name at the top of the repo."
- "- To verify that you've read all the guidelines, please comment on your pull request
with just the word ."
- "- [x] Has [contribution guidelines](awesome.md#include-contribution-guidelines)."
- "- The file should be named . Casing is up to you."
- "- [x] Has consistent formatting and proper spelling/grammar."
- "- The link and description are separated by a dash. <br>Example:"
- "- The description starts with an uppercase character and ends with a period."
- "- Consistent and correct naming. For example, , not or ."
- "- [x] Doesn't include a Travis badge.<br>You can still use Travis for list linting,
but the badge has no value in the readme."
- "- [x] Doesn't include an or kinda link at the top of the readme. The Awesome
badge is enough."