Files
llm-app/.github/pull_request_template.md
Pawel Podhajski d2c28baf41 LLM-APP Issue and PR template (#4428)
* Add Issue and PR template

* Add Issue and PR template

GitOrigin-RevId: eedca29f602271309e19369068968c518618824f
2023-08-23 07:41:23 +00:00

1.2 KiB

Introduction

To contribute code to the Pathway project, start by discussing your proposed changes on Discord or by filing an issue. Once approved, follow the fork + pull request model against the main branch, ensuring you've signed the contributor license agreement.

Context

How has this been tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature or improvement (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project,
  • My change requires a change to the documentation,
  • I described the modification in the CHANGELOG.md file.