This is an automated email from the ASF dual-hosted git repository.

purplecabbage pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova.git


The following commit(s) were added to refs/heads/master by this push:
     new f14adf4  removed SUPPORT_QUESTIONS as its now covered in config.yml
f14adf4 is described below

commit f14adf4869e07d66112c471d073857bbb44259d3
Author: Jesse <purplecabb...@gmail.com>
AuthorDate: Wed Nov 23 00:39:38 2022 -0800

    removed SUPPORT_QUESTIONS as its now covered in config.yml
---
 .github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md | 27 ---------------------------
 .github/ISSUE_TEMPLATE/config.yml          |  9 ++++++---
 2 files changed, 6 insertions(+), 30 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md 
b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
deleted file mode 100644
index 516c6e6..0000000
--- a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-name: 💬 Support Question
-about: If you have a question, please check out our Slack or StackOverflow!
-
----
-
-<!------------^ Click "Preview" for a nicer view! -->
-
-Apache Cordova uses GitHub Issues as a feature request and bug tracker _only_.
-For usage and support questions, please check out the resources below. Thanks!
-
----
-
-You can get answers to your usage and support questions about **Apache 
Cordova** on:
-
-* Slack Community Chat: https://cordova.slack.com (you can sign-up at 
http://slack.cordova.io/)
-* StackOverflow: https://stackoverflow.com/questions/tagged/cordova using the 
tag `cordova`
-
----
-
-If you are using a tool that uses Cordova internally, like e.g. Ionic, check 
their support channels:
-
-* **Ionic Framework**
-  * [Ionic Community Forum](https://forum.ionicframework.com/)
-  * [Ionic Worldwide Slack](https://ionicworldwide.herokuapp.com/)
-* **PhoneGap**
-  * [PhoneGap Developer Community](https://forums.adobe.com/community/phonegap)
diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
index c57754a..d4946c2 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,9 +1,12 @@
 ---
 blank_issues_enabled: false
 contact_links:
-  - name: Ask a question or get support
+  - name: 💬 Ask a question or get support
     url: https://github.com/apache/cordova/discussions/
     about: Ask a question or request support for using Apache Cordova
-  - name: Questions on Stack Overflow
+  - name: Ask on Stack Overflow
     url: https://stackoverflow.com/questions/tagged/cordova
-    about: Look at questions/answers at Stack Overflow
\ No newline at end of file
+    about: Look at questions/answers on Stack Overflow
+  - name: Ask in the Cordova Slack
+    url: https://cordova.slack.com
+    about: Ask a developer in the Cordova Slack community chat
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to