Skip to content

Commit b36f0f5

Browse files
committed
Add pull request template
1 parent c4949b7 commit b36f0f5

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug Report
33
about: Report a bug to help us improve
4-
title: "[DATE]: [BUG TITLE]"
4+
title: "[YYYY-MM-DD]: [BUG TITLE]"
55
labels: bug
66
assignees: tjbiii
77

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature Request
33
about: Request a new feature or enhancement
4-
title: "[DATE]: [FEATURE TITLE]"
4+
title: "[YYYY-MM-DD]: [FEATURE TITLE]"
55
labels: enhancement
66
assignees: tjbiii
77

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Summary
2+
Include a brief description of the changes in this PR.
3+
4+
### Relevant Issues
5+
Is this related to any feature requests? Does it solve any reported bugs?
6+
7+
### Notes to Reviewer
8+
Anything you'd like to note or call special attention to?

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# TekDrive Python SDK
22
[![TekCloud Logo](https://raw.githubusercontent.com/initialstate/tekdrive-sdk-python/master/ext/tekcloud-logo.png)](https://tekcloud.com)
3-
This is a Python SDK for interacting with the [TekDrive](https://www.tek.com/software/tekdrive) API. The general API docs can be found [here](https://docs.drive.tekcloud.com).
3+
4+
This is a Python SDK for interacting with the TekDrive API.
5+
6+
## Quick Links
7+
#### SDK
8+
- [PyPI](TODO:)
9+
- [Documentation](TODO:)
10+
- [File a Bug/Request a Feature](https://github.com/initialstate/tekdrive-sdk-python/issues/new/choose)
11+
12+
#### Other
13+
- [TekDrive API Documentation](https://docs.drive.tekcloud.com)
14+
- [TekDrive Marketing Page](https://www.tek.com/software/tekdrive)
415

516

617
## Install
@@ -10,4 +21,4 @@ The SDK is available on PyPI:
1021
$ python -m pip install tekdrive
1122
```
1223

13-
This SDK officially supports 3.6+.
24+
This SDK officially supports Python 3.6+.

0 commit comments

Comments
 (0)