Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.64 KB

File metadata and controls

45 lines (30 loc) · 1.64 KB

Contributing Guidelines

Thank you for considering contributing to our project! We welcome contributions from the community and are excited to see what you can bring to the project.

How to Contribute

  1. Fork the Repository: Start by forking the repository to your GitHub account.

  2. Clone the Repository: Clone the forked repository to your local machine.

    git clone https://github.com/your-username/chat-app-client.git
    cd chat-app-client
  3. Create a Branch: Create a new branch for your feature or bugfix.

    git checkout -b feature/your-feature-name
  4. Make Changes: Make your changes to the codebase.

  5. Commit Changes: Commit your changes with a descriptive commit message.

    git commit -m "Add feature: description of your feature"
  6. Push Changes: Push your changes to your forked repository.

    git push origin feature/your-feature-name
  7. Create a Pull Request: Open a pull request to the main repository. Provide a detailed description of your changes and any relevant information.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Reporting Issues

If you encounter any issues or bugs, please report them by opening an issue on the repository. Provide as much detail as possible, including steps to reproduce the issue and any relevant screenshots or logs.

Getting Help

If you need help, feel free to reach out by opening an issue or joining our community discussions.

Thank you for your contributions!