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

Fix typos in Readme & landing-page #48

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ Designers are invited to contribute.
## Claiming a logo

### Eligibility
To claim a logo, you must an active open source project or a registered NGO. "Active" here means:
To claim a logo, you must be an active open source project or a registered NGO. "Active" here means:
- Regular commits
- More than one contributor
- Over 100 GitHub stars
- Git history spanning over 1 year

In addition, your project should be a good fit for the selected logo. Each logo has a short description that specifies the kind of project it is suitable for.

### Processs
### Process
- To begin claiming a logo, create a GitHub issue, using the ["logo request" issue template](https://github.com/enjeck/libre-logos/issues/new?assignees=&labels=logo+request&template=logo-request.md&title=Logo+request). Please fill the template completely. The more information you provide, the faster your request will be processed.
- Your issue will be reviewed. The "under review" label may be added to the issue.
- If your project is eligible and the requested logo is available, you will be informed that you have claimed the logo. Once the logo is marked as "Claimed" on the [logo list](src/data/logos.js) and `R: Granted` label is added to the issue, the requested logo is officially yours. Congratulations! At this point, all copyright transfers to your project.
Expand All @@ -35,4 +35,4 @@ Thank you for your interest! Please check out the [contributing guide](CONTRIBUT

All logos are licensed under [Creative Commons Zero](LICENSE).

This source code for the website is given the MIT License.
This source code for the website is given the MIT License.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const IndexPage = () => (
<h3 style={{fontSize: "2rem"}}>
Eligibility
</h3>
<p>To claim a logo, you must an active open source project or a registered NGO. "Active" here means:</p>
<p>To claim a logo, you must be an active open source project or a registered NGO. "Active" here means:</p>
<ul>
<li>Regular commits </li>
<li> More than one contributor </li>
Expand Down