|
| 1 | +# |
| 2 | +# --------------------------------------------------------------------- |
| 3 | +# |
| 4 | +# GLPI - Gestionnaire Libre de Parc Informatique |
| 5 | +# |
| 6 | +# http://glpi-project.org |
| 7 | +# |
| 8 | +# @copyright 2015-2024 Teclib' and contributors. |
| 9 | +# @copyright 2003-2014 by the INDEPNET Development Team. |
| 10 | +# @licence https://www.gnu.org/licenses/gpl-3.0.html |
| 11 | +# |
| 12 | +# --------------------------------------------------------------------- |
| 13 | +# |
| 14 | +# LICENSE |
| 15 | +# |
| 16 | +# This file is part of GLPI. |
| 17 | +# |
| 18 | +# This program is free software: you can redistribute it and/or modify |
| 19 | +# it under the terms of the GNU General Public License as published by |
| 20 | +# the Free Software Foundation, either version 3 of the License, or |
| 21 | +# (at your option) any later version. |
| 22 | +# |
| 23 | +# This program is distributed in the hope that it will be useful, |
| 24 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 25 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 26 | +# GNU General Public License for more details. |
| 27 | +# |
| 28 | +# You should have received a copy of the GNU General Public License |
| 29 | +# along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 30 | +# |
| 31 | +# --------------------------------------------------------------------- |
| 32 | +# |
| 33 | + |
| 34 | +name: Bug Report |
| 35 | +description: Create a report to help us improve pdf |
| 36 | +body: |
| 37 | + - type: markdown |
| 38 | + attributes: |
| 39 | + value: | |
| 40 | +
|
| 41 | + Dear GLPI plugin user. |
| 42 | +
|
| 43 | + **⚠️ Please never use standard issues to report security problems. See [security policy](https://github.com/pluginsGLPI/pdf/security/policy) for more details. ⚠️** |
| 44 | +
|
| 45 | + BEFORE SUBMITTING YOUR ISSUE, please make sure to read and follow these steps: |
| 46 | +
|
| 47 | + * We do not track feature requests nor enhancements here. Propose them on the [suggest dedicated site](https://suggest.glpi-project.org). |
| 48 | + * Keep this tracker in ENGLISH. If you want support in your language, the [community forum](https://forum.glpi-project.org) is the best place. |
| 49 | + * Always try to reproduce your issue at least on latest stable release. |
| 50 | +
|
| 51 | + The GLPI team. |
| 52 | + - type: markdown |
| 53 | + attributes: |
| 54 | + value: | |
| 55 | + ## Professional Support |
| 56 | +
|
| 57 | + We do not guarantee any processing / resolution time for community issues. |
| 58 | +
|
| 59 | + If you need a quick fix or any guarantee, you should consider to buy a GLPI Network Subscription. |
| 60 | +
|
| 61 | + More information here: https://glpi-project.org/subscriptions/ |
| 62 | + - type: checkboxes |
| 63 | + id: terms |
| 64 | + attributes: |
| 65 | + label: Code of Conduct |
| 66 | + description: By submitting this issue, you agree to follow hereinabove rules and [Contribution guide](https://github.com/glpi-project/glpi/blob/main/CONTRIBUTING.md) |
| 67 | + options: |
| 68 | + - label: I agree to follow this project's Code of Conduct |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + - type: checkboxes |
| 72 | + attributes: |
| 73 | + label: Is there an existing issue for this? |
| 74 | + description: Please search to see if an issue already exists for the bug you encountered. |
| 75 | + options: |
| 76 | + - label: I have searched the existing issues |
| 77 | + validations: |
| 78 | + required: true |
| 79 | + - type: input |
| 80 | + id: glpi-version |
| 81 | + attributes: |
| 82 | + label: GLPI Version |
| 83 | + description: What version of our GLPI are you running? |
| 84 | + validations: |
| 85 | + required: true |
| 86 | + - type: input |
| 87 | + id: plugin-version |
| 88 | + attributes: |
| 89 | + label: Plugin version |
| 90 | + description: What version of `pdf` are you running? |
| 91 | + validations: |
| 92 | + required: true |
| 93 | + - type: textarea |
| 94 | + attributes: |
| 95 | + label: Bug description |
| 96 | + description: A concise description of the problem you are experiencing and what you expected to happen. |
| 97 | + validations: |
| 98 | + required: false |
| 99 | + - type: textarea |
| 100 | + id: logs |
| 101 | + attributes: |
| 102 | + label: Relevant log output |
| 103 | + description: | |
| 104 | + Please copy and paste any relevant log output. Find them in `*-error.log` files under `glpi/files/_log/`. |
| 105 | +
|
| 106 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 107 | + render: shell |
| 108 | + - type: input |
| 109 | + id: url |
| 110 | + attributes: |
| 111 | + label: Page URL |
| 112 | + description: If applicable, page URL where the bug happens. |
| 113 | + validations: |
| 114 | + required: false |
| 115 | + - type: textarea |
| 116 | + attributes: |
| 117 | + label: Steps To reproduce |
| 118 | + description: Steps to reproduce the behavior. |
| 119 | + placeholder: | |
| 120 | + 1. With this config... |
| 121 | + 2. Go to... |
| 122 | + 3. Scroll down to... |
| 123 | + 4. See error... |
| 124 | + validations: |
| 125 | + required: false |
| 126 | + - type: textarea |
| 127 | + attributes: |
| 128 | + label: Your GLPI setup information |
| 129 | + description: Please copy and paste information you will find in GLPI in `Setup > General` menu, `System` tab. |
| 130 | + validations: |
| 131 | + required: false |
| 132 | + - type: textarea |
| 133 | + attributes: |
| 134 | + label: Anything else? |
| 135 | + description: Add any other context about the problem here. |
| 136 | + validations: |
| 137 | + required: false |
0 commit comments