Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 2.48 KB

CONTRIBUTING.md

File metadata and controls

57 lines (36 loc) · 2.48 KB

Contributing to dStruct

Thank you for considering contributing to dStruct! By contributing, you help make this project better for everyone. Please read the guidelines below before making any contributions.

Table of Contents

Code of Conduct

This project and everyone participating in it are governed by the Code of Conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior to [email protected].

How Can I Contribute?

Reporting Bugs

Before submitting a bug report, ensure you've checked the existing issues to avoid duplicates. If your issue seems to be a new bug, go ahead and open a new issue.

When creating a bug report, please provide the following information:

  • A clear and descriptive title.
  • A detailed description of the issue, including steps to reproduce.
  • Your operating system and browser details.

Suggesting Enhancements

If you have an idea for an enhancement, feel free to open an issue with the "Enhancement" label. Clearly describe the feature you're suggesting and how it would benefit the project.

Setting Up the Development Environment

Follow the instructions in the README.md file to set up your development environment. This includes installing dependencies and running the development server.

Submitting a Pull Request

  1. Fork the repository and create a new branch for your contribution.
  2. Make your changes and test thoroughly.
  3. Ensure your code adheres to the code style guidelines.
  4. Update the documentation if needed.
  5. Open a pull request, providing a clear title and description of your changes.

Code Style

Please follow the coding style guidelines outlined in the style guide.

License

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


Thank you for contributing to dStruct! Your time and effort are highly appreciated.