Skip to content

Commit bfff44d

Browse files
author
PeterHdd
committed
added more information
1 parent af98d75 commit bfff44d

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# GITHUB FOLDER
22
## Automtically generate the .github folder
33
-------------------
4+
[![Version](https://vsmarketplacebadge.apphb.com/version/peterhdd.github-folder.svg)](https://marketplace.visualstudio.com/items?itemName=PeterHdd.github-folder)
5+
[![Installs](https://vsmarketplacebadge.apphb.com/installs/peterhdd.github-folder.svg)](https://marketplace.visualstudio.com/items?itemName=peterhdd.firebase-firestore-snippets)
6+
![issues](https://img.shields.io/github/issues/PeterHdd/github-folder.svg)
7+
![tweet](https://img.shields.io/twitter/url/https/github.com/PeterHdd/github-folder.svg?style=social)
8+
![license](https://img.shields.io/github/license/PeterHdd/github-folder.svg)
9+
410
## Information
511

612
This vscode extension will automtically create a .github folder that will contain the issue template files, codeowner file and code of conduct file.
713

814
**Note:** Don't forget to add your username to the specific files.
915

16+
17+
![template-image](images/templateImage.png)
18+
1019
![github-folder](https://media.giphy.com/media/JRCnf848hWediiYPkz/giphy.gif)

images/templateImage.png

271 KB
Loading

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "github-folder",
33
"displayName": "Github Folder",
44
"description": "Generate .github folder with the markdown files",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"publisher": "PeterHdd",
77
"icon":"images/github.png",
88
"license": "SEE LICENSE IN LICENSE.md",
@@ -16,6 +16,9 @@
1616
"categories": [
1717
"Other"
1818
],
19+
"keywords": [
20+
"github"
21+
],
1922
"activationEvents": [
2023
"onCommand:extension.github"
2124
],

0 commit comments

Comments
 (0)