Skip to content

Commit

Permalink
Merge pull request #4 from aws/LienNguyen2910-patch-4
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
LienNguyen2910 authored Nov 30, 2021
2 parents 2e5ad66 + 76eb86b commit 2d42ae3
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature Request
about: Suggest a new feature for this repository.
title: "[Feature Request] <replace with your title>"
labels: Feature Request
assignees: ''

---

**Is your feature request related to an issue you've encountered? If so, please elaborate.**
Please provide a clear and concise description of the problem. For example, "I'm always frustrated when [ ... ]".

**Describe the new feature request**
Provide a clear and concise description of the feature you are proposing, as well as applicable use cases.

**Describe other alternatives you've considered**
Provide a clear and concise description of any alternatives you've considered.

**Additional context**
Add any additional information supporting the request here (screenshots, logs, references, etc.).
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/general_inquiry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: General Inquiry
about: Generic issue for initiating discussion on any amazon-freertos topic (ex. questions,
clarifications, concerns, etc.).
title: "[General] <replace with your title>"
labels: 'Type: Question'
assignees: ''

---

**Briefly summarize the issue being raised**
Please describe the topic requiring attention in this issue, as well some background on its current status.

**Describe the desired outcome**
Identify the intended result of further discussion and eventual resolution of this issue.

**System information**
- Hardware board: [ ... ]
- IDE used: [ ... ]
- Operating System: [ Windows | Linux | MacOS ]
- Code version: (run ``git describe --tags`` to find it)
- Project/Demo: [ mqtt_demo_mutual_auth | shadow_demo | custom application | etc... ]
- If your project is a custom application, please add the relevant code snippet(s) in the section titled `"Code/Steps to reproduce the current status"`.

**References**
Provide any screenshots, logs, etc. that may assist in providing a better understanding of the highlighted issue.

**Code/Steps to reproduce the current status**
If applicable, provide concrete instructions or the relevant code snippet(s) for reproducing the current status. Code should be wrapped in the ``cpp`` tag in order to be displayed clearly. For example:
```cpp
printf("Hello World")
```
**Additional context**
Add any remaining information not mentioned in the previous responses.

0 comments on commit 2d42ae3

Please sign in to comment.