Skip to content

Commit

Permalink
Update GFI template and docs with information about linking PRs to is…
Browse files Browse the repository at this point in the history
…sues (#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
  • Loading branch information
p-wysocki authored Mar 12, 2024
1 parent ad584f5 commit d0c20f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/good_first_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ body:
value: |
- [Contribution guide - start here!](https://github.com/openvinotoolkit/openvino/blob/master/CONTRIBUTING.md)
- [Intel DevHub Discord channel](https://discord.gg/7pVRxUwdWG) - engage in discussions, ask questions and talk to OpenVINO developers
- [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)
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Use the issue description and locally built OpenVINO to complete the task. Remem

### 4. Submit a PR with your changes

Follow our [Good Pull Request guidelines](https://github.com/openvinotoolkit/openvino/blob/master/CONTRIBUTING_PR.md).
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.

### 5. Wait for a review

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING_PR.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* Follow the [OpenVINO code style guide](https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/coding_style.md).
* Make your PRs small - each PR should address one issue. Remove all changes
unrelated to the PR.
* [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.
* Document your contribution! If your changes may impact how the user works with
OpenVINO, provide the information in proper articles. You can do it yourself,
or contact one of OpenVINO documentation contributors to work together on
Expand Down

0 comments on commit d0c20f7

Please sign in to comment.