From be6d6b25fcbcabd79bb472b57b32c446aec27192 Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Thu, 13 Oct 2016 13:06:03 +0300 Subject: [PATCH 1/2] Create ISSUE_TEMPLATE.md add issue template --- .github/ISSUE_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..9e04f90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +**Do you want to request a *feature* or report a *bug*?** + +**What is the current behavior?** + +**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.** + +**What is the expected behavior?** + +**Which versions of DesktopEditors, and which OS are affected by this issue? Did this work in previous versions of DesktopEditors?** From 095933ea789527613456f77726edee17de009a67 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Wed, 23 Nov 2016 12:52:46 +0300 Subject: [PATCH 2/2] switch ssh to https --- .gitmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 757f610..43828a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,18 @@ [submodule "desktop-apps"] path = desktop-apps - url = git@github.com:ONLYOFFICE/desktop-apps.git + url = https://github.com/ONLYOFFICE/desktop-apps.git [submodule "desktop-sdk"] path = desktop-sdk - url = git@github.com:ONLYOFFICE/desktop-sdk.git + url = https://github.com/ONLYOFFICE/desktop-sdk.git [submodule "core"] path = core - url = git@github.com:ONLYOFFICE/core.git + url = https://github.com/ONLYOFFICE/core.git [submodule "web-apps"] path = web-apps - url = git@github.com:ONLYOFFICE/web-apps.git + url = https://github.com/ONLYOFFICE/web-apps.git [submodule "sdkjs"] path = sdkjs - url = git@github.com:ONLYOFFICE/sdkjs.git + url = https://github.com/ONLYOFFICE/sdkjs.git [submodule "dictionaries"] path = dictionaries - url = git@github.com:ONLYOFFICE/dictionaries.git + url = https://github.com/ONLYOFFICE/dictionaries.git