Skip to content

Commit b597a83

Browse files
committed
Adding GitHub Issue and Pull Request Templates
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
1 parent 02f76f9 commit b597a83

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Please fill out the form below before submitting, thank you!
2+
3+
- [ ] Bug exists Release Version 1.0.2 ( Master Branch)
4+
- [ ] Bug exists in Snapshot Version 1.0.3 (Develop Branch)
5+
6+
If this is a bug regarding the Android Service, please rasie the bug here instead: https://github.com/eclipse/paho.mqtt.android/issues/new

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Please make sure that the following boxes are checked before submitting your Pull Request, thank you!
2+
3+
- [ ] You have signed the [Eclipse CLA](http://www.eclipse.org/legal/CLA.php)
4+
- [ ] All of your commits have been signed-off with the correct email address (The same one that you used to sign the CLA)
5+
- [ ] If This PR fixes an issue, that you reference the issue below. OR if this is a new issue that you are fixing straight away that you add some Description about the bug and how this will fix it.
6+
- [ ] If this is new functionality, You have added the appropriate Unit tests.

0 commit comments

Comments
 (0)