forked from openvinotoolkit/openvino_contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
name: Good First Issue | ||
description: Create a Good First Issue for new contributors. | ||
title: "[Good First Issue]: " | ||
labels: ["good first issue", "no_stale"] | ||
body: | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Context | ||
description: | | ||
Let the contributors know what your component is responsible for, | ||
what's the importance of the change and why it's needed. | ||
Keep in mind the Good First Issue is for new contributors. | ||
placeholder: What is it and why is it important? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: todo_list | ||
attributes: | ||
label: What needs to be done? | ||
description: | | ||
Be as verbose as possible, provide a TODO list if viable. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: example_prs | ||
attributes: | ||
label: Example Pull Requests | ||
description: | | ||
Provide example Pull requests, if there are any. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: resources | ||
attributes: | ||
label: Resources | ||
description: | | ||
Any materials related to the task, such as operator specifications, | ||
discussions, guides. | ||
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 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: contact_points | ||
attributes: | ||
label: Contact points | ||
description: | | ||
People who can be asked questions about the task. | ||
placeholder: GitHub users | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: ticket | ||
attributes: | ||
label: Ticket | ||
description: | | ||
Provide the ticket number, if available. | ||
validations: | ||
required: false |