Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Smith <seaam@amazon.com>
  • Loading branch information
sean-smith committed Aug 9, 2019
1 parent 0c9b62c commit e2bb284
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,27 @@
---
name: Bug report
about: Please create a detailed report by completing the following information
title: ''
labels: ''
assignees: ''

---

**Environment:**
- AWS ParallelCluster / CfnCluster version [e.g. aws-parallelcluster-2.4.1]
- OS: [e.g. alinux]
- Scheduler: [e.g. SGE]
- Master instance type: [e.g. m5.xlarge]
- Compute instance type: [e.g. c5.8xlarge]

**Bug description and how to reproduce:**
A clear and concise description of what the bug is and the steps to reproduce the behavior.

**Additional context:**
Any other context about the problem. E.g.:
- configuration file without any credentials or personal data.
- pre/post-install scripts, if any
- screenshots, if useful
- if the cluster fails creation, please re-execute `create` action using `--norollback` option and attach `/var/log/cfn-init.log`, `/var/log/cloud-init.log` and `/var/log/cloud-init-output.log` files from the Master node
- if a compute node was terminated due to failure, there will be a directory `/home/logs/compute`. Attach one of the `instance-id.tar.gz` from that directory
- if you encounter scaling problems please attach `/var/log/nodewatcher` from the Compute node and `/var/log/jobwatcher` and `/var/log/sqswatcher` from the Master node

0 comments on commit e2bb284

Please sign in to comment.