From 45c180368f08b90018f4d8d8d2033da1cd4ca4ad Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 2 Mar 2016 23:38:06 -0500 Subject: [PATCH] Update issue template - Add application name and contents of Procfile as required debug info - Capitalize a few things [ci skip] --- ISSUE_TEMPLATE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 46cb87b9a..104dc208a 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -16,9 +16,11 @@ Output of the following commands - `cat /home/dokku//nginx.conf` (if applicable): - Link to the exact repository being deployed (if possible/applicable): - If a deploy is failing: - - the type of application being deployed (node, php, python, ruby, etc.) - - whether or not you have a `Dockerfile` in the root of your repository - - if using buildpacks, which custom buildpacks are in use + - Application name + - The type of application being deployed (node, php, python, ruby, etc.) + - Whether or not you have a `Dockerfile` in the root of your repository + - If using buildpacks, which custom buildpacks are in use + - If it exists, the contents of your `Procfile`. - Output of failing dokku commands after running `dokku trace on` (BEWARE: `trace on` will print environment variables for some commands, be sure you're not exposing any sensitive information when posting issues. You may replace these values with XXXXXXX):