mirror of
https://github.com/sindresorhus/awesome.git
synced 2024-12-18 15:06:08 +00:00
Correct some typos and inconsistences in awesome list guidelines and pull request guidelines.
This commit is contained in:
parent
1a9cc6bef9
commit
80c3f73950
@ -2,7 +2,7 @@
|
||||
# Awesome List Guidelines
|
||||
|
||||
> [!NOTE]
|
||||
> Read the [Awesome Manifesto](awesome.md) before your create a new list.
|
||||
> Read the [Awesome Manifesto](awesome.md) before you create a new list.
|
||||
|
||||
> [!NOTE]
|
||||
> You can use the awesome badge on any awesome list, which can be not only a public list but also a private one. But if you want the list to be included in the [Awesome][repo] list, it must meet the requirements in this file.
|
||||
@ -190,7 +190,7 @@ Put all subordinate information into the `Footnotes` at the bottom of the readme
|
||||
> Do not add the license name, text, or a `Licence` section to the readme. GitHub already shows the license name and link to the license file at the top of the repository.
|
||||
|
||||
> [!TIP]
|
||||
> You can quickly add the [CC0 license] to your repo by going to this URL (replace `<user>` and `<repo>` with your username and repository name accordingly):
|
||||
> You can quickly add the [CC0 license] to your repository by going to this URL (replace `<user>` and `<repo>` with your username and repository name accordingly):
|
||||
>
|
||||
> ```
|
||||
> https://github.com/<user>/<repo>/community/license/new?branch=main&template=cc0-1.0
|
||||
@ -215,11 +215,11 @@ You can optionally create a `Contributing` section at the top or bottom of readm
|
||||
>
|
||||
> The birthday of the list is the day when it received the first real commit or when it was open-sourced.
|
||||
|
||||
1. Make sure the list is compliant with the [list guidelines](#list-guidelines).
|
||||
1. Make sure that the list is compliant with the [awesome list guidelines](#awesome-list-guidelines).
|
||||
2. Run the [awesome-lint] on the list.
|
||||
- If the [awesome-lint] reports issues, fix them.
|
||||
- If there are false-positives or things that can not be fixed, report it by [submit an issue].
|
||||
3. Follow the [pull request guidelines](pull-request-guidelines.md) to submit a pull request for the list to be added in [Awesome][repo] list.
|
||||
- If there are false-positives or things that can not be fixed, report it by [submitting an issue].
|
||||
3. Comply the [pull request guidelines](pull-request-guidelines.md) to submit a pull request for the list to be added in [Awesome][repo] list.
|
||||
|
||||
---
|
||||
|
||||
@ -251,4 +251,4 @@ Thanks for being awesome! 😎
|
||||
|
||||
[awesome-lint]: https://github.com/sindresorhus/awesome-lint
|
||||
|
||||
[submit an issue]: https://github.com/sindresorhus/awesome-lint/issues/new
|
||||
[submitting an issue]: https://github.com/sindresorhus/awesome-lint/issues/new
|
@ -4,7 +4,7 @@
|
||||
Congratulations on creating an Awesome list! 🎉
|
||||
|
||||
> [!NOTE]
|
||||
> Make sure that your list is compliant with the [list guidelines](list-guidelines.md), before you send a pull request to the [Awesome](repo) list.
|
||||
> Make sure that your list is compliant with the [awesome list guidelines](awesome-list-guidelines.md), before you send a pull request to the [Awesome](repo) list.
|
||||
|
||||
> [!NOTE]
|
||||
> Make sure that you have put your best effort to your list. Otherwise, your pull request will be immediately closed.
|
||||
@ -17,7 +17,7 @@ Congratulations on creating an Awesome list! 🎉
|
||||
- [Add your list to Awesome](#add-your-list-to-awesome)
|
||||
- [Create a pull request](#create-a-pull-request)
|
||||
- [Pull request title](#pull-request-title)
|
||||
- [Pull request template](#pull-request-template)
|
||||
- [Pull request description template](#pull-request-description-template)
|
||||
- [Homework](#homework)
|
||||
- [Submit your pull request](#submit-your-pull-request)
|
||||
|
||||
@ -31,7 +31,7 @@ Congratulations on creating an Awesome list! 🎉
|
||||
Follow these steps to add your list to the [Awesome][repo] list:
|
||||
|
||||
1. Add a new item to the bottom of the category that your list belongs to.
|
||||
2. Write your list title in title case.
|
||||
2. Type your list title in title case.
|
||||
3. Link your list title to its repository by a URL ending with `#readme`.
|
||||
4. Write a short description for your list.
|
||||
|
||||
@ -85,7 +85,7 @@ Examples:
|
||||
- ❌ `Adding Swift`
|
||||
- ❌ `Added Swift`
|
||||
|
||||
### Pull request template
|
||||
### Pull request description template
|
||||
|
||||
[Insert the URL of your list here]
|
||||
|
||||
@ -93,10 +93,8 @@ Examples:
|
||||
|
||||
[Insert the pull requests you reviewed in [Homework](#homework) here]
|
||||
|
||||
[Type the secret word hidden in the list guidelines and the pull request guidelines]
|
||||
|
||||
> [!IMPORTANT]
|
||||
> By submitting this pull request, I confirm I've read and complied with the list guidelines and the pull request guidelines for awesome lists. 🖖
|
||||
> By submitting this pull request, I confirm I've read and complied with the awesome list guidelines and the pull request guidelines for awesome lists. 🖖
|
||||
|
||||
## Homework
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user