Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
···11-- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
11+<!-- Add Jira ID Eg: SDPA-1234 or GitHub Issue Number eg: #123 -->
2233-- **What is the current behavior?** (You can also link to an open issue here)
33+**Issue**:
4455-- **What is the new behavior (if this is a feature change)?**
55+### What I did
66+<!-- Summary of changes made in the Pull Request -->
77+-
88+-
6977-- **Other information**:
1010+### How to test
1111+<!-- Summary of how to test -->
1212+-
1313+-
1414+1515+### Checklist
1616+1717+<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
1818+<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
1919+2020+#### For all PR's
2121+2222+- [ ] I've added relevant changes to the project Readme if needed.
2323+- [ ] I've updated the documentation site as needed.
2424+- [ ] I have added unit tests to cover my changes (if not applicable, please state why in a comment)
2525+2626+#### For new components only
2727+2828+- [ ] I have added a story covering all variants
2929+- [ ] I have checked a11y tab in storybook passes
3030+- [ ] Any events are emitted on the event bus
3131+