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.
Please use the template that's relevant for your situation and delete the other templates. If this is just a noredink-ui repo doc change, you don't need to follow a template.
🏷️ Bump for version
VERSION_NUMBER
What changes does this release include?
The easiest and most reliable way to find the changes that this release includes is to go through the changes between the last version number and master:
https://github.com/NoRedInk/noredink-ui/compare/VERSION_NUMBER...master
.Include links to the relevant PRs in a list in this PR. Be sure to note any risky changes or changes that you will want to alert QA to when upgrading to the new version of noredink-ui.
Please update the PR's name to include a quick note about every linked PR.
How has the API changed?
Please paste the output of
elm diff
run on latest master in the code block:Releasing
After this PR merges, and you've pulled down latest master, finish following the publishing process.
🌟 Adding a new component
About the component
What is the purpose of the new component? When and where will it be used? How will the reviewer know if this component meets the success criteria?
Please link to any relevant context and stories.
🖼️ What does this change look like?
Component completion checklist
component-catalog/tests
tests/Spec
. Historically, this has been the more popular Elm testing strategy for noredink-ui.nriDescription
🔧 Modifying a component
Context
Please link to any relevant context and stories.
🖼️ What does this change look like?
Component completion checklist
nriDescription