This repository has been archived by the owner on Feb 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Contributing
tim edited this page Aug 23, 2015
·
11 revisions
Please don't ask question in the issue tracker, instead ask them at stackoverflow
Please check esky's GitHub issue tracker for known issues.
Feel free to post any bugs or feature requests in our github issues.
please try to follow these simple rules if applicable:
- Make sure you've read the README, Wiki and tutorial carefully.
- Provide information about your environment:
- Freezer being used
- Operating system
- Make sure that the issue is reproducible with your description.
It's most likely that your bug gets resolved faster if you provide as much information as possible!
See our Roadmap for some tasks being worked on. Also of note is esky's network which will show you the branches and commits under development.
- Please create a topic branch for every separate change you make.
- Make sure your patches are well tested. All specs must pass when run on Travis CI.
- To run tests locally run python -m pytest esky/tests/ (different tests run depending on the freezers you have installed, we have the following pytest marks: bbfreeze, cxfreeze, py2exe, pyapp
Info
References
Development