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

docs: "your first pull request" 💻 #31

Merged
merged 1 commit into from
Mar 29, 2024
Merged
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
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ their dreams of becoming software engineers. That being said, in order to make
space for our community, we will be prioritizing all contributions from
ColorStack members first, and then friends of ColorStack. ❤️

## Your First PR

Getting your first PR in is always the hardest. We're going to reduce that
barrier for you! After you finish your local development setup (instructions
below), your first PR can simply be updating the
[`CONTRIBUTORS.yml`](./CONTRIBUTORS.yml) file with your GitHub username!

You can name that PR:

```
chore: my first contribution ❤️
```

## Deciding What to Work On

You can start by browsing through our list of
Expand Down