Thank you for considering contributing to QuickLink! We welcome contributions from the community to help improve and grow our app. By contributing, you can make a positive impact on the user experience and add new features to benefit all users.
There are several ways you can contribute to Chaty:
-
Code Contributions: If you have coding skills, you can help us by fixing bugs, implementing new features, and improving existing functionalities. You can do this by submitting pull requests with your changes.
-
Documentation: Clear and comprehensive documentation is essential for the success of any project. If you find areas that need better documentation or you would like to add more explanations, feel free to contribute.
-
Testing: Testing is crucial to ensure the reliability and stability of the app. You can contribute by testing new features, verifying bug fixes, and reporting any issues you encounter.
-
Feedback and Suggestions: Providing feedback and suggestions for improvements is highly valuable. You can share your thoughts on how to enhance the app or make it more user-friendly.
To get started with contributing to Chaty, follow these steps:
-
Fork the repository to your GitHub account.
-
Clone your forked repository to your local machine:
git clone https://github.com/JaeAeich/QuickLink.git
-
Create a new branch for your contribution:
git checkout -b feature/your-contribution
-
Make your changes and improvements to the code or documentation.
-
Test your changes thoroughly to ensure they work as expected.
-
Commit your changes with clear and descriptive commit messages (please use convensional commit):
git commit -m "Add your commit message here"
-
Push your changes to your forked repository:
git push origin feature/your-contribution
-
Create a pull request (PR) from your branch to the main repository's
main
branch. Include a detailed description of your changes in the PR.
To maintain consistency and readability, we follow a coding style. Please ensure your code adheres to the existing style and use appropriate naming conventions.
Every contribution will undergo code review. Feedback may be provided to ensure the code meets the project's standards. Please be open to feedback and be willing to make necessary changes.
By contributing to Chaty, you agree that your contributions will be licensed under the project's LICENSE file.
Thank you for your interest in contributing to Chaty! Your support and collaboration are instrumental in making this app a better and more enjoyable platform for all users. If you have any questions or need assistance with your contribution, feel free to reach out to us. Happy coding!