From 7ea65e295f49ab28720ecd174d798de9eb7a8f6b Mon Sep 17 00:00:00 2001 From: George Shaw Date: Mon, 16 Oct 2017 16:45:22 -0500 Subject: [PATCH] added contributing and readme init --- CONTRIBUTING.md | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 README.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1f600ad --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +# Todo diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe82321 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# gPanel + +A web-hosting control panel written in Go inspired by cPanel.