-
Notifications
You must be signed in to change notification settings - Fork 0
Make GitHub Issues the Method work tracker #64
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
2326d59
docs: make GitHub Issues the Method work tracker
flyingrobots 90e58ea
feat: add Method backlog issue migration
flyingrobots 6d7ee1a
test: update Method docs policy expectations
flyingrobots 4b13ec4
test: remove stale cycle branch assumptions
flyingrobots ba4d913
fix: harden Method issue migration
flyingrobots 85601d8
test: account for migrated backlog archive
flyingrobots 42373ba
Fix: audit production dependencies
flyingrobots c0330bd
Fix: address final Method review findings
flyingrobots 5c01035
Fix: close Method tracker review findings
flyingrobots 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 hidden or 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,53 @@ | ||
| name: Bug report | ||
| description: Report a Method defect or regression. | ||
| title: "" | ||
| labels: | ||
| - lane:inbox | ||
| - type:bug | ||
| body: | ||
| - type: textarea | ||
| id: observed | ||
| attributes: | ||
| label: Observed behavior | ||
| description: What happened? | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: expected | ||
| attributes: | ||
| label: Expected behavior | ||
| description: What should have happened? | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: reproduction | ||
| attributes: | ||
| label: Reproduction | ||
| description: Minimal commands, repo state, and inputs needed to reproduce. | ||
| placeholder: | | ||
| 1. ... | ||
| 2. ... | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: impact | ||
| attributes: | ||
| label: Impact | ||
| description: Who is blocked or misled by this? | ||
| - type: textarea | ||
| id: acceptance | ||
| attributes: | ||
| label: Acceptance criteria | ||
| placeholder: | | ||
| - [ ] ... | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: witness | ||
| attributes: | ||
| label: Witness plan | ||
| value: | | ||
| Expected evidence: | ||
| - failing test or reproduction: | ||
| - fix validation: | ||
| - retro: | ||
This file contains hidden or 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,5 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Method process overview | ||
| url: https://github.com/flyingrobots/method/blob/main/docs/PROCESS.md | ||
| about: Read the Method workflow before opening work. |
This file contains hidden or 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,45 @@ | ||
| name: Method spike | ||
| description: Capture a temporary proof, learning cycle, or constraint probe. | ||
| title: "" | ||
| labels: | ||
| - lane:inbox | ||
| - type:spike | ||
| body: | ||
| - type: textarea | ||
| id: question | ||
| attributes: | ||
| label: Question | ||
| description: What are we trying to prove or learn? | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: why-now | ||
| attributes: | ||
| label: Why now | ||
| description: What decision will this unblock? | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: constraints | ||
| attributes: | ||
| label: Constraints | ||
| description: Stack, time, safety, or quality constraints. | ||
| placeholder: | | ||
| - ... | ||
| - type: textarea | ||
| id: evidence | ||
| attributes: | ||
| label: Expected evidence | ||
| description: What transcript, demo, test, or artifact proves the learning? | ||
| placeholder: | | ||
| - [ ] ... | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: closeout | ||
| attributes: | ||
| label: Adopt, adapt, or retire decision | ||
| description: Fill this in during closeout. | ||
| value: | | ||
| Decision: | ||
| Follow-up: |
This file contains hidden or 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,94 @@ | ||
| name: Method work item | ||
| description: Propose shaped Method work with a hill, scope, and witness plan. | ||
| title: "" | ||
| labels: | ||
| - lane:inbox | ||
| - type:enhancement | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Use a short, branch-safe title. Active work uses a branch slug derived from this title. | ||
| Labels are canonical tracker metadata. If you want a lane or legend other than inbox triage, | ||
| request it below; a maintainer or agent must apply the actual label. | ||
| - type: textarea | ||
| id: requested-classification | ||
| attributes: | ||
| label: Requested classification | ||
| description: Optional triage request. This does not set canonical labels. | ||
| placeholder: | | ||
| Suggested lane: | ||
| Suggested legend: | ||
| - type: textarea | ||
| id: hill | ||
| attributes: | ||
| label: Hill | ||
| description: Name the user value in Method/IBM Design Thinking style. | ||
| placeholder: As a contributor, I want ..., so that ... | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: sponsored-perspectives | ||
| attributes: | ||
| label: Sponsored perspectives | ||
| description: Name abstract human and agent seats, not literal people or model brands. | ||
| value: | | ||
| Human: | ||
| Agent: | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: context | ||
| attributes: | ||
| label: Context | ||
| description: What repo truth, user need, or defect motivates this work? | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: scope | ||
| attributes: | ||
| label: Scope | ||
| description: What is in bounds? | ||
| placeholder: | | ||
| - ... | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: out-of-scope | ||
| attributes: | ||
| label: Out of scope | ||
| description: What should not be solved in this issue? | ||
| placeholder: | | ||
| - ... | ||
| - type: textarea | ||
| id: acceptance | ||
| attributes: | ||
| label: Acceptance criteria | ||
| description: Concrete checks that prove the issue is complete. | ||
| placeholder: | | ||
| - [ ] ... | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: witness | ||
| attributes: | ||
| label: Witness plan | ||
| description: Expected evidence for tests, playback, docs, and retro. | ||
| value: | | ||
| Expected evidence: | ||
| - tests: | ||
| - playback: | ||
| - docs: | ||
| - retro: | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: method-artifacts | ||
| attributes: | ||
| label: Method artifacts | ||
| description: Fill these links as the work proceeds. | ||
| value: | | ||
| Design: | ||
| Witness: | ||
| Retro: | ||
| PR: |
This file contains hidden or 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,22 @@ | ||
| # Pull Request | ||
|
|
||
| ## Linked issue | ||
|
|
||
| Closes # | ||
|
|
||
| ## Branch / issue-title check | ||
|
|
||
| - [ ] Branch name is the linked issue title slug, or the exception is explained here. | ||
|
|
||
| ## Method evidence | ||
|
|
||
| - [ ] Design doc linked or not required. | ||
| - [ ] Tests or validation evidence included. | ||
| - [ ] Playback/witness included or not required. | ||
| - [ ] Retro included or not required. | ||
|
|
||
| ## Tracker hygiene | ||
|
|
||
| - [ ] Linked issue had `work-in-progress` while active. | ||
| - [ ] Linked issue lane/status labels are current. | ||
| - [ ] Follow-up work is captured as GitHub Issues, not hidden in chat or local-only backlog files. |
This file contains hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.