chore: updated JIRA ticket rules to include 3-part RFC tickets
Description
Adds new rules for RFC JIRA tickets
Motivation and context
The RFC process takes at least three sprints to write, discuss with SWC Team in a sync, and discuss with our community in office hours. It makes sense to create a ticket for each sprint.
Related issue(s)
- N/A, was cleaning out JIRA Jail RFCs and created this for my own sanity
Screenshots (if appropriate)
Author's checklist
- [x] I have read the CONTRIBUTING and PULL_REQUESTS documents.
- [x]
I have reviewed at the Accessibility Practices for this feature, see: [Aria Practices]N/A(https://www.w3.org/TR/wai-aria-practices/) N/A - [x]
I have added automated tests to cover my changes.N/A - [x]
I have included a well-written changeset if my change needs to be published.N/A - [x]
I have included updated documentation if my change required it.N/A
Reviewer's checklist
- [ ] Includes a Github Issue with appropriate flag or Jira ticket number without a link
- [x]
Includes thoughtfully written changeset if changes suggested includeN/Apatch,minor, ormajorfeatures - [x]
Automated tests cover all use cases and follow best practices for writingN/A - [x]
Validated on all supported browsersN/A - [x]
All VRTs are approved before the author can update Golden HashN/A
Manual review test cases
-
[ ] Generate JIRA RFC tickets
git checkout nikkmk/rfc-rules- Ask cursor to generate tickets for an RFC of your choosing
- Verify that three RFC tickets are generated.
- Verify that the first ticket captures the unique details of writing your RFC
- Verify that the second ticket is similar to SWC-1387 but refers to your RFC instead
- Verify that the third ticket is similar to SWC-1388 but refers to your RFC instead
Device review
- [x]
Did it pass in Desktop?N/A - [x]
Did it pass in (emulated) Mobile?N/A - [x]
Did it pass in (emulated) iPad?N/A
⚠️ No Changeset found
Latest commit: a423ee4b429243f668dfae11cae771e53efe434d
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
📚 Branch Preview Links
🔍 First Generation Visual Regression Test Results
When a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs:
- Spectrum | Light | Medium | LTR
- Spectrum | Dark | Large | RTL
- Express | Light | Medium | LTR
- Express | Dark | Large | RTL
- Spectrum-two | Light | Medium | LTR
- Spectrum-two | Dark | Large | RTL
- High Contrast Mode | Medium | LTR
Deployed to Azure Blob Storage: pr-5908
If the changes are expected, update the current_golden_images_cache hash in the circleci config to accept the new images. Instructions are included in that file.
If the changes are unexpected, you can investigate the cause of the differences and update the code accordingly.
This is awesome and extremely thorough from reading, ill need to pull this down and test out making a few tickets to see the outputs!