-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Contributing guidelines | ||
|
||
Thank you very much for contributing! Every help is welcome :). | ||
|
||
## Workflow | ||
|
||
If you have a bugfix, feel free to create a PR. If you have a feature request you can open an issue (or a PR if you already have code). | ||
|
||
## Code guidelines | ||
|
||
Here are some guidelines we ask to follow: | ||
|
||
- The used language is English. | ||
- Files should be UTF-8. | ||
- Everything should come with as much [tests](./tests) as possible. | ||
- The readability of code is very important. | ||
- Formatting and linting is checked in the PR, please adhere to these checks. You can check the [CI/CD pipeline](./.github/workflows/test-deploy.yml) for the exact checks. |