From f9b4eb6c5e36da0a8336d182bdc009ff87bd333c Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Tue, 7 Mar 2017 17:23:51 +0530 Subject: [PATCH] codeigniter: replace the use of for formatting templates --- bitnami/codeigniter/.github/ISSUE_TEMPLATE.md | 41 +++++++++++++------ .../.github/PULL_REQUEST_TEMPLATE.md | 15 ++++--- 2 files changed, 38 insertions(+), 18 deletions(-) diff --git a/bitnami/codeigniter/.github/ISSUE_TEMPLATE.md b/bitnami/codeigniter/.github/ISSUE_TEMPLATE.md index f09379ba488d..da2b4da33fde 100644 --- a/bitnami/codeigniter/.github/ISSUE_TEMPLATE.md +++ b/bitnami/codeigniter/.github/ISSUE_TEMPLATE.md @@ -15,31 +15,46 @@ Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST --> -##### Description +**Description** + -##### Steps to reproduce the issue: +**Steps to reproduce the issue:** + 1. [First Step] 2. [Second Step] 3. [and so on...] -##### Describe the results you received: +**Describe the results you received:** + -##### Describe the results you expected: +**Describe the results you expected:** + -##### Additional information you deem important (e.g. issue happens only occasionally): +**Additional information you deem important (e.g. issue happens only occasionally):** + -##### Version -###### Output of `docker version`: -`(paste your output here)` +**Version** -###### Output of `docker info`: -`(paste your output here)` +- Output of `docker version`: -###### Output of `docker-compose version` (if applicable): -`(paste your output here)` +``` +(paste your output here) +``` -##### Additional environment details (AWS, VirtualBox, Docker for MAC, physical, etc.): +- Output of `docker info`: + +``` +(paste your output here) +``` + +- Output of `docker-compose version` (if applicable): + +``` +(paste your output here) +``` + +**Additional environment details (AWS, VirtualBox, Docker for MAC, physical, etc.):** diff --git a/bitnami/codeigniter/.github/PULL_REQUEST_TEMPLATE.md b/bitnami/codeigniter/.github/PULL_REQUEST_TEMPLATE.md index d07f7b900b88..c2acbe6e0d70 100644 --- a/bitnami/codeigniter/.github/PULL_REQUEST_TEMPLATE.md +++ b/bitnami/codeigniter/.github/PULL_REQUEST_TEMPLATE.md @@ -10,18 +10,23 @@ Also don't be worried if the request is closed or not integrated sometimes the priorities of Bitnami might not match the priorities of the pull request. Don't fret, the open source community thrives on forks and GitHub makes it easy to keep your changes in a forked repo. --> -##### Description of the change +**Description of the change** + -##### Benefits +**Benefits** + -##### Possible drawbacks +**Possible drawbacks** + -##### Applicable issues +**Applicable issues** + -##### Additional information +**Additional information** +