Skip to content

Commit

Permalink
nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
1Danish-00 committed Aug 14, 2021
1 parent 3f95022 commit fa27c75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:
- type: dropdown
id: pyversion
attributes:
label: Version
label: Python Version
description: Your Python version?
options:
- latest
Expand All @@ -34,10 +34,11 @@ body:
- type: dropdown
id: version
attributes:
label: Version
label: HtmlWebShot Version
description: Which version of htmlwebshot are you using?
options:
- latest
- v0.1.1
- v0.1
- pre-release
validations:
Expand All @@ -54,11 +55,12 @@ body:
- type: textarea
id: code
attributes:
label: Paste Your Codes.
description: Paste Your Code
label: Used Code.
description: Paste Your Code Here
render: python
- type: textarea
id: error
attributes:
label: Your Error Logs.
label: Error Logs.
description: Paste Your Errors
render: shell
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# HtmlWebShot
[![PyPI version](https://badge.fury.io/py/htmlwebshot.svg)](https://pypi.org/project/htmlwebshot/)
[![PyPI version](https://img.shields.io/pypi/v/htmlwebshot?&color=blue)](https://pypi.org/project/htmlwebshot/)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4ffdde720ca542a2973b3a79da61bd70)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=1Danish-00/HtmlWebShot&utm_campaign=Badge_Grade)
[![Licencse](https://img.shields.io/github/license/1danish-00/htmlwebshot.svg)](https://github.com/1Danish-00/HtmlWebShot/blob/main/LICENSE)
[![PyPI downloads](https://img.shields.io/pypi/dm/htmlwebshot?label=DOWNLOADS&color=blue)](https://pypi.org/project/htmlwebshot/)
Expand Down

0 comments on commit fa27c75

Please sign in to comment.