Skip to content

Commit

Permalink
Updates support options, adding StackOverflow, fixes #872 (#873)
Browse files Browse the repository at this point in the history
* Updates support options, adding StackOverflow, fixes #872

* Link directly to Drupal and TYPO3 #ddev Slack channels.
  • Loading branch information
andrewfrench committed May 23, 2018
1 parent 3ec311c commit 796d44e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ If you're having trouble using ddev, please use these resources to get help:
2. Review [Stack Overflow DDEV-Local questions and answers](https://stackoverflow.com/tags/ddev) (or ask a question there! We get notified when you ask.)
3. The [ddev issue queue](https://github.com/drud/ddev/issues) may have an issue related to your problem.
4. For suspected bugs or feature requests, [file an issue](https://github.com/drud/ddev/issues/new).
5. We have slack channels (#ddev) in [Drupal Slack](https://www.drupal.org/slack) and [TYPO3 Slack](https://forger.typo3.com/slack). We and the rest of the community try to be very responsive.
5. #ddev channel in [Drupal Slack](https://drupal.slack.com/messages/C5TQRQZRR) and [TYPO3 Slack](https://typo3.slack.com/messages/C8TRNQ601) for interactive, immediate community support


## Contributing
Interested in contributing to ddev? We would love your suggestions, contributions, and help! Please review our [Guidelines for Contributing](https://github.com/drud/ddev/blob/master/CONTRIBUTING.md), then [create an issue](https://github.com/drud/ddev/issues/new) or open a pull request!
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Note that third party packaging is encouraged, but only supported on a best-effo
The DDEV project is committed to supporting [Semantic Version 2.0.0](https://semver.org/). Additional context on this decision can be read in [Ensure ddev is properly utilizing Semantic Versioning](https://github.com/drud/ddev/issues/352).

## Support
If you've encountered trouble using ddev, please use these resources to get help with your issue:

1. Please review the [ddev Documentation](https://ddev.readthedocs.io) to ensure your question isn't answered there.
2. Review the [ddev issue queue](https://github.com/drud/ddev/issues) to see if an issue similar to yours already exists.
3. If you've exhausted these options and still need help, please [file an issue](https://github.com/drud/ddev/issues/new) following the pre-populated guidelines and our [Contributing Guidelines](https://github.com/drud/ddev/blob/master/CONTRIBUTING.md) as best as possible.
- [ddev Documentation](https://ddev.readthedocs.io)
- [ddev StackOverflow](https://stackoverflow.com/questions/tagged/ddev) for support and frequently asked questions
- [ddev issue queue](https://github.com/drud/ddev/issues) for bugs and feature requests
- #ddev channel in [Drupal Slack](https://drupal.slack.com/messages/C5TQRQZRR) and [TYPO3 Slack](https://typo3.slack.com/messages/C8TRNQ601) for interactive, immediate community support
4 changes: 4 additions & 0 deletions docs/users/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@ Note: Your project database will be destroyed by this procedure.
The most common cause of the web container restarting is a user-defined .ddev/nginx-site.conf - Please rename it to nginx-site.conf.bak during testing. To figure out what's wrong with it after you've identified that as the problem, `ddev ssh` and look at /var/log/nginx/error.log or use `ddev logs` and review the error.

Changes to .ddev/nginx-site.conf take effect only when you do a `ddev rm` followed by `ddev start`.

## More Support

Refer to the [support options](https://ddev.readthedocs.io/en/latest/#support) page.

0 comments on commit 796d44e

Please sign in to comment.