Skip to content

Commit

Permalink
Merge pull request #2810 from timber/add-drop-support-notice-to-issue…
Browse files Browse the repository at this point in the history
…-template

doc: Add drop support notice to issue template
  • Loading branch information
nlemoine committed Sep 29, 2023
2 parents a7fb346 + ddf8078 commit da16c6d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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/v2/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.
Expand Down Expand Up @@ -42,6 +52,7 @@ body:
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
Expand Down

0 comments on commit da16c6d

Please sign in to comment.