From 8e443e24c12721cd76b9313a0dc77d4b5ea6da58 Mon Sep 17 00:00:00 2001 From: Anderson Mendoza Date: Wed, 2 Nov 2022 19:21:18 -0500 Subject: [PATCH] readme update --- .github/ISSUE_TEMPLATE/bug_report.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ README.md | 14 ++++++++++++-- 3 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..597369ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 'bug' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Screenshots** +Please send screenshots of the developer console (Right-click > Inspect > Console) on the pages where the bug is occurring. + +**Additional context** +Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..ce5130b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for ScratchTools +title: '' +labels: 'feature' +assignees: '' + +--- + +**Please describe your idea.** +A clear and concise description of what the feature would do. + +**Describe how the idea would be helpful** +A clear and concise description of how the feature would be helpful to users. + +**Additional context** +Add any other context or screenshots about the feature request here. \ No newline at end of file diff --git a/README.md b/README.md index 826dbd8d..2738ae63 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ +
+ # VS Code Pets ![icon](https://github.com/tonybaloney/vscode-pets/raw/master/icon.png) - -Puts a small, bored cat, an enthusiastic dog, a feisty snake, a rubber duck, or Clippy ๐Ÿ“Ž in your code editor to boost productivity. +
+ +

+ Puts a small, bored cat, an enthusiastic dog, a feisty snake, a rubber duck, or Clippy ๐Ÿ“Ž in your code editor to boost productivity. +
+
+ Report a Bug + ยท + Request feature +

[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/tonybaloney.vscode-pets?color=blue&logo=visual-studio)](https://marketplace.visualstudio.com/items?itemName=tonybaloney.vscode-pets&WT.mc_id=python-17801-anthonyshaw)