Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 2.17 KB

CONTRIBUTING.md

File metadata and controls

59 lines (34 loc) · 2.17 KB

Contributing to World Association App

Thank you for considering contributing to the World Association app! We welcome contributions from the community and are grateful for your support.

How to Contribute

Reporting Bugs

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.

Suggesting Features

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.

Submitting Pull Requests

  1. 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.

  2. Clone your fork: Clone your forked repository to your local machine.

    git clone https://github.com/worldassociation/app.git
  3. Create a branch: Create a new branch for your work.

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

  5. Commit your changes: Commit your changes with a clear and descriptive commit message.

    git commit -m "Add feature: your feature name"
  6. Push to your fork: Push your changes to your forked repository.

    git push origin feature/your-feature-name
  7. 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.

Code Style

Please follow the existing code style and conventions used in the project. Consistent code style helps maintain readability and ease of maintenance.

Code of Conduct

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.

License

By contributing to the World Association App, you agree that your contributions will be licensed under the MIT License.

Thank you for your contributions!