Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

bug_report.md 1.3KB

4 lat temu
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. ---
  2. name: Bug report
  3. about:
  4. Report an unexpected behavior, or a behavior which deviates from what is
  5. stated in the documentation.
  6. title: "[BUG]"
  7. labels: bug
  8. assignees: ''
  9. ---
  10. <!--
  11. Please provide as much information as possible to help us fix your issue. When
  12. completed, please remove an empty sections.
  13. Thank you!
  14. -->
  15. **Describe the bug**
  16. [A clear and concise description the misbehavior, as well as what behavior is expected (May be as simple as "doesn't crash"). If possible, include a link to the relevant documentation.]
  17. **Steps to Reproduce**
  18. <!-- As clearly as possible, describe the steps to reproduce the issue -->
  19. 1. First step
  20. 2. Second step
  21. 3. Third step
  22. **`dds` Output**
  23. <!--
  24. If applicable, include the output from `dds`.
  25. PLEASE paste the output in-between the triple-backticks to keep the output
  26. formatted correctly!
  27. -->
  28. ```
  29. [paste here]
  30. ```
  31. **Desktop (please complete the following information):**
  32. <!--
  33. List the platform(s) and toolsets which are applicable to the issue, and all of the platforms that have been tried.
  34. -->
  35. - Operating System: [e.g. macOS, Linux, Windows]
  36. - Compiler: [e.g. MSVC, GCC, Clang]
  37. - `dds` Version: [e.g. `0.1.0-alpha.5`]
  38. **Additional context**
  39. [Add any other context about the problem here, or delete this section.]