summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCan Guney Aksakalli <cgaksakalli@gmail.com>2017-08-11 15:55:00 +0200
committerCan Guney Aksakalli <cgaksakalli@gmail.com>2017-08-11 15:55:04 +0200
commitf852f85ce3a663a1fa3428e50482e489aa3adbe6 (patch)
tree81f755b608889bd4be4ee320592df4b929b8cca3
parenta76d2fd70379ffcfb3fadf9b8deff4503104d889 (diff)
issue template for github
-rw-r--r--.github/CONTRIBUTING.md0
-rw-r--r--.github/ISSUE_TEMPLATE.md9
-rw-r--r--.npmignore1
3 files changed, 10 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.github/CONTRIBUTING.md
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..e786cae
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,9 @@
+#### Environment
+
+- OS:
+- Node version: (`$ node --version`)
+- gtop version: (`$ npm info gtop version`)
+
+#### Description
+
+*A description of the issue*
diff --git a/.npmignore b/.npmignore
index 5c85b81..4e4dab8 100644
--- a/.npmignore
+++ b/.npmignore
@@ -4,3 +4,4 @@ img/
node_modules/
*.gif
*.png
+.github/