Thank you for considering contributing to the World Association app! We welcome contributions from the community and are grateful for your support.
If you find a bug, please report it by opening an issue in the GitHub Issues section. Include as much detail as possible to help us understand and reproduce the issue.
We welcome feature suggestions! Please open an issue in the GitHub Issues section and describe the feature you would like to see, including any relevant use cases.
-
Fork the repository: Click the "Fork" button at the top right of the repository page to create a copy of the repository in your GitHub account.
-
Clone your fork: Clone your forked repository to your local machine.
git clone https://github.com/worldassociation/app.git
-
Create a branch: Create a new branch for your work.
git checkout -b feature/your-feature-name
-
Make your changes: Make your changes to the codebase.
-
Commit your changes: Commit your changes with a clear and descriptive commit message.
git commit -m "Add feature: your feature name"
-
Push to your fork: Push your changes to your forked repository.
git push origin feature/your-feature-name
-
Open a pull request: Go to the original repository and open a pull request to the
dev
branch. Provide a clear and descriptive title and description for your pull request.
Please follow the existing code style and conventions used in the project. Consistent code style helps maintain readability and ease of maintenance.
By participating in this project, you agree to abide by the Code of Conduct. Please read it to understand the expectations for contributing to this project.
By contributing to the World Association App, you agree that your contributions will be licensed under the MIT License.
Thank you for your contributions!