You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ assignees: ''
9
9
10
10
**Is your feature request related to a problem? Please describe.**
11
11
12
-
Describe what problem are you trying to solve or what's the expected outcome.
12
+
<!--Describe what problem are you trying to solve or what's the expected outcome.
13
13
14
14
If you'd like us to add a new device binding please add a full name and ideally links to specification / pictures of device you'd like to see here.
15
15
16
-
Please review [list of devices](https://github.com/dotnet/iot/blob/main/src/devices/README.md) to see if there is any similar device (perhaps belonging to the same family) which can be extended to also support your device.
16
+
Please review [list of devices](https://github.com/dotnet/iot/blob/main/src/devices/README.md) to see if there is any similar device (perhaps belonging to the same family) which can be extended to also support your device.-->
17
17
18
18
**Describe the ideal solution**
19
19
20
-
A clear and concise description of what you want to happen.
20
+
<!--A clear and concise description of what you want to happen.-->
- If PR is fixing any issue please add `Fixes #1234` as a first thing in the description of your PR
2
3
- Describe what is the issue being fixed
3
4
- If there is any follow-up work please create issues for that
4
5
- If your PR is adding device binding please make sure to read [conventions for devices APIs](https://github.com/dotnet/iot/blob/main/Documentation/Devices-conventions.md)
5
6
- Avoid force pushing to your PR (especially on large PRs) - it makes it much harder to incrementally review
0 commit comments