-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e5ad66
commit 76eb86b
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |