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

Chore(contributing): Introduce Contributing.md #4

Closed
wants to merge 1 commit into from
Closed
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
33 changes: 33 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Contributing guide

Thank you for your interest in contributing to [Youtube clone](https://github.com/Yashkapure06/youtube_clone).

## 📝 Commit message guidelines

This project follows the [Conventional Commits][] specification.

Basic rules:


Supported subsystems:

> build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test
* Commit messages **must** start with a capital letter

* Commit messages **must not** end with a period `.`

## 📜 Pull Request Policy

### Before merging

* One approval

### When merging

* [`squash`][] pull requests made up of multiple commits

## Vocabulary

* A **Contributor** is any individual who creates an issue/PR, comments on an issue/PR
or contributes in some other way.
* A **Collaborator** is a contributor with write access to the repository.