Skip to content
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

[Please ignore] for testing #19651

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Goals of backlog review [#review_goals]

* **Fix easy issues**: If you can fix something quickly, just do it.
* **Fix easy issues**: If you can really fix something quickly, just do it.

Check notice on line 13 in src/content/docs/agile-handbook/appendices/backlog-review.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] src/content/docs/agile-handbook/appendices/backlog-review.mdx#L13

[new-relic.Adverbs] Consider removing 'really'.
Raw output
{"message": "[new-relic.Adverbs] Consider removing 'really'.", "location": {"path": "src/content/docs/agile-handbook/appendices/backlog-review.mdx", "range": {"start": {"line": 13, "column": 35}}}, "severity": "INFO"}

Check notice on line 13 in src/content/docs/agile-handbook/appendices/backlog-review.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] src/content/docs/agile-handbook/appendices/backlog-review.mdx#L13

[new-relic.Adverbs] Consider removing 'quickly'.
Raw output
{"message": "[new-relic.Adverbs] Consider removing 'quickly'.", "location": {"path": "src/content/docs/agile-handbook/appendices/backlog-review.mdx", "range": {"start": {"line": 13, "column": 56}}}, "severity": "INFO"}
* **Find broken windows**: What are the small (or big!) broken windows lurking in our backlog? What should we consider bubbling up into a future sprint?
* **Identify gaps in the backlog**: Discover important issues that are not at all covered in the backlog.
* **Clear out cruft**: Find duplicate issues, things we'll never fix, or issues that are just no longer relevant.
Expand Down
Loading