From c7d6e970cdafd815c40a08efa8f5ec5d2865531b Mon Sep 17 00:00:00 2001 From: Alexander Baranov <677093+sashabaranov@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:33:19 +0400 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 44bf697ed..222c065ce 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,11 +8,14 @@ Thanks for submitting a pull request! Please provide enough information so that **Describe the change** Please provide a clear and concise description of the changes you're proposing. Explain what problem it solves or what feature it adds. +**Provide OpenAI documentation link** +Provide a relevant API doc from https://platform.openai.com/docs/api-reference + **Describe your solution** Describe how your changes address the problem or how they add the feature. This should include a brief description of your approach and any new libraries or dependencies you're using. **Tests** -Briefly describe how you have tested these changes. +Briefly describe how you have tested these changes. If possible — please add integration tests. **Additional context** Add any other context or screenshots or logs about your pull request here. If the pull request relates to an open issue, please link to it.