Skip to content

Latest commit

 

History

History
112 lines (67 loc) · 5.43 KB

CONTRIBUTING.md

File metadata and controls

112 lines (67 loc) · 5.43 KB

Contributing to Wander

Thank you for your interest in contributing to Wander !

We appreciate your efforts in helping improve the app, whether through code, ideas, or documentation. Please follow these guidelines to ensure smooth collaboration.

Getting Started

  1. Fork the repository to your own GitHub account.

  2. Clone your fork to your local machine:

    git clone https://github.com/your-username/wander.git
  3. Create a new branch for your feature or fix:

    git checkout -b feature-name
  4. Make your changes in your local repository.

  5. Commit your changes with a clear message:

    git commit -m "Add [feature/bug] description"
  6. Push your changes to your fork:

    git push origin feature-name
  7. Open a pull request from your fork to the main repository.

We will review your pull request as soon as possible. Please be patient if it takes a little time.

Reporting Bugs

If you find any issues with the app, please submit an issue with the following information:

  • Steps to reproduce the bug
  • A detailed description of the problem
  • Your environment (OS, browser, etc.)
  • Screenshots or error logs, if applicable

This helps us quickly understand and resolve the issue.

Suggesting Features

We welcome new ideas for features or improvements! To suggest a feature, please:

  1. Open an issue with a detailed description of the feature.
  2. Explain why this feature would improve the app.
  3. If possible, suggest how it could be implemented.

Our team will review and discuss the suggestion, and if approved, it may be assigned for development.

Before You Proceed to Implement a Feature

Tip

Before making a new branch, Make sure to get the latest update from the main branch. git fetch origin git pull Then create a new branch based on the issue. Make sure that you are working on a single problem. If you have other concerns, feel free to go to discussions on the GitHub project and make a new discussion.

PR Guidelines

Write Small, Focused PRs

Review Your Own PR First

Provide Context and Guidance

Use Pull Request Templates

Link to Issues

Communicate Clearly

Test Thoroughly

Tip

For major changes or UI changes, please include a screenshot on how it looks like on your end. It'll make the review faster for easier and faster pull merges.

Thanks for Contributing

Your contributions make Wander better for everyone. We appreciate all kinds of contributions, no matter how small. Let's build something amazing together! 🚀