|
1 | 1 | name: Bug report |
2 | 2 | description: Report incorrect behavior, test failure, or unexpected output in this Go library |
3 | 3 | title: "[Bug] <brief description of the issue>" |
4 | | -labels: ["bug-p3"] |
| 4 | +labels: [ "bug-p3" ] |
5 | 5 | assignees: |
6 | | - - icellan |
| 6 | + - icellan |
7 | 7 | body: |
8 | | - - type: textarea |
9 | | - id: bug_description |
10 | | - attributes: |
11 | | - label: Describe the bug |
12 | | - description: Provide a clear and concise summary of the problem or unexpected behavior. |
13 | | - placeholder: The custom function strips the plus sign from numbers... |
14 | | - validations: |
15 | | - required: true |
| 8 | + - type: textarea |
| 9 | + id: bug_description |
| 10 | + attributes: |
| 11 | + label: Describe the bug |
| 12 | + description: Provide a clear and concise summary of the problem or unexpected behavior. |
| 13 | + placeholder: The custom function strips the plus sign from numbers... |
| 14 | + validations: |
| 15 | + required: true |
16 | 16 |
|
17 | | - - type: textarea |
18 | | - id: reproduction_steps |
19 | | - attributes: |
20 | | - label: Steps to reproduce |
21 | | - description: Provide minimal steps or code snippets to reproduce the issue. |
22 | | - placeholder: | |
23 | | - 1. Call package.Func("input") |
24 | | - 2. Observe that the result is "input" (missing 'symbol') |
25 | | - validations: |
26 | | - required: true |
| 17 | + - type: textarea |
| 18 | + id: reproduction_steps |
| 19 | + attributes: |
| 20 | + label: Steps to reproduce |
| 21 | + description: Provide minimal steps or code snippets to reproduce the issue. |
| 22 | + placeholder: | |
| 23 | + 1. Call package.Func("input") |
| 24 | + 2. Observe that the result is "input" (missing 'symbol') |
| 25 | + validations: |
| 26 | + required: true |
27 | 27 |
|
28 | | - - type: textarea |
29 | | - id: expected_behavior |
30 | | - attributes: |
31 | | - label: Expected behavior |
32 | | - description: Describe what you expected to happen instead. |
33 | | - placeholder: I expected the result to be "symbol+input" since the plus sign is allowed. |
34 | | - validations: |
35 | | - required: true |
| 28 | + - type: textarea |
| 29 | + id: expected_behavior |
| 30 | + attributes: |
| 31 | + label: Expected behavior |
| 32 | + description: Describe what you expected to happen instead. |
| 33 | + placeholder: I expected the result to be "symbol+input" since the plus sign is allowed. |
| 34 | + validations: |
| 35 | + required: true |
36 | 36 |
|
37 | | - - type: textarea |
38 | | - id: environment |
39 | | - attributes: |
40 | | - label: Environment details |
41 | | - description: Provide version information and your Go setup to help debug. |
42 | | - placeholder: | |
43 | | - - Go version: go1.22.2 |
44 | | - - OS: macOS 14.5 (arm64) |
45 | | - - Library version/commit: v1.3.4 or commit 88aef9c |
46 | | - validations: |
47 | | - required: false |
| 37 | + - type: textarea |
| 38 | + id: environment |
| 39 | + attributes: |
| 40 | + label: Environment details |
| 41 | + description: Provide version information and your Go setup to help debug. |
| 42 | + placeholder: | |
| 43 | + - Go version: go1.22.2 |
| 44 | + - OS: macOS 14.5 (arm64) |
| 45 | + - Library version/commit: v1.3.4 or commit 88aef9c |
| 46 | + validations: |
| 47 | + required: false |
48 | 48 |
|
49 | | - - type: textarea |
50 | | - id: additional_context |
51 | | - attributes: |
52 | | - label: Additional context |
53 | | - description: Add any logs, test output, or relevant code here. |
54 | | - placeholder: | |
55 | | - Output from `go test -v ./...` |
56 | | - Any relevant stack traces, links to code, or affected functions. |
57 | | - validations: |
58 | | - required: false |
| 49 | + - type: textarea |
| 50 | + id: additional_context |
| 51 | + attributes: |
| 52 | + label: Additional context |
| 53 | + description: Add any logs, test output, or relevant code here. |
| 54 | + placeholder: | |
| 55 | + Output from `go test -v ./...` |
| 56 | + Any relevant stack traces, links to code, or affected functions. |
| 57 | + validations: |
| 58 | + required: false |
0 commit comments