-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6088849
commit d5fb296
Showing
6 changed files
with
126 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
A short description of what the issue is. | ||
|
||
## Expected Behaviour | ||
|
||
## Actual Behaviour | ||
|
||
## Steps to Reproduce | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
## Specifications | ||
- Version of Clay: 2.0.0 | ||
- Python version: | ||
- OS Type/version: | ||
- VLC version: NA | ||
- MPV version: NA | ||
|
||
## Screenshots | ||
Add screenshots if applicable |
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,11 @@ | ||
If applicable, a description of what problem or issue promoted you to begin with. | ||
|
||
# Your proposed solution/feature | ||
The way you would like us to solve this issue or how you would like | ||
the feature to work. | ||
|
||
# Alternatives | ||
Any alternative features or solutions you considered | ||
|
||
# Additional context | ||
Any other context, screenshots or mockups. |
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,10 @@ | ||
**REMINDER: Please read our [contribution guidelines!](../CONTRIBUTE.rst)** | ||
|
||
Fixes # | ||
|
||
# Description | ||
A description of what merge request changes | ||
|
||
- | ||
- | ||
- |
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,52 @@ | ||
How to contribute to Clay | ||
====== | ||
|
||
Bugs | ||
#### | ||
|
||
Reporting bugs | ||
**** | ||
- Please read the `README`_ carefully. | ||
- Search our `Github issues`_ | ||
to see whether it already has been reported. | ||
- Follow the relevant template. | ||
|
||
Feature request | ||
**** | ||
Feature requests are always welcome but do keep in mind that it might | ||
take a very long time (or maybe forever!) until we get to it. | ||
|
||
Did you write a patch that fixes a bug? | ||
**** | ||
- File a relevant issue if one doesn't already exist | ||
- Open a new pull request with the patch | ||
- Ensure the PR description describes the problem | ||
- Follow the code guidelines | ||
|
||
Any questions | ||
**** | ||
Feel free to ask any questions on our irc channel: | ||
|
||
- Server: irc.oftc.net | ||
- Channel: **#clay** | ||
|
||
Code guidelines | ||
#### | ||
|
||
Python guidelines | ||
**** | ||
- Please follow `PEP 8`_ | ||
- Write docstrings using the `Google Style Docstrings`_ | ||
- Bare exceptions should be avoided | ||
|
||
Git guidelines | ||
**** | ||
- Make sure that every commit functions an standalone unit. | ||
- Commit messages need to be descriptive | ||
- Pull requests that only change cosmetics will probably be denied. | ||
- Run a linter before commiting | ||
|
||
.. _README: README.md | ||
.. _Github issues: https://github.com/and3rson/Clay/issues | ||
.. _PEP 8: https://www.python.org/dev/peps/pep-0008/ | ||
.. _Google Style Docstrings: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html |
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