Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiishme authored Oct 2, 2020
1 parent 9a48083 commit 26749dd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Contributing

Contributions, issues and feature requests are welcome. If you want make some changes / improvement in this project, please consider opening an issues first.

If you want to contribute, you must read and accept our Code of Conduct.

# Guidelines

## General
- The `development` branch is used for base branch. Please don't get confused for `master`, it's `development`.
- Open one PR for the same feature / fix / changes. Please don't open multiple PR if you want to commit some small changes later. One PR helps to review all changes easily.

## Hacktoberfest 2020
- Please don't make any changes to any documentation for example: Typo fixes.
- You must open the issue first for discussion before sending any PR that is not labeled as `Hacktoberfest`. If you don't follow the guidelines, it will be rejected.


## Commit messages

This project is open for all developers ( freshers / experienced ). If possible, conventional commits are better but not a requirement. The commit message should be relatable.

0 comments on commit 26749dd

Please sign in to comment.