Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 1.44 KB

Contributing to Tempmail

Thank you for your interest in contributing to the Tempmail! Your contributions are valuable in making this library better for everyone. Please take a moment to review the guidelines below.

Code of Conduct

This project adheres to the Open Source Code of Conduct. By participating, you are expected to uphold this code.

How to Contribute

  1. Fork the repository and create a new branch for your contribution.
  2. Make your changes, improvements, or bug fixes.
  3. Write appropriate tests for your changes if applicable.
  4. Ensure your code passes the existing tests and linting checks.
  5. Submit a pull request (PR) to the master branch.

Pull Request Guidelines

  • Ensure that your PR description clearly explains the purpose and scope of the changes.
  • Include any relevant information that can help reviewers understand the changes.
  • If your PR fixes an issue, reference the issue in the description using keywords like "Fixes #issue-number."
  • Follow the existing code style and formatting conventions.
  • Keep your PR focused and avoid unrelated changes.

Feedback and Discussions

If you have questions or feedback, please feel free to open an issue on the GitHub repository.

Licensing

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

Thank you for contributing to the Tempmail!