Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.93 KB

CONTRIBUTING.md

File metadata and controls

47 lines (28 loc) · 1.93 KB

Contributing to [HinglishEase]

Welcome to [Your Project Name]! We appreciate your interest in contributing to our open-source project. By contributing, you can help improve and enhance the project for the entire community. Please take a moment to review this guide to understand how to contribute effectively.

Table of Contents

Getting Started

Before you begin contributing, please make sure you have the following set up:

  • Git installed on your local machine.
  • An GitHub account.
  • A fork of the project's repository to your GitHub account.

How to Contribute

Bug Reports

If you encounter a bug or issue with [Your Project Name], please help us by following these steps:

  1. Check the GitHub Issues to see if the issue has already been reported.

  2. If the issue doesn't exist, create a new issue with a clear and descriptive title. Include as much detail as possible, such as your operating system, browser, and steps to reproduce the issue.

  3. Use the appropriate labels to categorize the issue (e.g., "bug," "enhancement," "documentation," etc.).

Feature Requests

If you have a feature idea or enhancement for [Your Project Name], you can request it by following these steps:

  1. Check the GitHub Issues to see if the feature request already exists.

  2. If the request doesn't exist, create a new issue with a clear and descriptive title. Explain why the feature is needed and how it would benefit the project.

  3. Use the "feature request" label to categorize the issue.

Code Contributions

We welcome