|
| 1 | +name: "🐞 Bug report" |
| 2 | +description: File a bug report |
| 3 | +title: "[bug]: " |
| 4 | +labels: ["bug 🐞", "triage 📑"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + First off, thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated. |
| 10 | + - type: input |
| 11 | + id: environment |
| 12 | + attributes: |
| 13 | + label: Environment |
| 14 | + description: > |
| 15 | + Please describe your environment e.g: echo "OSTYPE=${OSTYPE} CPUTYPE=$(uname -m) / MACHINE_TYPE=$MACHTYPE ZSH_VERSION=${ZSH_VERSION}" |
| 16 | +
|
| 17 | + It may contain any additional information which would help to reproduce the issue. |
| 18 | + placeholder: "OSTYPE=linux-gnu CPUTYPE=x86_64 / MACHINE_TYPE=x86_64 ZSH_VERSION=5.8" |
| 19 | + validations: |
| 20 | + required: true |
| 21 | + - type: textarea |
| 22 | + id: expected |
| 23 | + attributes: |
| 24 | + label: Expected behavior |
| 25 | + description: "Please describe the expected behavior" |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + - type: textarea |
| 29 | + id: current |
| 30 | + attributes: |
| 31 | + label: Current behavior |
| 32 | + description: "Please describe how the bug manifests" |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + - type: textarea |
| 36 | + id: reproduce |
| 37 | + attributes: |
| 38 | + label: Steps to reproduce |
| 39 | + description: "Explain the steps required to duplicate the issue" |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + - type: textarea |
| 43 | + id: code-snippet |
| 44 | + attributes: |
| 45 | + label: Code snippet |
| 46 | + description: "Please insert your zshrc or just a short code snippet in concern" |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + - type: textarea |
| 50 | + id: additional |
| 51 | + attributes: |
| 52 | + label: Aditional information |
| 53 | + description: "List any other information that is relevant to your issue. For reports and stats run `zi analytics`" |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + - type: checkboxes |
| 57 | + attributes: |
| 58 | + label: Self-service |
| 59 | + description: | |
| 60 | + If you feel like you could contribute to this issue, please check the box below. This would tell us and other people looking for contributions that someone's working on it. |
| 61 | + If you do check this box, please send a pull request within 7 days so we can still delegate this to someone else. |
| 62 | + options: |
| 63 | + - label: I'd be willing to address this documentation request myself. |
| 64 | + - type: checkboxes |
| 65 | + attributes: |
| 66 | + label: Have you read the Contributing Guidelines? |
| 67 | + options: |
| 68 | + - label: I have read the [Contributing Guidelines](https://github.com/z-shell/community/blob/main/docs/CONTRIBUTING_GUIDELINES.md). |
| 69 | + required: true |
| 70 | + - type: checkboxes |
| 71 | + attributes: |
| 72 | + label: Are you familiar with Contributor Covenant Code of Conduct? |
| 73 | + options: |
| 74 | + - label: I have read the [Contributor Covenant Code of Conduct](https://github.com/z-shell/zi/blob/main/docs/CODE_OF_CONDUCT.md). |
| 75 | + required: true |
| 76 | + - type: input |
| 77 | + id: contact |
| 78 | + attributes: |
| 79 | + label: Contact Details |
| 80 | + description: How can we get in touch with you if we need more info? |
| 81 | + placeholder: ex. [email protected] |
| 82 | + validations: |
| 83 | + required: false |
0 commit comments