diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b58e56c..add38d0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,7 +18,7 @@ body: - type: dropdown id: pyversion attributes: - label: Version + label: Python Version description: Your Python version? options: - latest @@ -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: @@ -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 diff --git a/README.md b/README.md index 2cfd77e..b953c01 100644 --- a/README.md +++ b/README.md @@ -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/)