Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

First timers md #140

Open
wants to merge 2 commits into
base: master
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
21 changes: 21 additions & 0 deletions first-timers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# How To Contribute To This Repo

We have created this doc, to help first time contributors to get started with contribution in SendGrid.
First things first, You should follow contribution policies which are listed here [CONTRIBUTORS.md](CONTRIBUTING.md), go through our contribution policy before getting started with the contributions

To get started, you should check out the open issues [here](https://github.com/sendgrid/open-source-library-data-collector/issues).
We label issues, by difficulty levels and which are open for grabs.
Some of the tags which can be used by first-timers are listed below

- [type:getting started](https://github.com/sendgrid/open-source-library-data-collector/labels/type%3A%20getting%20started)
- [difficulty:easy](https://github.com/sendgrid/open-source-library-data-collector/issues?q=is%3Aissue+is%3Aopen+label%3A%22difficulty%3A+easy%22)
- [good first issue](https://github.com/sendgrid/open-source-library-data-collector/labels/good%20first%20issue)
- [type:docs update](https://github.com/sendgrid/open-source-library-data-collector/issues?q=is%3Aissue+is%3Aopen+label%3A%22type%3A+docs+update%22)
- [up-for-grabs](https://github.com/sendgrid/open-source-library-data-collector/labels/up-for-grabs)

It's ok to contribute to docs also, since our docs also helps developers in using the codebase.
It's good for starting with the contribution and once you go through the docs, it will also help you understand the project better

You can find a step by step guide on [Creating a Pull Request](CONTRIBUTING.md#creating-a-pull-request), which will help you understand the `git` flow (if you don't know it already)

> All contributors to the SendGrid docs repo need to sign a CLA before their changes can be merged.