From 6192de4bcb4124253e7cfb8da4089d83f1647f99 Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Wed, 17 Feb 2016 19:38:47 -0800 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..2b9fa9b6 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,47 @@ +Please fill out the templates below to the best of your ability, based on whether your problem is with using the website or with running your own server. + +## Website Problem ## + +**Please confirm whether you've tried the following debugging steps:** + + - [ ] Clearing cache and refreshing the page (On Firefox, press Ctrl+F5. On Chrome, press F12, then right click the refresh button and click "Empty Cache and Hard Reload") + - [ ] Disabling all browser extensions + - [ ] Using a clean channel with no customizations + +### Description of the Problem ### + + - What triggers the problem? + - What happens? + - What do you expect to happen instead? + +### System Information ### + + - **Operating System (Windows / Mac / Linux / Android / iOS):** + - **Web Browser (Firefox / Chrome / Other):** + - **Error Messages Displayed:** + - **Screenshot of JavaScript Console:** + +_On Firefox, press `Ctrl+Shift+K` to open the JavaScript console. On Chrome, press `Ctrl+Shift+J`._ + +## Server Problem ## + +_If your issue is related to using the website and not about running a server, you can remove this section._ + +**Please confirm whether you've tried the following debugging steps:** + + - [ ] Run `npm run build-server` to regenerate `lib/` from `src/` + - [ ] Run `rm -rf node_modules && npm install` to get a fresh install of dependencies + - [ ] Restarted the server + +### Description of the Problem ### + + - What triggers the problem? + - What happens? + - What do you expect to happen instead? + +### System Information ### + + - **Operating System:** + - **Node Version:** _(run `node -v`)_ + - **CyTube Version:** _(displayed at startup)_ + - **Error Messages Displayed:**