a reactive (signals based) hypermedia web framework (wip) stormlightlabs.github.io/volt/
hypermedia frontend signals
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: added PR template

+24
+24
.github/PULL_REQUEST_TEMPLATE.md
··· 1 + <!-- markdownlint-disable --> 2 + 3 + <!-- This is optional --> 4 + Issue: resolves # 5 + 6 + --- 7 + 8 + <!-- Please do not add dependencies to package lib. --> 9 + <!-- Try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> 10 + 11 + ## What is the current behavior? 12 + 13 + ## What is the new behavior? 14 + 15 + ## Does this introduce a breaking change? 16 + 17 + - [ ] Yes 18 + - [ ] No 19 + 20 + <!-- If this introduces a breaking change: describe the impact and migration path (if post v1.0.0) for existing applications below. --> 21 + 22 + ## Other information 23 + 24 + <!-- Any other context or screenshots can go here. -->