Skip to content

Commit 01ecee4

Browse files
author
Frank Taubert
committed
update documentation
1 parent c308f4e commit 01ecee4

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ Just open a [regular issue](https://github.com/virtomize/uii-python-api/issues/n
2525

2626
## Pull Requests
2727

28-
### Dependencies
29-
30-
This project uses [Mage](https://magefile.org/) which is a replacement for the classical make.
31-
3228
### 1. Fork
3329

3430
Fork the project [on Github](https://github.com/virtomize/uii-python-api/) and clone your fork
@@ -58,15 +54,7 @@ $ git checkout -b example-branch -t upstream/master
5854

5955
### 3. Code
6056

61-
Follow the [official code guidelines](https://golang.org/doc/effective_go.html).
62-
63-
To make sure the code runs correct, test the code using:
64-
65-
```
66-
mage test
67-
```
68-
69-
also add unit tests to test your code contributions.
57+
Add unit tests to test your code contributions.
7058

7159
For new features add a short description in the README.md.
7260

0 commit comments

Comments
 (0)