Changes between Version 2 and Version 3 of ProjectDarmaPage
- Timestamp:
- 10/04/17 20:19:47 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectDarmaPage
v2 v3 19 19 **Community** 20 20 21 TBD 22 21 23 **Leadership** 24 25 Jeffrey Girard 22 26 23 27 **Forking** 24 28 29 You can create your own fork of the central repository. First go to github, create an account and make a fork of the DARMA 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. 30 25 31 **Communication** 32 33 TBD 26 34 27 35 **Roadmaps** 28 36 37 TBD 38 29 39 **Releases** 40 41 1. Girard, J. M., & Wright, A. G. C. (in press). DARMA: Software for dual axis rating and media annotation. Behavior Research Methods. doi: 10.3758/s13428-017-0915-5 30 42 31 43 **Repositories** 32 44 45 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. 46 33 47 **Packaging** 48 49 TBD 34 50 35 51 **Upstream/downstream** 36 52 53 Only a couple of people have direct write-access to the DARMA 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. 54 37 55 **Version Control** 56 57 DARMA v6.03 is the last version which is release on 01 June 2017. 38 58 39 59 **Trackers** 40 60 61 You can track the changes on the folowing link: https://github.com/jmgirard/DARMA/releases 62 41 63 **Project Evaluation** 64 65 From the begining DARMA is continually updated each year 42 66 43 67 … … 47 71 **Github:** 48 72 73 [1] https://github.com/jmgirard/DARMA 74 49 75 **Openhub:** 50 76 77 TBD 78 51 79 **Source Forge:** 80 81 [1] https://sourceforge.net/projects/darma/?source=directory 82 52 83 53 84 == **Evaluation** == … … 59 90 **Language** 60 91 92 TBD 93 61 94 **Activity** 95 96 Active 62 97 63 98 **Number of contributors** 64 99 100 Jeffrey M Girard is the only one contributor on the project. 101 65 102 **Size** 103 104 For different versions see the size on this page: https://github.com/jmgirard/DARMA/releases 66 105 67 106 **Issue tracker** 68 107 108 Issues can be reported and features can be requested at: https://github.com/jmgirard/DARMA/issues 109 69 110 **New contributor** 111 112 On the GitHub provides a straightforward way for collaborating on a project. 70 113 71 114 **Community norms** 72 115 116 You can create a fork of the central DARMA 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). 117 73 118 **User base** 119 120 It has its own strong user base.