Skip to content

Commit

Permalink
SAM CLI Refresh 馃帀 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathkr committed May 8, 2018
1 parent a04b791 commit 9dcd0bc
Show file tree
Hide file tree
Showing 2,377 changed files with 22,006 additions and 568,697 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[run]
branch = True
[report]
exclude_lines =
pragma: no cover
raise NotImplementedError.*
4 changes: 4 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
max-line-length = 120
ignore = E126
exclude = samcli/local/init/templates
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!--
Before reporting a new issue, make sure we don't have any duplicates already open or closed by
searching the issues list. If there is a duplicate, re-open or add a comment to the
existing issue instead of creating a new one. If you are reporting a bug,
make sure to include relevant information asked below to help with debugging.
## GENERAL HELP QUESTIONS ##
Github Issues is for bug reports and feature requests. If you have general support
questions, the following locations are a good place:
- Slack channel (#samdev): https://awssamopensource.splashthat.com/
- Post a question in StackOverflow with "aws-sam-cli" tag
-->

**Description:**

<!-- Briefly describe the problem you are facing -->

**Steps to reproduce the issue:**
1.
2.
3.

**Observed result:**

**Expected result:**

**Additional environment details (Ex: Windows, Mac, Amazon Linux etc)**

**Output of `sam --version`**:

**Optional Debug logs**:

`Add --debug flag to command you are running`
Loading

0 comments on commit 9dcd0bc

Please sign in to comment.