Changes between Version 4 and Version 5 of ProjectPsychoPiPage
- Timestamp:
- 09/18/17 18:10:23 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectPsychoPiPage
v4 v5 37 37 38 38 '''Community''' 39 Python community 39 40 40 41 '''Leadership''' … … 42 43 43 44 '''Forking''' 44 It is platform independence. Its achieved is through the use of the wxPython widget library for the application and OpenGL for graphics calls.45 You can create your own fork of the central repository. First go to github, create an account and make a fork of the psychopy repository. You can change your fork in any way you choose without it affecting the central project. You can also share your fork with others, including the central project. 45 46 46 47 '''Communication''' … … 55 56 56 57 '''Repositories''' 58 The use of git allows people to contribute changes that can easily be incorporated back into the project, while maintaining order and consistency in the code. All changes should be tracked and reversible. 57 59 58 60 '''Packaging''' 59 61 60 62 '''Upstream/downstream''' 63 Only a couple of people have direct write-access to the psychopy repository, but you can get your changes included in upstream by pushing your changes back to your github fork and then submitting a pull request. 61 64 62 65 '''Version Control''' … … 72 75 73 76 '''''Fieldtrips''''' 74 75 77 76 78 ---- … … 90 92 91 93 '''''Evaluation''''' 92 93 94 ---- 94 95 … … 97 98 98 99 '''Language''' 99 Python 100 Python, JavaScript 100 101 101 102 '''Activity''' … … 116 117 117 118 '''Community norms''' 119 You can create a fork of the central psychopy/psychopy repository. You can also create a local clone of that fork: for small changes(make the changes directly in the master branch, push back to your fork, submit a pull request to the central repository) and for substantial changes (create a branch, when finished run unit tests, when the unit tests pass merge changes back into the master branch, submit a pull request to the central repository). 118 120 119 121 '''User base''' 122 It has its own strong user base.