Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

36 lines (23 loc) · 1.16 KB

Contributing to CHUGGU-ME-v2

Welcome to CHUGGU-ME-v2! We appreciate your interest and contributions.

How to Contribute

If you would like to contribute to the project, follow these steps:

  1. Fork the repository on GitHub.
  2. Clone the forked repository to your local machine.
    git clone git@github.com:CHUGGU-ME/CHUGGU-ME-v2.git
    

Create a new branch for your changes.

git checkout -b feature/your-feature

Make your changes and commit them.

git add .
git commit -m "Add your feature"

Push the changes to your fork on GitHub.

git push origin feature/your-feature

Open a pull request on the original repository.

Code Style Please follow the established code style of the project. Refer to the style guide for more details.

Reporting Issues If you find any issues or have a feature request, please open an issue on the issue tracker.

Code of Conduct By participating in this project, you agree to abide by the Code of Conduct. Please report any unacceptable behavior to [chuggu-me-v2@gmail.com].

Thank you for your contributions!