Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.96 KB

CONTRIBUTING.md

File metadata and controls

52 lines (32 loc) · 1.96 KB

Contributing to Data Generator

First off, thanks for taking the time to contribute! 🎉👍 The following is a set of guidelines for contributing to the Data Generator repository.

Code of Conduct

By participating in this project, you agree to abide by the Code of Conduct.

How to Contribute

Reporting Bugs

If you find a bug, please report it by opening an issue. When opening an issue, include:

  • A clear and descriptive title.
  • A detailed description of the problem.
  • Steps to reproduce the issue.
  • Any relevant logs or screenshots.

Suggesting Enhancements

We welcome suggestions to improve the project. When suggesting enhancements, please:

  • Use a clear and descriptive title.
  • Provide a detailed explanation of the enhancement.
  • Explain why this enhancement would be useful.

Pull Requests

We welcome pull requests. If you are planning a major change, please open an issue first to discuss your plans. This helps avoid duplicate efforts and ensures that your contributions align with the project's goals.

When you are ready to submit your pull request, please ensure that you:

  • Follow the existing code style and conventions.
  • Test your changes thoroughly.
  • Provide a detailed description of your changes in the pull request.

Testing

Every feature enhancement should be thoroughly tested. This includes writing both unit tests and integration tests.

  1. Unit Tests

    Ensure that you write unit tests for any new functionality you add. Place these tests in the appropriate test files within the main project directory. Unit tests should cover individual units of code to ensure they work as expected.

Style Guide

Please follow the existing code style and conventions used in the project. This helps to maintain a consistent codebase.

Additional Resources

Thank you for contributing to Data Generator!