Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bug report template and CODEOWNERS #2711

Merged
merged 2 commits into from
Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Timber Core
/lib @jarednova @palmiak
/lib @gchtr @nlemoine

# Documentation
/docs @gchtr
.md @gchtr
phpcs.xml @gchtr

# Tooling
*.yml @jarednova
*.yml @nlemoine
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: prevalence
attributes:
label: What version of WordPress are you using?
placeholder: "Example: WordPress 6.2"
validations:
required: false
- type: input
id: prevalence
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: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<a href="https://upstatement.com/timber/"><img src="http://i.imgur.com/PbEwvZ9.png" style="display:block; margin:auto; width:100%; max-width:100%"/></a>
</div>

By
[Jared Novack](https://github.com/jarednova) ([@jarednova](https://twitter.com/jarednova)),
[Lukas Gächter](https://github.com/gchtr) ([@lgaechter](https://twitter.com/lgaechter)),
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/)),
[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://img.shields.io/travis/timber/timber/master?style=flat-square)](https://app.travis-ci.com/github/timber/timber/branches)
Expand Down