Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.56 KB

CONTRIBUTING.md

File metadata and controls

52 lines (32 loc) · 2.56 KB

Contributing

Welcome, and thank you for your interest in contributing to Jonatanrdsantos_Email Magento module. This document contains information about how to contribute to the project, including guidelines for bug reports, feature requests, code contributions, and more.

Table of Contents

Code of Conduct

This project is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report any unacceptable behavior to the project maintainers.

Getting Started

To get started contributing, follow these steps:

  1. Fork this repository to your own GitHub account.
  2. Clone the forked repository to your local machine.
  3. Configure the project on you developmen environment.
  4. Create a new branch for your changes with git checkout -b feature/XPTO for feature and git checkout -b bugfix/XPTO for bugs.
  5. Make your changes, committing and pushing them to your forked repository as necessary.
  6. Submit a pull request to the main repository with a description of your changes.

Reporting Bugs

If you find a bug in the project, please report it by creating a new issue in the issue tracker. Be sure to include a clear description of the problem, any error messages or logs that were generated, and steps to reproduce the issue.

Feature Requests

If you have a feature request or enhancement suggestion, please create a new issue in the issue tracker. Be sure to describe the feature you would like to see, and provide any additional information or context that may be helpful.

Submitting Changes

Before submitting any code changes, please make sure that you have followed these guidelines:

  • Ensure that your code adheres to the style guidelines outlined in the next section.
  • Write clear and concise commit messages that describe the changes you have made.
  • Make sure that your code passes all tests and does not introduce any new issues.
  • Update any relevant documentation to reflect your changes.

Once you have made your changes and tested them thoroughly, submit a pull request to the main repository. Your pull request should include a clear description of the changes you have made and any additional information that may be relevant.

License

By contributing to this project, you agree that your contributions will be licensed under the MIT License.