Skip to content

Commit

Permalink
Merge 8c8b4ae into 70bff7b
Browse files Browse the repository at this point in the history
  • Loading branch information
gchtr committed May 26, 2023
2 parents 70bff7b + 8c8b4ae commit d4b9bae
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 28 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
open_collective: timber
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: 🐞 Bug report
description: File a bug/issue to help us improve
title: "[BUG] Your title"
body:
- type: markdown
attributes:
value: |
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"
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
9 changes: 7 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ First off, hello!
Thanks for submitting a PR. We love/welcome PRs (especially if it's your first).
Have any questions? Read this section in CONTRIBUTING.md: https://github.com/timber/timber/blob/master/CONTRIBUTING.md#pull-requests.
-->
-->

<!-- Remove this if no related tickets exist. -->
<!-- You can add the related ticket numbers here using #. Example: #2471 -->
Related:

**Ticket**: # <!-- Ignore this if not relevant -->
- Ticket 1
- Ticket 2

## Issue
<!-- Description of the problem that this code change is solving -->
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
By
[Jared Novack](https://github.com/jarednova) ([@jarednova](https://twitter.com/jarednova)),
[Lukas Gächter](https://github.com/gchtr) ([@lgaechter](https://twitter.com/lgaechter)),
[Nicolas Lemoine](https://github.com/nlemoine) ([@nlemoine](https://niconico.fr/)),
[Erik van der Bas](https://github.com/Levdbas) ([website](https://basedonline.nl/)),
[Coby Tamayo](https://github.com/acobster) ([@cobytamayo](https://keybase.io/acobster)),
[Maciej Palmowski](https://github.com/palmiak) ([@palmiak_fp](https://twitter.com/palmiak_fp)),
[Nicolas Lemoine](https://github.com/nlemoine) ([@nlemoine](https://niconico.fr/))
[Upstatement](https://twitter.com/upstatement) and [hundreds of other GitHub contributors](https://github.com/timber/timber/graphs/contributors)

[![Build Status](https://github.com/timber/timber/actions/workflows/test.yml/badge.svg)](https://github.com/timber/timber/actions/workflows/test.yml)
Expand Down

0 comments on commit d4b9bae

Please sign in to comment.