Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsonukushwaha authored Feb 24, 2022
1 parent 047ab71 commit a2eb0d2
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Contributing to [Tarana](https://github.com/flyingsonu122/tarana)

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&logo=git&logoColor=white)](https://github.com/flyingsonu122/tarana/pulls) [![GitHub issues](https://img.shields.io/github/issues/flyingsonu122/tarana?logo=github&color=red)](https://github.com/flyingsonu122/tarana/issues)

**We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:**

- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features

**Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:**

1. Fork the repo and create your branch from **`main`** branch.
2. Write clear meaningful git commit messages.
3. Always create PR to **`develop`** branch.
4. Make sure your code lints.
5. Issue that pull request!

## Any contributions you make will be under the MIT Software License

[![GitHub pull requests](https://img.shields.io/github/issues-pr-closed/flyingsonu122/tarana?color=lightgray&logo=github)](https://github.com/flyingsonu122/tarana/pulls?q=is%3Apr+is%3Aclosed)

In short, when you submit code changes, your submissions are understood to be under the same [MIT License](https://github.com/flyingsonu122/tarana/blob/main/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern.

## Report bugs using Github's [issues](https://github.com/flyingsonu122/tarana/issues)

We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/flyingsonu122/tarana/issues/new); it's that easy!

## License

By contributing, you agree that your contributions will be licensed under its [MIT License](https://github.com/flyingsonu122/tarana/blob/main/LICENSE).

[![GitHub license](https://img.shields.io/github/license/flyingsonu122/tarana?logo=github)](https://github.com/flyingsonu122/tarana/blob/main/LICENSE)

0 comments on commit a2eb0d2

Please sign in to comment.