|
| 1 | +name: Bug report |
| 2 | +description: Report something that is not working correctly. |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["bug"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for reporting a problem. Please do not report security vulnerabilities here; contact the RMC team directly through official USACE-RMC channels. |
| 10 | +
|
| 11 | + - type: textarea |
| 12 | + id: what-happened |
| 13 | + attributes: |
| 14 | + label: What happened? |
| 15 | + description: Briefly describe the problem. |
| 16 | + placeholder: "Example: Normal.InverseCDF returns NaN for a valid probability input." |
| 17 | + validations: |
| 18 | + required: true |
| 19 | + |
| 20 | + - type: textarea |
| 21 | + id: expected-behavior |
| 22 | + attributes: |
| 23 | + label: What did you expect to happen? |
| 24 | + description: Tell us what result or behavior you expected instead. |
| 25 | + placeholder: "Example: I expected the method to return the same quantile value as R or SciPy." |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + |
| 29 | + - type: textarea |
| 30 | + id: steps-to-reproduce |
| 31 | + attributes: |
| 32 | + label: Steps to reproduce |
| 33 | + description: List the steps, code, inputs, or data that caused the problem, if you know them. |
| 34 | + value: | |
| 35 | + 1. |
| 36 | + 2. |
| 37 | + 3. |
| 38 | + validations: |
| 39 | + required: false |
| 40 | + |
| 41 | + - type: input |
| 42 | + id: affected-area |
| 43 | + attributes: |
| 44 | + label: Affected namespace, class, or method |
| 45 | + description: Name the Numerics area if you know it. |
| 46 | + placeholder: "Example: Numerics.Distributions.Normal, Statistics.ProductMoments, Integration.GaussLegendre" |
| 47 | + validations: |
| 48 | + required: false |
| 49 | + |
| 50 | + - type: input |
| 51 | + id: numerics-version |
| 52 | + attributes: |
| 53 | + label: Numerics version, package version, branch, or commit |
| 54 | + description: Enter the RMC.Numerics package version, branch, or commit if you know it. |
| 55 | + placeholder: "Example: RMC.Numerics 2.1.1 or commit abc1234" |
| 56 | + validations: |
| 57 | + required: false |
| 58 | + |
| 59 | + - type: input |
| 60 | + id: environment |
| 61 | + attributes: |
| 62 | + label: Operating system and .NET details |
| 63 | + description: Add any OS, target framework, SDK, runtime, or IDE version details you know. |
| 64 | + placeholder: "Example: Windows 11, net8.0, .NET 10 SDK, Visual Studio 2026" |
| 65 | + validations: |
| 66 | + required: false |
| 67 | + |
| 68 | + - type: input |
| 69 | + id: input-data |
| 70 | + attributes: |
| 71 | + label: Input data or parameters |
| 72 | + description: Include the key numeric values, distributions, sample sizes, seeds, or file formats involved. |
| 73 | + placeholder: "Example: p = 0.999, mean = 0, standard deviation = 1" |
| 74 | + validations: |
| 75 | + required: false |
| 76 | + |
| 77 | + - type: upload |
| 78 | + id: files |
| 79 | + attributes: |
| 80 | + label: Screenshots, logs, data, or sample files |
| 81 | + description: Upload anything that helps reproduce or explain the problem. |
| 82 | + validations: |
| 83 | + required: false |
| 84 | + accept: ".png,.jpg,.jpeg,.gif,.webp,.svg,.log,.txt,.csv,.json,.zip,.pdf,.docx,.xlsx,.pptx" |
0 commit comments