Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 2.3 KB

CONTRIBUTING.md

File metadata and controls

56 lines (35 loc) · 2.3 KB

Contributing to Chapa

👍🎉 First off, thanks for taking the time to contribute! 👍🎉

Table of Contents

Introduction

First of all, we are happy you are to contribute to Chapa. We are always looking for new features and improvements. If you have any suggestions, please let us know. We will be happy to hear from you. Fork the project on Github and open an issue or a pull request.

Reporting Bugs

How to report bugs

This section is for reporting bugs. Please make sure to include the following:

- Describe the exact steps to reproduce the bug
- Describe the expected behavior
- Describe the actual behavior
- Describe the parameter data that you are passing to the API
- Use a clear and descriptive title
- Add bug tag to the issue

Style Guide

So in this section we will see the style guide for the project.

Git Commit Messages

For Git commit conventions, please follow the Git Commit Conventions and follow the Github Linking PR to Issue

Python Style Guide

For Python Style Guide, please follow the PEP8 and Pylint

Documentation

For documentation, please make sure your documentation is clear and concise. Provide a detailed description of the function and its parameters. Also, please make sure that your documentation is consistent with the code.

Give examples of how to use the function. Put the expected behavior in the description.

You can make it interactive by adding emojis💯, GIFs, videos and etc.

Contributing

Creating PR is the best way to contribute to the project. The PR should be clear and concise. The Linting Should be passed. The PR should be well written. We have prepared a PR template for you. Please follow the template.