Updated How To Get Help (markdown)

master
Moritz Halbritter 1 year ago
parent
commit
2bf4b6b849
  1. 2
      How-To-Get-Help.md

2
How-To-Get-Help.md

@ -28,7 +28,7 @@ We will not necessarily need an advanced test case, instead, a clear set of inst @@ -28,7 +28,7 @@ We will not necessarily need an advanced test case, instead, a clear set of inst
* Application is doing [describe the behavior you are seeing] when [describe how to reproduce the behavior]
* I was expecting [describe the behavior you were expecting instead]
If external services are required (such as a database or a cache), please prepare the relevant infrastructure with a Docker compose file.
If external services are required (such as a database or a cache), please prepare the relevant infrastructure with a [Docker compose](https://docs.docker.com/compose/) file.
Only then, you can also share your theory or analysis of the problem and how it should be solved in Spring. Starting with your own conclusions will make things harder for people willing to help you.

Loading…
Cancel
Save