Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 1.41 KB

Contributing to Nest GraphQL Fastify Template

I appreciate your interest in contributing to Nest GraphQL Fastify Template! This document will provide some guidelines and best practices for submitting your contributions.

Reporting Issues

When reporting issues, please provide clear steps to reproduce the issue and any relevant information, such as the environment, operating system, and software versions.

Feature Requests

We welcome feature requests. Please open an issue describing the feature, its benefits, and potential implementation details.

Pull Requests

I gladly accept pull requests for bug fixes, new features, and improvements. Please follow these steps when submitting a pull request:

  1. Fork the repository and create a new branch with a descriptive name.
  2. Ensure that your changes adhere to the coding style and conventions used in the project.
  3. Test your changes thoroughly, and include unit tests when applicable.
  4. Update the documentation to reflect your changes, if necessary.
  5. Follow the Pull Request Template when creating a pull request.

License

By submitting a contribution, you agree that your contributions will be dual-licensed under the MPLv2.0 and GPLv3 licenses. Users can choose which license to follow when using, modifying, or distributing the project. The details of both licenses can be found in the LICENSE-MPLv2 and LICENSE-GPLv3 files.