-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Guidelines
Make sure you have the latest version of Photon with all the dependencies installed. Please follow the following layout while starting an issue for a bug:
Include brief description of the bug.
Attach screenshots of the error or paste the output here.
os: <operating system>
python: <python version>
This section should describe how to reproduce the bug.
If you know what is causing the error or how to fix this please include that information in this section.
Pull requests regarding things which aren't directly related to the program will not be merged.
For example, pull requests related to README.md
, .travis.yml
and .gitignore
will not be merged, you can open an issue instead.
While adding a new command line argument, please keep in mind that shorthand aliases e.g. -t
are only for arguments which require an additional value.
For example, if you want to add an argument that disables colors in output you should use something like --disable-colors
instead of -c
.
If you need to import a new non-standard library, add it to requirements.txt
.
Mention the changes in changes
variable in photon.py
.
Please follow the following layout while submitting a pull request.
Include a brief description of what is it all about.
os: <operating system>
python: <python version(s)>
Mention new dependencies, if any.