Skip to content

Commit 2375e3d

Browse files
Add Contributing section
1 parent a0afb84 commit 2375e3d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,21 @@ Check the [CHANGELOG](CHANGELOG.md) file for changes.
8080

8181
This module is licensed under the MIT License. Check the [LICENSE](LICENSE.md) file for details.
8282

83+
## Contributing
84+
85+
If you find any problems, bugs or have questions, please [open a GitHub issue](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/issues) in this repository.
86+
87+
Pull requests are of course also very welcome 🙂
88+
89+
### Developer commands
90+
91+
- `npm run lint` - Run linting checks.
92+
- `npm run lint:fix` - Fix linting issues.
93+
- `npm run prettier` - Run formatter checks.
94+
- `npm run prettier:fix` - Fix formatter issues.
95+
- `npm run test` - Run linting and formatter checks.
96+
- `npm run release` - Bump version for release.
97+
8398
## MEMO
8499

85100
### Bug with MMM-Carousel

0 commit comments

Comments
 (0)