mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-10 01:57:07 +01:00
Slack -> Gitter
This commit is contained in:
parent
f11cd4d9dd
commit
5eadea6615
2 changed files with 17 additions and 13 deletions
|
@ -1,8 +1,9 @@
|
||||||
## Contributing to Caddy
|
## Contributing to Caddy
|
||||||
|
|
||||||
**[Join us on Slack](https://gophers.slack.com/messages/caddy/)** to chat with
|
**[Join our dev chat on Gitter](https://gitter.im/mholt/caddy)** to chat with
|
||||||
other Caddy developers! ([Request an invite](http://bit.ly/go-slack-signup),
|
other Caddy developers! (Dev chat only; try our
|
||||||
then join the #caddy channel.)
|
[support room](https://gitter.im/caddyserver/support) for help or
|
||||||
|
[general](https://gitter.im/caddyserver/general) for anything else.)
|
||||||
|
|
||||||
This project gladly accepts contributions and we encourage interested users to
|
This project gladly accepts contributions and we encourage interested users to
|
||||||
get involved!
|
get involved!
|
||||||
|
@ -11,24 +12,25 @@ get involved!
|
||||||
#### For small tweaks, bug fixes, and tests
|
#### For small tweaks, bug fixes, and tests
|
||||||
|
|
||||||
Submit [pull requests](https://github.com/mholt/caddy/pulls) at any time.
|
Submit [pull requests](https://github.com/mholt/caddy/pulls) at any time.
|
||||||
Thank you for helping out in simple ways! Bug fixes should be under test to
|
Bug fixes should be under test to assert correct behavior. Thank you for
|
||||||
assert correct behavior.
|
helping out in simple ways!
|
||||||
|
|
||||||
|
|
||||||
#### Ideas, questions, bug reports
|
#### Ideas, questions, bug reports
|
||||||
|
|
||||||
You should totally [open an issue](https://github.com/mholt/caddy/issues) with
|
Feek free to [open an issue](https://github.com/mholt/caddy/issues) with your
|
||||||
your ideas, questions, and bug reports, if one does not already exist for it.
|
ideas, questions, and bug reports, if one does not already exist for it. Bug
|
||||||
Bug reports should state expected behavior and contain clear instructions for
|
reports should state expected behavior and contain clear instructions for
|
||||||
reproducing the problem.
|
isolating and reproducing the problem.
|
||||||
See [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html).
|
See [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html).
|
||||||
|
|
||||||
|
|
||||||
#### New features
|
#### New features
|
||||||
|
|
||||||
Before submitting a pull request, please open an issue first to discuss it and
|
Before submitting a pull request, please open an issue first to discuss it and
|
||||||
claim it. This prevents overlapping efforts and keeps the project in-line with
|
claim it. This prevents overlapping efforts and keeps the project in-line with
|
||||||
its goals. If you prefer to discuss the feature privately, you can reach other
|
its goals. If you prefer to discuss the feature privately, you can reach other
|
||||||
developers on Slack or you may email me directly. (My email address is below.)
|
developers on Gitter or you may email me directly. (My email address is below.)
|
||||||
|
|
||||||
And don't forget to write tests for new features!
|
And don't forget to write tests for new features!
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[![Caddy](https://caddyserver.com/resources/images/caddy-boxed.png)](https://caddyserver.com)
|
[![Caddy](https://caddyserver.com/resources/images/caddy-boxed.png)](https://caddyserver.com)
|
||||||
|
|
||||||
|
[![Dev Chat](https://img.shields.io/badge/dev%20chat-gitter-ff69b4.svg?style=flat-square&label=dev+chat&color=ff69b4)](https://gitter.im/mholt/caddy)
|
||||||
[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/mholt/caddy)
|
[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/mholt/caddy)
|
||||||
[![Linux Build Status](https://img.shields.io/travis/mholt/caddy.svg?style=flat-square&label=linux+build)](https://travis-ci.org/mholt/caddy)
|
[![Linux Build Status](https://img.shields.io/travis/mholt/caddy.svg?style=flat-square&label=linux+build)](https://travis-ci.org/mholt/caddy)
|
||||||
[![Windows Build Status](https://img.shields.io/appveyor/ci/mholt/caddy.svg?style=flat-square&label=windows+build)](https://ci.appveyor.com/project/mholt/caddy)
|
[![Windows Build Status](https://img.shields.io/appveyor/ci/mholt/caddy.svg?style=flat-square&label=windows+build)](https://ci.appveyor.com/project/mholt/caddy)
|
||||||
|
@ -139,9 +140,10 @@ packages that each Caddy package imports.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
**[Join us on Slack](https://gophers.slack.com/messages/caddy/)** to chat with
|
**[Join our dev chat on Gitter](https://gitter.im/mholt/caddy)** to chat with
|
||||||
other Caddy developers! ([Request an invite](http://bit.ly/go-slack-signup),
|
other Caddy developers! (Dev chat only; try our
|
||||||
then join the #caddy channel.)
|
[support room](https://gitter.im/caddyserver/support) for help or
|
||||||
|
[general](https://gitter.im/caddyserver/general) for anything else.)
|
||||||
|
|
||||||
This project would not be what it is without your help. Please see the
|
This project would not be what it is without your help. Please see the
|
||||||
[contributing guidelines](https://github.com/mholt/caddy/blob/master/CONTRIBUTING.md)
|
[contributing guidelines](https://github.com/mholt/caddy/blob/master/CONTRIBUTING.md)
|
||||||
|
|
Loading…
Reference in a new issue