|
| 1 | +--- |
| 2 | +name: 🐞 Bug Report |
| 3 | +description: Create a report to help us improve. |
| 4 | +labels: |
| 5 | +- bug |
| 6 | +body: |
| 7 | +- type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + **Thanks for taking a minute to file a bug report!** |
| 11 | +
|
| 12 | + ⚠ |
| 13 | + Verify first that your issue is not [already reported on |
| 14 | + GitHub][issue search]. |
| 15 | +
|
| 16 | + _Please fill out the form below with as many precise |
| 17 | + details as possible._ |
| 18 | +
|
| 19 | + [issue search]: ../search?q=is%3Aissue&type=issues |
| 20 | +
|
| 21 | +- type: checkboxes |
| 22 | + id: terms |
| 23 | + attributes: |
| 24 | + label: Please confirm the following |
| 25 | + description: | |
| 26 | + Read the [aio-libs Code of Conduct][CoC] first. Check the existing issues |
| 27 | + on the tracker. Take into account the possibility of your report |
| 28 | + surfacing a security vulnerability. |
| 29 | +
|
| 30 | + [CoC]: ../../.github/blob/main/CODE_OF_CONDUCT.md |
| 31 | + options: |
| 32 | + - label: | |
| 33 | + I agree to follow the [aio-libs Code of Conduct][CoC] |
| 34 | +
|
| 35 | + [CoC]: ../../.github/blob/main/CODE_OF_CONDUCT.md |
| 36 | + required: true |
| 37 | + - label: | |
| 38 | + I have checked the [current issues][issue search] for duplicates. |
| 39 | +
|
| 40 | + [issue search]: ../search?q=is%3Aissue&type=issues |
| 41 | + required: true |
| 42 | + - label: >- |
| 43 | + I understand this is open source software provided for free and |
| 44 | + that I might not receive a timely response. |
| 45 | + required: true |
| 46 | + - label: | |
| 47 | + I am positive I am **NOT** reporting a (potential) security |
| 48 | + vulnerability, to the best of my knowledge. *(These must be shared by |
| 49 | + submitting [this report form][vulnerability report form] instead, if |
| 50 | + any hesitation exists.)* |
| 51 | +
|
| 52 | + [vulnerability report form]: ../security/advisories/new |
| 53 | + required: true |
| 54 | + - label: >- |
| 55 | + I am willing to submit a pull request with reporoducers as xfailing test |
| 56 | + cases or even entire fix. *(Assign this issue to me.)* |
| 57 | + required: false |
| 58 | +
|
| 59 | +- type: textarea |
| 60 | + attributes: |
| 61 | + label: Describe the bug |
| 62 | + description: >- |
| 63 | + A clear and concise description of what the bug is. |
| 64 | + validations: |
| 65 | + required: true |
| 66 | + |
| 67 | +- type: textarea |
| 68 | + attributes: |
| 69 | + label: To Reproduce |
| 70 | + description: >- |
| 71 | + Describe the steps to reproduce this bug. |
| 72 | + placeholder: | |
| 73 | + 1. Have certain environment |
| 74 | + 2. Run given code snippet in a certain way |
| 75 | + 3. See some behavior described |
| 76 | + validations: |
| 77 | + required: true |
| 78 | + |
| 79 | +- type: textarea |
| 80 | + attributes: |
| 81 | + label: Expected behavior |
| 82 | + description: >- |
| 83 | + A clear and concise description of what you expected to happen. |
| 84 | + validations: |
| 85 | + required: true |
| 86 | + |
| 87 | +- type: textarea |
| 88 | + attributes: |
| 89 | + label: Logs/tracebacks |
| 90 | + description: | |
| 91 | + If applicable, add logs/tracebacks to help explain your problem. |
| 92 | + Paste the output of the steps above, including the commands |
| 93 | + themselves and their output/traceback etc. |
| 94 | + render: python-traceback |
| 95 | + validations: |
| 96 | + required: true |
| 97 | + |
| 98 | +- type: textarea |
| 99 | + attributes: |
| 100 | + label: Python Version |
| 101 | + description: Attach your version of Python. |
| 102 | + render: console |
| 103 | + value: | |
| 104 | + $ python --version |
| 105 | + validations: |
| 106 | + required: true |
| 107 | +- type: textarea |
| 108 | + attributes: |
| 109 | + label: aiohttp_asyncmdnsresolver Version |
| 110 | + description: Attach your version of aiohttp_asyncmdnsresolver. |
| 111 | + render: console |
| 112 | + value: | |
| 113 | + $ python -m pip show aiohttp_asyncmdnsresolver |
| 114 | + validations: |
| 115 | + required: true |
| 116 | + |
| 117 | +- type: textarea |
| 118 | + attributes: |
| 119 | + label: OS |
| 120 | + placeholder: >- |
| 121 | + For example, Arch Linux, Windows, macOS, etc. |
| 122 | + validations: |
| 123 | + required: true |
| 124 | + |
| 125 | +- type: textarea |
| 126 | + attributes: |
| 127 | + label: Additional context |
| 128 | + description: | |
| 129 | + Add any other context about the problem here. |
| 130 | +
|
| 131 | + Describe the environment you have that lead to your issue. |
| 132 | + This includes proxy server and other bits that are related to your case. |
| 133 | +
|
| 134 | +... |
0 commit comments