Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2 KB

Contributing.md

File metadata and controls

44 lines (33 loc) · 2 KB

Contributing to TigerGraph CoPilot

Thank you for your interest in contributing to TigerGraph CoPilot! We welcome contributions from the community to help improve our project. This guide will provide you with the necessary information to get started.

Table of Contents

Getting Started

To contribute to TigerGraph CoPilot, follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your forked repository to your local machine.
  3. Create a new branch for your changes.
  4. Make your changes and commit them with descriptive commit messages.
  5. Push your changes to your forked repository.
  6. Submit a pull request to the main repository.

Submitting Contributions

When submitting a contribution, please ensure the following:

  • Your code follows the project's code style guidelines.
  • Your code is well-tested and does not introduce any new bugs.
  • Your commit messages are clear and descriptive.
  • Your pull request includes a detailed description of the changes made.

Testing

We value the quality of our code and encourage contributors to write tests for their changes. Please make sure to include tests for any new functionality or bug fixes.

Documentation

Good documentation is essential for maintaining and growing our project. If you make changes that require updates to the documentation, please include those changes in your pull request.

Issue Tracking

If you encounter any issues or have ideas for improvements, please open an issue on our GitHub repository. We appreciate your feedback and will address the issues as soon as possible.

Contact

If you have any questions or need further assistance, feel free to reach out to us at parker.erickson@tigergraph.com.

We appreciate your contributions and look forward to working with you!