Welcome to WordpressMobileApp! We appreciate your interest in contributing to our mobile app. Whether you're fixing a bug, implementing a new feature, or improving documentation, your contributions are highly valued.
Before you start contributing, please follow these steps:
-
Fork the repository on GitHub.
-
Clone your forked repository to your local machine:
git clone https://github.com/yakupafsin/WordpressMobileApp.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 descriptive commit message here"
-
Push your changes to your fork on GitHub:
git push origin feature/your-feature
-
Open a pull request on the main repository.
Please adhere to the coding conventions and style guidelines used in the project. If there are no specific guidelines, follow the general best practices for React Native development.
Ensure that your changes do not introduce new issues and that they are adequately tested. If applicable, add or update tests to cover your changes.
If your contribution introduces new features or changes existing functionality, update the documentation accordingly. Clear and comprehensive documentation helps everyone understand and use the app effectively.
When submitting a pull request, please ensure that:
- Your changes address a specific issue or add a valuable enhancement.
- Your code follows the coding standards and style guidelines.
- You have tested your changes thoroughly.
- The pull request description clearly explains the changes made and why they are necessary.
If you encounter bugs or issues, please submit a detailed bug report. Include information about your environment, steps to reproduce the issue, and any relevant details.
Please note that this project follows our Code of Conduct. By participating, you are expected to uphold this code. Violations can result in temporary or permanent exclusion from the project.
By contributing to WordpressMobileApp, you agree that your contributions will be licensed under the project's LICENSE.
Thank you for contributing to WordpressMobileApp! We appreciate your efforts and collaboration.