File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# How to contribute
22
33Crud loves to welcome your contributions. There are several ways to help out:
4+
45* Create a ticket in GitHub, if you have found a bug
56* Write testcases for open bug tickets
67* Write patches for open bug/feature tickets, preferably with testcases included
7- * Contribute to the [ documentation] ( https://github.com/friendsofcake /crud/tree/gh-pages )
8+ * Contribute to the [ documentation] ( https://github.com/FriendsOfCake /crud/tree/master/docs )
89
910There are a few guidelines that we need contributors to follow so that we have a
1011chance of keeping on top of things.
@@ -67,10 +68,10 @@ You can build the documentation using Docker via the following commands:
6768 cd docs
6869
6970 # build the docs
70- docker build .
71+ docker build -t friendsofcake/crud .
7172
7273 # make the html
73- docker run -it --rm -v $(pwd)/docs :/data friendsofcake/crud make html
74+ docker run -it --rm -v $(pwd):/data friendsofcake/crud make html
7475
7576 # open the generated html docs in docs/_build/html
7677
Original file line number Diff line number Diff line change 1- FROM debian:jessie
1+ FROM debian:buster
22
33ENV DEBIAN_FRONTEND noninteractive
44
You can’t perform that action at this time.
0 commit comments