You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.markdown 1.4 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. This project is the source for http://godoc.org/
  2. [![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](http://godoc.org/github.com/golang/gddo)
  3. [![Build
  4. Status](https://travis-ci.org/golang/gddo.svg?branch=master)](https://travis-ci.org/golang/gddo)
  5. The code in this project is designed to be used by godoc.org. Send mail to
  6. golang-dev@googlegroups.com if you want to discuss other uses of the code.
  7. ## Feedback
  8. Send ideas and questions to golang-dev@googlegroups.com. Request features and
  9. report bugs using the [GitHub Issue
  10. Tracker](https://github.com/golang/gddo/issues/new).
  11. ## Contributions
  12. Contributions to this project are welcome, though please [file an
  13. issue](https://github.com/golang/gddo/issues/new). before starting work on
  14. anything major.
  15. **We do not accept GitHub pull requests**
  16. Please refer to the [Contribution
  17. Guidelines](https://golang.org/doc/contribute.html) on how to submit changes.
  18. We use https://go-review.googlesource.com to review change submissions.
  19. ## Getting the Source
  20. To get started contributing to this project, clone the repository from its
  21. canonical location
  22. ```
  23. git clone https://go.googlesource.com/gddo $GOPATH/src/github.com/golang/gddo
  24. ```
  25. Information on how to set up a local environment is available at
  26. https://github.com/golang/gddo/wiki/Development-Environment-Setup.
  27. ## More Documentation
  28. More documentation about this project is available on the
  29. [wiki](https://github.com/golang/gddo/wiki).