Skip to content

Commit

Permalink
Bump version, update issue template (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
dosisod authored Nov 14, 2022
1 parent 0b73c54 commit 06879c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ body:
attributes:
value: Thank you for submitting a bug report for Refurb! Please fill out the information below so we can fix your issue as quickly as possible!

- type: checkboxes
id: tested-master
attributes:
label: Has your issue already been fixed?
description: It is possible that your issue has already been fixed on `master`, but not released to PyPi. There could also already be an open issue for problem.
options:
- label: Have you checked to see if your issue still exists on the `master` branch? See [the docs](https://github.com/dosisod/refurb#developing) for instructions on how to setup a local build of Refurb.
- label: Have you looked at the open/closed issues to see if anyone has already reported your issue?

- type: textarea
id: describe
attributes:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "refurb"
version = "1.6.0"
version = "1.7.0"
description = "A tool for refurbish and modernize Python codebases"
authors = ["dosisod"]
license = "GPL-3.0-only"
Expand Down

0 comments on commit 06879c2

Please sign in to comment.