Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 1.49 KB

Contributing to MyMenus

First of all, thank you for taking the time to contribute! 🎉

Getting Started

To contribute to this project, please follow the steps below:

  1. Fork the repository to your GitHub account.
  2. Clone the repository to your local machine
  3. Create a new branch for your feature or bugfix
  4. Install dependencies and Set up the project
  5. Make your changes!
  6. Commit your changes with a clear, descriptive message
  7. Push your branch to your forked repository:
  8. Create a pull request from your branch to the main branch of this repository.

Code Guidelines

  • Follow the existing code style.
  • Write clear and concise comments when necessary.

Reporting Issues

If you find a bug or have a feature request, please open an issue in the Issues section of this repository. Be sure to include:

  • A descriptive title
  • A detailed explanation of the issue or feature request
  • Steps to reproduce the issue, if applicable

Pull Request Process

  1. Ensure your code follows the code style and passes all tests.
  2. Make sure your pull request describes the problem you're solving or the feature you're adding.
  3. Wait for your pull request to be reviewed by the maintainers. They may ask for changes before merging.

Code of Conduct

Please note that this project adheres to a Code of Conduct. By participating, you are expected to uphold this code.

Thank you for contributing! 🎉