diff options
author | Matthew Holt <[email protected]> | 2017-06-06 23:18:59 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2017-06-06 23:18:59 -0600 |
commit | 8051c73cc3171987ba7863e118dce245eeeb6b88 (patch) | |
tree | 41afa05eaa447cf93a9c39094d80aeb7868f04d3 /README.md | |
parent | a368230ba5e4c91e5ff332be22c4a6d8073cac81 (diff) | |
download | caddy-8051c73cc3171987ba7863e118dce245eeeb6b88.tar.gz caddy-8051c73cc3171987ba7863e118dce245eeeb6b88.zip |
Add sourcegraph links to readme and contributing guide
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -128,9 +128,9 @@ If you have questions or concerns about Caddy' underlying crypto implementations ## Contributing -**[Join our forum](https://caddy.community) where you can chat with other Caddy users and developers!** +**[Join our forum](https://caddy.community) where you can chat with other Caddy users and developers!** To get familiar with the code base, try [Caddy code search on Sourcegraph](https://sourcegraph.com/github.com/mholt/caddy/-/search)! -Please see our [contributing guidelines](https://github.com/mholt/caddy/blob/master/.github/CONTRIBUTING.md). If you want to write a plugin, check out the [developer wiki](https://github.com/mholt/caddy/wiki). +Please see our [contributing guidelines](https://github.com/mholt/caddy/blob/master/.github/CONTRIBUTING.md) for instructions. If you want to write a plugin, check out the [developer wiki](https://github.com/mholt/caddy/wiki). We use GitHub issues and pull requests only for discussing bug reports and the development of specific changes. We welcome all other topics on the [forum](https://caddy.community)! |