We welcome contributions to the Email Validator project! To ensure smooth collaboration, please follow the guidelines below.
-
Fork the Repository: Fork the project to your GitHub account and clone it to your local machine.
git clone https://github.com/yourusername/your-email-validator.git
-
Create a Branch: Create a new branch for your feature or bug fix.
git checkout -b feature-name
-
Make Your Changes: Implement your changes and ensure that your code is properly formatted. You can run tests locally to verify everything works as expected.
-
Submit a Pull Request: Once your changes are ready, push them to your fork and submit a pull request to the main repository.
- Follow PEP 8 guidelines for Python code.
- Ensure that all new features are covered by tests.
- Write clear commit messages explaining the reason for your changes.
If you encounter any bugs or have suggestions for improvements, please open an issue on the GitHub repository. Be sure to provide as much information as possible, including steps to reproduce the issue.