forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 18
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-dev
branchgit checkout -b myFeature clarin-dev
(or justgit checkout -b myFeature
if 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-dspace
and notDSpace/DSpace
or any other of the available forks. You should create the pull request againstclarin-dev
branch - the pull requests will eventually be reviewed, discussed and/or merged
- there will be testathons and the tested features will be merged to
clarin
branch. This branch should always be deployable and tested.