Skip to content

Commit a663778

Browse files
author
Pierre Cauchois
committed
Add issue and PR templates
1 parent 28b6b98 commit a663778

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
Hi there! Thank you for discovering and submitting an issue.
3+
4+
Before your submit it though, please consider that each Azure IoT SDK now lives in its own repository. You can follow this link to create a new issue for a specific SDK:
5+
- C: https://github.com/azure/azure-iot-sdk-c/issues/new
6+
- .NET: https://github.com/azure/azure-iot-sdk-csharp/issues/new
7+
- Node: https://github.com/azure/azure-iot-sdk-node/issues/new
8+
- Java: https://github.com/azure/azure-iot-sdk-java/issues/new
9+
- Python: https://github.com/azure/azure-iot-sdk-python/issues/new
10+
11+
It's going to be a lot easier for us to track and link your issue to its resolution (commit hash, etc) in the concerned SDK repository directly.
12+
13+
If you think the issue you discovered belongs here more than in any specific SDK repository, please consider the following list of questions that will help us debug the issue:
14+
-->
15+
16+
- SDK used to discover the issue:
17+
- Date/Time at which the issue was discovered:
18+
- Name of the hub on which the issue happened (if it can be disclosed in public):
19+
- Device ID of the device that exhibited the issue:
20+
21+
Code sample exhibiting the issue: <!-- Please do not leave any connection string details in here -->
22+
23+
24+
Console log of the issue: <!-- Please do not leave any connection string details in here either -->
25+

.github/PULL_REQUEST_TEMPLATE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
Hi there! Thank you for your interest in the Azure IoT SDKs
3+
4+
Before you create a pull request though, please consider that each Azure IoT SDK now lives in its own repository:
5+
- C: https://github.com/azure/azure-iot-sdk-c
6+
- .NET: https://github.com/azure/azure-iot-sdk-csharp
7+
- Node: https://github.com/azure/azure-iot-sdk-node
8+
- Java: https://github.com/azure/azure-iot-sdk-java
9+
- Python: https://github.com/azure/azure-iot-sdk-python
10+
11+
We will not be accepting pull-requests for SDK code in this repository, and encourage you to clone the specific SDK repository and submit your PR there.
12+
Please remember that all code pull-requests must include tests and be submitted against the `develop` branch
13+
14+
Thank you again, we appreciate all feedback!
15+
-->

0 commit comments

Comments
 (0)