forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 21
Code contributions
Ondřej Košarko edited this page Nov 14, 2016
·
1 revision
- fork the project (or synchronize your fork with ufal/clarin-dspace)
- create topic/feature branch off of
clarin-devbranchgit checkout -b myFeature clarin-dev(or justgit checkout -b myFeatureif you are onclarin-dev) - commit your changes locally, add reasonable description, and eventually publish (push) your changes ( you'll need to get familiar with
git add,git commit,git push. Google is your friend or https://git-scm.com/doc) -
create a pull request. Be sure to select
ufal/clarin-dspaceand notDSpace/DSpaceor any other of the available forks. You should create the pull request againstclarin-devbranch - the pull requests will eventually be reviewed, discussed and/or merged
- there will be testathons and the tested features will be merged to
clarinbranch. This branch should always be deployable and tested.