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

Latest commit

 

History

History
45 lines (31 loc) · 1.7 KB

CONTRIBUTING.md

File metadata and controls

45 lines (31 loc) · 1.7 KB

Contributing to GraphQL Testx

Thank you for your interest in contributing to the GraphQL-TestX project :heart_eyes::tada:

Before contributing please read an set of the guidelines for contributing to GraphQL Testx: These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Table of Contents

Code of Conduct

This project applies the Mozilla Code of Conduct. By participating, you are expected to uphold this code.

Pull Requests Guideline

Contributions to GraphQL Testx are made via Github Pull Requests.

You can access this tutorial to learn the general flow of creating a fork and submitting your Pull Request.

The reviewer(s) may ask you to complete additional design work, tests, or other changes before your pull request can be ultimately accepted.

Git Commit Messages Style Guide

For git commit messages in general we use this style.

If the description of your changes is long and can't be resumed in a short comment line, consider reading this guideline for a more complex and detailed commit message.

Tip: Use git commit command to open an editor in the terminal and you will be able to edit the commit message any way you want 😉