-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create new risk issue template (#328)
New template for managing risks within GitHub, with specific fields to complete.
- Loading branch information
1 parent
1e0ceeb
commit 6054a64
Showing
1 changed file
with
59 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,59 @@ | ||
--- | ||
name: Risk | ||
about: Document project risks | ||
title: "[RISK]" | ||
labels: risk | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Title | ||
*What is the risk we need to manage?* | ||
<br /> | ||
|
||
## Description | ||
*Describe the potential risk. For instance: Item A cannot be completed until Item B has been purchased but approval has been delayed, or Item A requires resources that have not been identified and the project is currently resource constrained.* | ||
|
||
<br /> | ||
|
||
|
||
## Category | ||
|
||
- [ ] Timeline | ||
- [ ] Resource | ||
- [ ] Environment | ||
- [ ] Customer/Partner | ||
- [ ] Regulatory or compliance | ||
- [ ] Financial (cost/revenue) | ||
- [ ] Regulatory or compliance | ||
- [ ] Something else? Please suggest a category. | ||
|
||
<br /> | ||
|
||
## Potential Impact (1 - 10) | ||
*A quantitative rating of the potential impact on the project if the risk should materialize. Impact in a Risk Register should be scored on a scale of 1 – 10 with 10 being the highest impact.* | ||
|
||
<br /> | ||
|
||
|
||
## Probability (1 - 10) | ||
*The likelihood that the risk will occur at some point in the duration of the project. This should be quantitative like Potential Impact not qualitative (high, medium or low). If you use qualitative measures you cannot calculate a Risk Score, which is done by multiplying Probability and Impact and you can easily convert a number to a descriptor e.g. 1-3 = “Low”, 4-6 = “Medium” and 7-10 = “High”.* | ||
|
||
<br /> | ||
|
||
|
||
## Risk Score (Impact x Probability) | ||
|
||
<br /> | ||
|
||
|
||
## Likely Outcome | ||
*The likely consequence or impact of the risk if it materializes.* | ||
|
||
<br /> | ||
|
||
|
||
## Prevention and Mitigation | ||
*Action plan to prevent a given risk from occurring, or contingency plans if the risk occurs.* | ||
|
||
<br /> |