Skip to content

contribute-open-source/your-first-contribution typo fix #132

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion contribute-open-source/your-first-contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Open a new browser tab after reading through the [get-to-know a repo lesson](get
* Does the repository accept contributions? If so, what types of contributions are accepted?
* Are there existing issues open in the repository? Do those issues have labels?
* Is the contribution process documented in the repo?
* Does the repository use specific code or text formatting standards or liters?
* Does the repository use specific code or text formatting standards or linters?
* Does the repository have continuous integration (CI) set up?
* What is the license associated with the code in the repository?
* Are the issues labeled, and are there "good first issue" or "help wanted" labels
Expand Down