Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
caddy
Commits
5eadea66
Commit
5eadea66
authored
Dec 17, 2015
by
Matthew Holt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Slack -> Gitter
parent
f11cd4d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
13 deletions
+17
-13
CONTRIBUTING.md
CONTRIBUTING.md
+12
-10
README.md
README.md
+5
-3
No files found.
CONTRIBUTING.md
View file @
5eadea66
## Contributing to Caddy
**[Join us on Slack](https://gophers.slack.com/messages/caddy/)**
to chat with
other Caddy developers! (
[
Request an invite
](
http://bit.ly/go-slack-signup
)
,
then join the #caddy channel.)
**[Join our dev chat on Gitter](https://gitter.im/mholt/caddy)**
to chat with
other Caddy developers! (Dev chat only; try our
[
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
get involved!
...
...
@@ -11,24 +12,25 @@ get involved!
#### For small tweaks, bug fixes, and tests
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
assert correct behavior.
Bug fixes should be under test to assert correct behavior. Thank you for
helping out in simple ways!
#### Ideas, questions, bug reports
You should totally
[
open an issue
](
https://github.com/mholt/caddy/issues
)
with
your ideas, questions, and bug reports, if one does not already exist for it.
Bug reports should state expected behavior and contain clear instructions for
reproducing the problem.
Feek free to
[
open an issue
](
https://github.com/mholt/caddy/issues
)
with your
ideas, questions, and bug reports, if one does not already exist for it. Bug
reports should state expected behavior and contain clear instructions for
isolating and reproducing the problem.
See
[
How to Report Bugs Effectively
](
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
)
.
#### New features
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
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!
...
...
README.md
View file @
5eadea66
[
![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)
[
![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)
...
...
@@ -139,9 +140,10 @@ packages that each Caddy package imports.
## Contributing
**[Join us on Slack](https://gophers.slack.com/messages/caddy/)**
to chat with
other Caddy developers! (
[
Request an invite
](
http://bit.ly/go-slack-signup
)
,
then join the #caddy channel.)
**[Join our dev chat on Gitter](https://gitter.im/mholt/caddy)**
to chat with
other Caddy developers! (Dev chat only; try our
[
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
[
contributing guidelines
](
https://github.com/mholt/caddy/blob/master/CONTRIBUTING.md
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment