avances en plantillas

This commit is contained in:
JACS 2026-05-01 18:15:40 -05:00
parent 0f84beacf1
commit da0530d79b
2062 changed files with 598814 additions and 22 deletions

View file

@ -0,0 +1,13 @@
<!-- Please enter the info below -->
```
[ ] Bug
[ ] Feature request
CountUp.js version:
```
## Description
<!-- If this is a bug, provide steps to reproduce the issue. -->
<!-- If this is a feature request, describe the use case. -->

View file

@ -0,0 +1,29 @@
## I'm submitting a...
```
[ ] Bug Fix
[ ] Feature
[ ] Other (Refactoring, Added tests, Documentation, ...)
```
## Checklist
- [ ] Test your changes
- [ ] Followed the build steps
## Description
_please describe the changes that you are making_
_for features, please describe how to use the new feature_
_please include a reference to an existing issue, if applicable_
## Does this PR introduce a breaking change?
```
[ ] Yes
[ ] No
```