HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/linde/wp-content/themes/linde/vendor/timber/timber/.github/ISSUE_TEMPLATE/bug_report.yml
name: 🐞 Bug report
description: File a bug/issue to help us improve
title: "[BUG] Your title"
body:
- type: markdown
  attributes:
    value: |
      **⚠️ Your issue about Timber 1.x**

      Support for [Timber 1.x has been dropped](https://github.com/timber/timber/discussions/2804).

      This means that your issue will likely not be addressed. We encourage all Timber users to migrate to Timber 2.x (currently RC 1).

      Please read the [migration guide](https://timber.github.io/docs/v2/upgrade-guides/2.0/) and maybe the [switch to Composer guide](https://timber.github.io/docs/getting-started/switch-to-composer/) if you were using the plugin version.

      **Your issue is about Timber 2.x**

      Thanks for taking the time to fill out the issue form. We can help best if you provide as much information as possible.

      Is this a support or usage question? Please post it to [Discussions](https://github.com/timber/timber/discussions) or on Stack Overflow (http://stackoverflow.com/questions/tagged/timber) using the *Timber* tag.
- type: textarea
  attributes:
    label: Expected Behavior
    description: Please describe what output you expect to see from Timber.
  validations:
    required: true
- type: textarea
  attributes:
    label: Actual behavior
    description: Please describe what you see instead. If you can, please provide samples of HTML output or screenshots.
  validations:
    required: true
- type: textarea
  attributes:
    label: Steps to reproduce behavior
    description: Please include complete code samples in-line or linked from [GitHub Gists](https://gist.github.com/).
    value: |
      1.
      2.
      3.
      ...
  validations:
    required: false
- type: textarea
  attributes:
    label: Notes
    description: Anything else you want to tell us.
  validations:
    required: false
- type: input
  id: version
  attributes:
    label: What version of Timber are you using?
    placeholder: "Example: Timber 1.22.1"
    description: ⚠️ Timber 1.x is no longer supported. Please [upgrade to Timber 2.x](https://timber.github.io/docs/v2/upgrade-guides/2.0/).
  validations:
    required: true
- type: input
  id: wordpress
  attributes:
    label: What version of WordPress are you using?
    placeholder: "Example: WordPress 6.2"
  validations:
    required: false
- type: input
  id: php
  attributes:
    label: What version of PHP are you using?
    placeholder: "Example: PHP 8.0"
  validations:
    required: false
- type: dropdown
  id: download
  attributes:
    label: How did you install Timber?
    options:
      - Installed or updated the Timber plugin from the WordPress plugin repository
      - Installed or updated Timber through Composer
      - Other (see notes)
  validations:
    required: false