Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

52 lines (36 loc) · 1.76 KB

Contributing to [LUNA]

Thank you for your interest in contributing to LUNA! We appreciate your help in making our project better. Please follow the guidelines below to ensure a smooth contribution process.

Table of Contents

How to Contribute

  1. Fork the Repository: Click the "Fork" button in the top right corner of the repository page.
  2. Clone Your Fork:
    [https://github.com/Karthik-Sarvan/Luna_Voice/]
    
  3. Create a Branch:
      [git checkout -b feature/your-feature-name]
  4. Make Chnages: Work on your Changes Locally.

Reporting Issues

If you find a bug or have a feature request, please open an issue in the Issues section of the repository. Provide as much detail as possible to help us understand the issue.

Submitting Code

  1. Commit your changes
      [git add .]
      [git commit -m "Add a brief description of your changes"]
  2. Push to Your Fork:
      [git push origin feature/your-feature-name]
  3. Create a Pull Request: Go to the original repository and click "New Pull Request". Select your branch and describe your changes in detail.

Documentation

If your changes require updates to documentation, please ensure that you make those changes as well. Documentation should be clear and concise.

Style Guide

Please follow our project's coding style. Here are some key points: Use [specific style guide tools/language conventions]. Write clear and concise comments. Ensure your code is well-structured and readable.

Thank you

Thank you for helping us improve LUNA! We look forward to your contributions.