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

docs: update development instructions

Add more instructions for development to the README.md
This commit is contained in:
Christoph Miksche
2019-09-11 13:48:50 +02:00
parent d0b0374d57
commit cf53f7b9dc

View File

@@ -62,9 +62,13 @@ If you want to schedule your updates, edit your /etc/crontab file.
The following instructions help you for developing. The following instructions help you for developing.
* Check out the [Contribution Guidelines](CONTRIBUTING.md).
* Clone this git repo * Clone this git repo
* Install pipenv: `pip install pipenv` * Install pipenv: `pip install pipenv`
* Install all dependencies: `pipenv install` * Install all dependencies: `pipenv install`
* You can run the tests with `python tests.py`
* After changes and commit, you can check if your commit message follows the contribution guidelines with `gitlint`. If there is a problem, gitlint will show you a error message.
* After pushing, you should check the build status which currently checks the tests and the commit message format.
## Contributors ## Contributors