-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating Research Runbook templates #15046
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
417581d
synthesis and reporting
davidmpickett 0b78599
Delete .github/ISSUE_TEMPLATE/ap-defect.md
davidmpickett 8477f13
test
davidmpickett 5d3e023
undelete
davidmpickett 68d9b1e
really undelete
davidmpickett 84ebd7a
removing other people's changes
davidmpickett 541587e
get outta here!
davidmpickett 522dce3
be gone!
davidmpickett 1cce559
changing design -> UX
davidmpickett 4ca763f
typo
davidmpickett 34df265
Merge branch 'main' into research-runbook-updates
davidmpickett File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -1,46 +1,46 @@ | ||
--- | ||
name: (AP) Defect | ||
about: Work to fix a problem with existing functionality | ||
title: "<Short description of the functional problem>" | ||
labels: Accelerated Publishing, Defect | ||
|
||
--- | ||
|
||
### What is the problem? | ||
<!-- Describe the problem in a few sentences or less, focusing on the functional issue rather than the technical failure. --> | ||
|
||
### Who is affected? | ||
<!-- What is the user prevented from doing? About how many users are affected? --> | ||
|
||
### How urgent is the issue? | ||
Critical / Major / Minor | ||
|
||
```[tasklist] | ||
### | ||
- [ ] The problem as described is fixed | ||
- [ ] The repro steps result in 'expected result' | ||
- [ ] An automated test is written to catch the problem, if appropriate | ||
``` | ||
|
||
### How can we see the problem? (repro steps) | ||
<!-- Please include environment, browser, operating system information if it is relevant. --> | ||
1. Please include a set of steps that allows an independent tester to see the problem. | ||
2. Write them so that after the defect is fixed, the steps will result in the expected result. | ||
3. It is helpful to write the steps methodically so they can be the foundation of an automated test. | ||
|
||
**Expected result:** What should be the outcome?<br /> | ||
**Actual result:** What currently happens? | ||
|
||
### Is there any additional information? | ||
Screenshots: | ||
|
||
Log messages (please specify from where or what commands(s)) | ||
``` | ||
Log messages here | ||
``` | ||
|
||
### Why is the problem happening and how do we fix it? | ||
<!-- Provide any information about why the bug is happening. Links to tickets where the work was originally done are helpful. --> | ||
<!-- This is the place for info about the technical failure. --> | ||
<!-- This probably will not be filled out when the ticket is initially created. --> | ||
|
||
--- | ||
name: (AP) Defect | ||
about: Work to fix a problem with existing functionality | ||
title: "<Short description of the functional problem>" | ||
labels: Accelerated Publishing, Defect | ||
--- | ||
### What is the problem? | ||
<!-- Describe the problem in a few sentences or less, focusing on the functional issue rather than the technical failure. --> | ||
### Who is affected? | ||
<!-- What is the user prevented from doing? About how many users are affected? --> | ||
### How urgent is the issue? | ||
Critical / Major / Minor | ||
```[tasklist] | ||
### | ||
- [ ] The problem as described is fixed | ||
- [ ] The repro steps result in 'expected result' | ||
- [ ] An automated test is written to catch the problem, if appropriate | ||
``` | ||
### How can we see the problem? (repro steps) | ||
<!-- Please include environment, browser, operating system information if it is relevant. --> | ||
1. Please include a set of steps that allows an independent tester to see the problem. | ||
2. Write them so that after the defect is fixed, the steps will result in the expected result. | ||
3. It is helpful to write the steps methodically so they can be the foundation of an automated test. | ||
**Expected result:** What should be the outcome?<br /> | ||
**Actual result:** What currently happens? | ||
### Is there any additional information? | ||
Screenshots: | ||
Log messages (please specify from where or what commands(s)) | ||
``` | ||
Log messages here | ||
``` | ||
### Why is the problem happening and how do we fix it? | ||
<!-- Provide any information about why the bug is happening. Links to tickets where the work was originally done are helpful. --> | ||
<!-- This is the place for info about the technical failure. --> | ||
<!-- This probably will not be filled out when the ticket is initially created. --> | ||
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
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
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI i suspect this file is showing up due to whitespace changes but I can't figure out how to confirm. FYI @timcosgrove in case you care.