Skip to content

Commit d0c20f7

Browse files
authored
Update GFI template and docs with information about linking PRs to issues (openvinotoolkit#23409)
### Details: - PRs addressing GFIs are getting difficult to track, this PR aims to increase the community's awareness about this GitHub feature. - The change to GFI template will also be introduced to GFI templates in `openvino_contrib`, `openvino.genai` and `nncf`. - An additional reminder has been added to the GFI board: ![image](https://github.com/openvinotoolkit/openvino/assets/55858107/571dc53c-acd4-4181-909b-87fc995a95f1) ### Tickets: - N/A
1 parent ad584f5 commit d0c20f7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE/good_first_issue.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ body:
4343
value: |
4444
- [Contribution guide - start here!](https://github.com/openvinotoolkit/openvino/blob/master/CONTRIBUTING.md)
4545
- [Intel DevHub Discord channel](https://discord.gg/7pVRxUwdWG) - engage in discussions, ask questions and talk to OpenVINO developers
46+
- [How to link your Pull Request to an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#manually-linking-a-pull-request-to-an-issue-using-the-pull-request-sidebar)
4647
validations:
4748
required: true
4849

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Use the issue description and locally built OpenVINO to complete the task. Remem
143143

144144
### 4. Submit a PR with your changes
145145

146-
Follow our [Good Pull Request guidelines](https://github.com/openvinotoolkit/openvino/blob/master/CONTRIBUTING_PR.md).
146+
Follow our [Good Pull Request guidelines](https://github.com/openvinotoolkit/openvino/blob/master/CONTRIBUTING_PR.md). Please remember about [linking your Pull Request to the issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#manually-linking-a-pull-request-to-an-issue-using-the-pull-request-sidebar) it addresses.
147147

148148
### 5. Wait for a review
149149

CONTRIBUTING_PR.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* Follow the [OpenVINO code style guide](https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/coding_style.md).
1717
* Make your PRs small - each PR should address one issue. Remove all changes
1818
unrelated to the PR.
19+
* [Link your Pull Request to an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#manually-linking-a-pull-request-to-an-issue-using-the-pull-request-sidebar) if it addresses one.
1920
* Document your contribution! If your changes may impact how the user works with
2021
OpenVINO, provide the information in proper articles. You can do it yourself,
2122
or contact one of OpenVINO documentation contributors to work together on

0 commit comments

Comments
 (0)