From f229ab730f610c322404f2b010611890111309a7 Mon Sep 17 00:00:00 2001 From: Saket Kumar Date: Tue, 26 Dec 2017 20:16:34 +0530 Subject: [PATCH] Added Templates for Issue and Pull Requests (#161) --- .github/ISSUE_TEMPLATE.md | 19 +++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 2 files changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..3d2c4a2b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,19 @@ +Before writing an issue, please make sure you're talking about the native application and not the Cordova one. If you are looking to open an issue to the Cordova application, go to this URL: https://github.com/RocketChat/Rocket.Chat.Cordova. + +- Your Rocket.Chat.Android app version: #### + + +- Your Rocket.Chat.iOS app version: #### + + +- Your Rocket.Chat server version: #### + +- Device model (or emulator) you're running with: #### + + + +**The app isn't connecting to your server?** +Make sure your server supports WebSocket. These are the minimum requirements for Apache 2.4 and Nginx 1.3 or greater. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..c868686af --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ + +@RocketChat/ReactNative + + +Closes #ISSUE_NUMBER + +