diff options
author | Suraj Deshmukh <surajd.service@gmail.com> | 2017-12-16 10:24:16 +0530 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-12-16 11:47:59 +0000 |
commit | f2f9fdf12674623dd0d38b32408083cccdad5e66 (patch) | |
tree | 5b423abe25de54e42edb5dd5cc01343e2ddff1dc /.github | |
parent | b4384f9b3a0bc315b3e7dda6f18a5fb3dfc644fb (diff) | |
download | podman-f2f9fdf12674623dd0d38b32408083cccdad5e66.tar.gz podman-f2f9fdf12674623dd0d38b32408083cccdad5e66.tar.bz2 podman-f2f9fdf12674623dd0d38b32408083cccdad5e66.zip |
add github issue template
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
Closes: #146
Approved by: rhatdan
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..44c35f561 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,45 @@ +<!-- +--------------------------------------------------- +BUG REPORT INFORMATION +--------------------------------------------------- +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 +--> + +**Is this a BUG REPORT or FEATURE REQUEST?**: + +> Uncomment only one, leave it on its own line: +> +> /kind bug +> +> /kind feature + +**Description** + +<!-- +Briefly describe the problem you are having in a few paragraphs. +--> + +**Steps to reproduce the issue:** + +1. + +2. + +3. + +**Describe the results you received:** + + +**Describe the results you expected:** + + +**Additional information you deem important (e.g. issue happens only occasionally):** + +**Output of `kpod version`:** + +``` +(paste your output here) +``` + +**Additional environment details (AWS, VirtualBox, physical, etc.):** |