From 91e4162dad165c1a2c1dc188816e1fce29ac8dbe Mon Sep 17 00:00:00 2001 From: Stanislav Erokhin Date: Tue, 27 Oct 2020 20:35:06 +0300 Subject: [PATCH] Start perparation for kotlin/native merge into kotlin repo This is first commit that should't be in kotlin/native master and should be done only in kotlin repo. Removed .gitmodule -- because it wasn't used. .github/* -- because in kotlin repo issues are disabled .idea/vcs.xml -- because kotlin already has this settings --- .github/ISSUE_TEMPLATE/config.yml | 1 - .github/ISSUE_TEMPLATE/please-use-youtrack.md | 26 ------------------- .gitmodules | 0 .idea/vcs.xml | 20 -------------- 4 files changed, 47 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/please-use-youtrack.md delete mode 100644 .gitmodules delete mode 100644 .idea/vcs.xml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3ba13e0cec6..00000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/please-use-youtrack.md b/.github/ISSUE_TEMPLATE/please-use-youtrack.md deleted file mode 100644 index b5b9be35b87..00000000000 --- a/.github/ISSUE_TEMPLATE/please-use-youtrack.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Please use YouTrack for bugs and feature requests -about: "Proceed to get more details" -title: Please read the text below -labels: 'from-template' -assignees: 'artdfel' - ---- - -Please read the text below. - -# Are you reporting a bug or requesting a feature? - -Please don't submit GitHub issue, create YouTrack issue instead: https://kotl.in/issue - -# Are you asking a question? - -Please use StackOverflow with `kotlin-native` tag: https://stackoverflow.com/questions/ask?tags=kotlin-native - -Also feel free to ask or discuss anything on `#kotlin-native` and `#multiplatform` channels in Slack workspace for Kotlin community -- https://slack.kotl.in. - -# Not sure? - -Then you are probably asking a question, see above. - -Please avoid creating new GitHub issues in any case. More details: https://github.com/JetBrains/kotlin-native/issues/4079 diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index abcc2585c24..00000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - \ No newline at end of file