Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Latest commit

 

History

History
53 lines (40 loc) · 2.06 KB

CONTRIBUTING.md

File metadata and controls

53 lines (40 loc) · 2.06 KB

Contributing to Peppers & Plates

Thank you for considering contributing to Peppers & Plates! We appreciate your efforts and want to make it as easy as possible for you to contribute. This guide provides guidelines on how to contribute, what you need to know, and the process for submitting changes.

Table of Contents

  1. Code of Conduct
  2. How to Contribute
  3. Coding Standards
  4. Development Setup
  5. Testing Guidelines
  6. License

Code of Conduct

Our project follows a Code of Conduct. Please read and adhere to it while contributing.

How to Contribute

Reporting Issues

  • If you find a bug or have a suggestion, create an issue in the issue tracker.
  • Use a descriptive title and provide as much detail as possible.

Proposing Changes

  • For significant changes, open an issue to discuss your proposal before submitting a pull request.
  • Describe the proposed change and its impact.

Submitting Pull Requests

  • Fork the repository and create a branch for your change.
  • Ensure your code follows the Coding Standards.
  • Test your code before submitting.
  • Create a pull request with a clear description of your change.
  • Reference the related issue(s) if applicable.

Coding Standards

Development Setup

  • Provide instructions for setting up the development environment, including dependencies and tools.
  • Describe how to build and run the project locally.

Testing Guidelines

  • Describe the testing framework and how to run tests.
  • Ensure all tests pass before submitting a pull request.

License

This project is licensed under the [LICENSE_NAME] license. See LICENSE.md for details.