Skip to content

Commit

Permalink
Create Question.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid Nutulapati authored Feb 19, 2019
1 parent 741cfde commit d522db9
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/Question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: 💬 Question
about: If you have a question, please check out our other community resources!
labels: question
---


<!--- Please keep this note for the community --->

### Community Note

* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment

<!--- Thank you for keeping this note for the community --->

## Support Question

**Question**
Please be as clear as possible.

**Command Run**
e.g. `sls deploy`, `sls create_domain`, etc.

**Console Output**
```sh
```

**Domain Manager Configuration**
Replace this with your own `serverless.yml` file (anonymized, of course) to help us better resolve your issue.
```yaml
custom:
customDomain:
domainName: foo.example.tld
basePath: bar
createRoute53Record: true
```
**Versions**
- Domain Manager version(s): [e.g. v6.0.0, v7.0.0-beta.34]
- Node/npm version: [e.g. Node 8/npm 5]
- Serverless Version: [e.g. v1.35.1, 1.2.0]
- Lambda Code [e.g. Javascript, Python, Java]
**Additional context/Screenshots**
Add any other context about the problem here. If applicable, add screenshots to help explain.

0 comments on commit d522db9

Please sign in to comment.