|
| 1 | +name: Bug report |
| 2 | +description: Report a bug to help us improve |
| 3 | +title: <system feature> <is not/does not> <expected behaviour> |
| 4 | +labels: "bug,needs:triage" |
| 5 | +type: "Bug" |
| 6 | + |
| 7 | +body: |
| 8 | + - type: dropdown |
| 9 | + id: checked-for-duplicates |
| 10 | + attributes: |
| 11 | + label: Checked for duplicates |
| 12 | + description: Have you checked for duplicate issue tickets? |
| 13 | + multiple: false |
| 14 | + options: |
| 15 | + - "No - I haven't checked" |
| 16 | + - "Yes - I've already checked" |
| 17 | + validations: |
| 18 | + required: yes |
| 19 | + - type: textarea |
| 20 | + id: description |
| 21 | + attributes: |
| 22 | + label: 🐛 Describe the bug |
| 23 | + description: A clear and concise description of what the bug is. Plain-text snippets and/or screenshots welcome. |
| 24 | + placeholder: Tell us what you saw |
| 25 | + value: "When I did [...] action, I noticed [...]" |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + |
| 29 | + - type: textarea |
| 30 | + id: expected-behavior |
| 31 | + attributes: |
| 32 | + label: 🕵️ Expected behavior |
| 33 | + description: A clear and concise description of what you expected to happen |
| 34 | + placeholder: Tell us what you expected |
| 35 | + value: "I expected [...]" |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + |
| 39 | + - type: textarea |
| 40 | + id: reproduction |
| 41 | + attributes: |
| 42 | + label: 📜 To Reproduce |
| 43 | + description: "How would we reproduce this bug? Please walk us through it step by step. Plain-text snippets and/or screenshots welcome." |
| 44 | + value: | |
| 45 | + 1. |
| 46 | + 2. |
| 47 | + 3. |
| 48 | + ... |
| 49 | + |
| 50 | + - type: textarea |
| 51 | + id: environment |
| 52 | + attributes: |
| 53 | + label: 🖥 Environment Info |
| 54 | + description: "What is your environment? Include any computer hardware, operating system, framework, browser, time-of-day or other contextual information related to your issue" |
| 55 | + value: | |
| 56 | + - Version of this software [e.g. vX.Y.Z] |
| 57 | + - Operating System: [e.g. MacOSX with Docker Desktop vX.Y] |
| 58 | + ... |
| 59 | + |
| 60 | + - type: textarea |
| 61 | + id: version |
| 62 | + attributes: |
| 63 | + label: 📚 Version of Software Used |
| 64 | + description: Command-line tools should have a `-V` or `--version` flag to get this information. |
| 65 | + |
| 66 | + - type: textarea |
| 67 | + id: test_data |
| 68 | + attributes: |
| 69 | + label: 🩺 Test Data / Additional context |
| 70 | + description: "If not provided already, upload some test data. Note: May need to create a ZIP/TAR if the files are not compatible with GitHub." |
| 71 | + |
| 72 | + - type: textarea |
| 73 | + id: requirements |
| 74 | + attributes: |
| 75 | + label: 🦄 Related requirements |
| 76 | + description: If known, provide links to the requirements/user stories applicable to this bug. |
| 77 | + value: "🦄 #xyz" |
| 78 | + |
| 79 | + - type: markdown |
| 80 | + attributes: |
| 81 | + value: | |
| 82 | + ## For Internal Dev Team To Complete |
| 83 | + |
| 84 | + - type: textarea |
| 85 | + id: details |
| 86 | + attributes: |
| 87 | + label: ⚙️ Engineering Details |
| 88 | + |
| 89 | + - type: textarea |
| 90 | + id: i-n-t |
| 91 | + attributes: |
| 92 | + label: 🎉 Integration & Test |
| 93 | + description: To be filled out by Engineering Node Team |
| 94 | + placeholder: Provide testing information and/or trace to TestRail ID |
| 95 | + validations: |
| 96 | + required: false |
0 commit comments