forked from hbldh/bleak
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated documentation regarding contribution. - Added PR template
- Loading branch information
Showing
5 changed files
with
44 additions
and
9 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
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,16 @@ | ||
Pull Request Guidelines for Bleak | ||
--------------------------------- | ||
|
||
Before you submit a pull request, check that it meets these guidelines: | ||
|
||
1. If the pull request adds functionality, the docs should be updated. | ||
2. Modify the `CHANGELOG.rst`, describing your changes as is specified by the | ||
guidelines in that document. | ||
3. The pull request should work for Python 3.6+ on the following platforms: | ||
- Windows 10, version 16299 (Fall Creators Update) and greater | ||
- Linux distributions with BlueZ >= 5.43 | ||
- OS X / macOS >= 10.11 | ||
4. Squash all your commits on your PR branch, if the commits are not solving | ||
different problems and you are committing them in the same PR. In that case, | ||
consider making several PRs instead. | ||
5. Feel free to add your name as a contributor to the `AUTHORS.rst` file! |
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 |
---|---|---|
|
@@ -7,7 +7,12 @@ Development Lead | |
|
||
* Henrik Blidh <[email protected]> | ||
|
||
Development Team / Collaborators | ||
-------------------------------- | ||
|
||
* David Lechner <[email protected]> | ||
|
||
Contributors | ||
------------ | ||
|
||
* David Lechner <[email protected]> | ||
|
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
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