diff options
author | Kurt Jung <kurt.w.jung@gmail.com> | 2015-10-11 08:20:14 -0400 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@gmail.com> | 2015-10-11 08:20:14 -0400 |
commit | 1a24a3acc57b8e20d718efbc5c141b980bbb8a38 (patch) | |
tree | 967b1d12c9862e90a36c3719016c4518c820c5e0 | |
parent | d51a8d74b25e9e8b342e0a620c8afdfe155c3e09 (diff) | |
parent | a44575e274cee9b42d443f7ae8103990228c47ac (diff) |
Merge branch 'master' into compare-reference-pdf
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | doc.go | 6 |
2 files changed, 7 insertions, 4 deletions
@@ -136,14 +136,15 @@ gofpdf for its document production mode. gofpdf is a global community effort and you are invited to make it even better. If you have implemented a new feature or corrected a problem, please consider -contributing your change to the project. Contributions that do not directly -pertain to the core functionality of gofpdf should be placed in their own +contributing your change to the project. A contribution that does not directly +pertain to the core functionality of gofpdf should be placed in its own directory directly beneath the `contrib` directory. Here are guidelines for making submissions. Your change should * be compatible with the MIT License * be properly documented +* be formatted with `go fmt` * include an example in [fpdf_test.go](https://github.com/jung-kurt/gofpdf/blob/master/fpdf_test.go) if appropriate * conform to the standards of [golint](https://github.com/golang/lint) and [go vet](https://godoc.org/golang.org/x/tools/cmd/vet), that is, `golint .` and @@ -150,8 +150,8 @@ Contributing Changes gofpdf is a global community effort and you are invited to make it even better. If you have implemented a new feature or corrected a problem, please consider -contributing your change to the project. Contributions that do not directly -pertain to the core functionality of gofpdf should be placed in their own +contributing your change to the project. A contribution that does not directly +pertain to the core functionality of gofpdf should be placed in its own directory directly beneath the `contrib` directory. Here are guidelines for making submissions. Your change should @@ -160,6 +160,8 @@ Here are guidelines for making submissions. Your change should • be properly documented +• be formatted with `go fmt` + • include an example in fpdf_test.go if appropriate • conform to the standards of golint (https://github.com/golang/lint) and |