|
| 1 | +name: π Bug Report |
| 2 | +description: Found a bug? Let us know! |
| 3 | +labels: ["bug","pending"] |
| 4 | +assignees: |
| 5 | + - warengonzaga |
| 6 | +body: |
| 7 | + |
| 8 | + # not existing bug block |
| 9 | + - type: checkboxes |
| 10 | + id: bug-confirm |
| 11 | + attributes: |
| 12 | + label: π€ Not Existing Bug? |
| 13 | + description: Please search to see if an issue already exists for the bug you encountered. |
| 14 | + options: |
| 15 | + - label: Yes, I'm sure that this is a bug! |
| 16 | + required: true |
| 17 | + |
| 18 | + # current results block |
| 19 | + - type: textarea |
| 20 | + id: bug-current-behavior |
| 21 | + attributes: |
| 22 | + label: π Current Behavior |
| 23 | + description: A concise description of what you're experiencing. |
| 24 | + placeholder: I see bugs flying around ewww... please help! π |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + |
| 28 | + # expected behavior block |
| 29 | + - type: textarea |
| 30 | + id: bug-expected-behavior |
| 31 | + attributes: |
| 32 | + label: π― Expected Behavior |
| 33 | + description: A concise description of what you expected to happen. |
| 34 | + placeholder: Bugs supposed to crawl not fly... peaceful life! π₯° |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + |
| 38 | + # steps to reproduce block |
| 39 | + - type: textarea |
| 40 | + id: bug-steps-to-reproduce |
| 41 | + attributes: |
| 42 | + label: π Steps To Reproduce |
| 43 | + description: Steps to reproduce the behavior. |
| 44 | + placeholder: | |
| 45 | + 1. I go outside and see a bug. π |
| 46 | + 2. The bug starts to crawl and fly, like wtf! π± |
| 47 | + 3. Run!!! π |
| 48 | + 4. Bugs chasing me while flying! π« |
| 49 | + validations: |
| 50 | + required: false |
| 51 | + |
| 52 | + # terms block |
| 53 | + - type: checkboxes |
| 54 | + id: bug-terms |
| 55 | + attributes: |
| 56 | + label: π Code of Conduct |
| 57 | + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/wareneutron/covid19-tracker-cli/blob/main/CODE_OF_CONDUCT.md). |
| 58 | + options: |
| 59 | + - label: I agree to follow this project's [Code of Conduct](https://github.com/wareneutron/covid19-tracker-cli/blob/main/CODE_OF_CONDUCT.md). |
| 60 | + required: true |
0 commit comments