]> git.sesse.net Git - stockfish/blob - .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Fix compilation after recent merge.
[stockfish] / .github / ISSUE_TEMPLATE / BUG-REPORT.yml
1 name: Report issue
2 description: Create a report to help us fix issues with the engine
3 body:
4 - type: textarea
5   attributes:
6     label: Describe the issue
7     description: A clear and concise description of what you're experiencing.
8   validations:
9     required: true
10
11 - type: textarea
12   attributes:
13     label: Expected behavior
14     description: A clear and concise description of what you expected to happen.
15   validations:
16     required: true
17
18 - type: textarea
19   attributes:
20     label: Steps to reproduce
21     description: |
22       Steps to reproduce the behavior.
23       You can also use this section to paste the command line output.
24     placeholder: |
25       ```
26       position startpos moves g2g4 e7e5 f2f3
27       go mate 1
28       info string NNUE evaluation using nn-6877cd24400e.nnue enabled
29       info depth 1 seldepth 1 multipv 1 score mate 1 nodes 33 nps 11000 tbhits 0 time 3 pv d8h4
30       bestmove d8h4
31       ```
32   validations:
33     required: true
34
35 - type: textarea
36   attributes:
37     label: Anything else?
38     description: |
39       Anything that will give us more context about the issue you are encountering.
40       You can also use this section to propose ideas on how to solve the issue. 
41   validations:
42     required: false
43
44 - type: dropdown
45   attributes:
46     label: Operating system
47     options:
48       - All
49       - Windows
50       - Linux
51       - MacOS
52       - Android
53       - Other or N/A
54   validations:
55     required: true
56
57 - type: input
58   attributes:
59     label: Stockfish version
60     description: |
61       This can be found by running the engine.
62       You can also use the commit ID.
63     placeholder: Stockfish 15 / e6e324e
64   validations:
65     required: true