Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.24 KB

Contributor.md

File metadata and controls

27 lines (19 loc) · 1.24 KB

Contributing to Restaurant Management System

Thank you for considering contributing to the Restaurant Management System! Your contributions are vital to the project's success, and we appreciate your efforts.

Hacktoberfest 2024

This repository is participating in Hacktoberfest 2024. Contributions are welcome! Please fork the repository and create a pull request for any improvements or bug fixes.

How to Contribute

Reporting Bugs

If you find a bug, please create an issue and describe the bug in detail. Include steps to reproduce the issue, the expected outcome, and what actually happens. Screenshots and logs are helpful.

Suggesting Enhancements

If you have an idea for an enhancement, please create an issue and describe your suggestion. Explain why it would be beneficial and how it should work.

Submitting Pull Requests

  1. Fork the repository and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Make sure your code lints.
  4. Create a pull request, and describe the changes you have made.
  5. Mandatory: Include screenshots of the enhancements you did.

Code Style

  • Follow the existing code style.
  • Write clear, concise comments.
  • Ensure your code is properly formatted and linted.