1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 07:57:23 +01:00

Create CONTRIBUTING.md

Create a few guidelines for contributing to this repo.
This commit is contained in:
Christoph Daniel Miksche
2019-06-01 12:41:26 +02:00
committed by GitHub
parent 85c0de2d0f
commit b4735bb6f7

9
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,9 @@
# 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:
1. Commit messages should follow the Angular Commit Message Format: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
2. New features should be added with a new function, if a new function is possible.
3. Test-driven development (TDD) should be followed - this means you should always create unit tests for your function before you create the corresponding function.