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

Latest commit

 

History

History
39 lines (22 loc) · 1.53 KB

CONTRIBUTING.md

File metadata and controls

39 lines (22 loc) · 1.53 KB

Contributing to Flexhostmail

Thank you for considering contributing to Flexhostmail! Whether you're reporting a bug, suggesting new features, or contributing code changes, your help is appreciated.

Getting Started

Before you start contributing, please make sure you have reviewed the project's README.md for essential information.

How to Contribute

Reporting Bugs

If you encounter a bug, please open an issue on GitHub. Provide a clear and detailed description of the bug, including steps to reproduce it.

Requesting Features

You can also use GitHub issues to request new features. Please label your issue appropriately and describe the feature you'd like to see.

Submitting Changes

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature or bugfix/your-bug-fix.
  3. Make your changes and commit them: git commit -m 'Your meaningful commit message'.
  4. Push to the branch: git push origin feature/your-feature.
  5. Open a pull request with a clear title and description.

Code Style

Follow the existing code style and conventions. Ensure your code passes any existing tests.

Code of Conduct

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

License

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

Happy contributing!