-
Notifications
You must be signed in to change notification settings - Fork 31
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
1 parent
19c8f05
commit edc9b7c
Showing
1 changed file
with
48 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,48 @@ | ||
name: Generic Issue | ||
description: Organized way of making actionable tasks for PMs, data scientists, leads, etc. | ||
title: "<title>" | ||
labels: | ||
body: | ||
- type: checkboxes | ||
id: Terms | ||
attributes: | ||
label: Guidelines | ||
description: By submitting this issue, you agree to follow our [Contributing Guidelines](https://www.contributor-covenant.org/version/2/1/code_of_conduct/). | ||
options: | ||
- label: I agree to follow this project's Contributing Guidelines. | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for this task. | ||
options: | ||
- label: I have searched the existing issues | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Dependencies | ||
description: List any exisiting issues or outside tasks that need to get done before this task can be completed. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Overview | ||
description: "We need to do X for Y reason" - concise description of the task. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Action Items | ||
description: Step by Step List of all of the items that need to be done to complete this task, including research, reporting, etc. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about the task and how to accomplish it. | ||
|
||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false |