mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-11 00:17:22 +01:00
634 B
634 B
Contributing
Thank you for your interest to contribute to this repository.
All good contributions which add a new feature or close a issue will be accepted, however there a few guidelines which should be followed:
- Commit messages should follow the Angular Commit Message Format: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
- New features should be added with a new function, if a new function is possible.
- Test-driven development (TDD) should be followed - this means you should always create unit tests for your function before you create the corresponding function.
- You should use the linter