From 0ad28e01b57eccb78d5b53ea2901844ec4736c6c Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 25 Dec 2021 16:11:55 -0800 Subject: [PATCH] Added issue type --- .github/ISSUE_TEMPLATE/app_issue.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/app_issue.md diff --git a/.github/ISSUE_TEMPLATE/app_issue.md b/.github/ISSUE_TEMPLATE/app_issue.md new file mode 100644 index 0000000..047cb7a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/app_issue.md @@ -0,0 +1,20 @@ +--- +name: App Bug +about: Report an issue with a one-click app installation +title: 'App issue: [APPNAME]' +labels: '' +assignees: '' + +--- + + +READ FIRST: + +### App bugs: +For issues regarding an app (post installation), please report them in the related app forum. CapRover is simply an installation tool. Post installation bugs/issues should be redirected to the developer of the app. + +### Installation bugs: +For issues regarding the installation of the app: +Search in the Pull Request section, and find the pull request where the one click app was added to the repo and ask the original contributor if they can provide any help. + +CapRover core team cannot provide support for apps that are added by contributors.