Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Notebooks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Passlida Saila
Notebooks
Commits
13d12415
Commit
13d12415
authored
4 years ago
by
Prof. Dr. Robert Jäschke
Browse files
Options
Downloads
Patches
Plain Diff
fixed description for contributing
parent
f14e07ad
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.org
+9
-33
9 additions, 33 deletions
README.org
with
9 additions
and
33 deletions
README.org
+
9
−
33
View file @
13d12415
...
...
@@ -9,39 +9,15 @@ Python]] is also available online.
** Contributing to this Repository
To contribute a notebook, please follow these steps (they should work
on most Linux shells, for other operating systems adopt them or [[https://git-scm.com/downloads/guis/][use a
GUI]]):
#+BEGIN_SRC shell
# clone this repository
git clone https://scm.cms.hu-berlin.de/ibi/notebooks.git
# change into the repository
cd notebooks
# create a new branch (replace "yourbranch" by a meaningful name)
git branch yourbranch
# switch to your branch
git checkout yourbranch
# copy your notebook and give it a meaningful name
cp /path/to/my/notebook meaningfulname.ipynb
# add your notebook to git
git add meaningfulname.ipynb
# add a short description to the README:
echo "- [[file:meaningfulname.ipynb][Task name]] :: a short task description" >> README.org
# add this change to git as well
git add README
# commit your changes (adapt the change message!)
git commit -m"my change message"
# push your changes upstream
git push
#+END_SRC
After ~git push~ you will get a notification to create a merge
request. Please do so by following the given URL (you don't need to
fill out the form, just press "Submit merge request"). If you did
everything correctly, you should see your changes in the [[https://scm.cms.hu-berlin.de/ibi/notebooks/-/merge_requests][list of merge
requests]]. After your request has been approved, your notebook will be
available in this repository. *Thank you for contributing!*
To contribute a notebook, please
1. [fork this project](/ibi/notebooks/-/forks/new),
2. add your notebook and
3. [create a merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html#new-merge-request-from-a-fork).
If you did everything correctly, you should see your changes in the
[[/ibi/notebooks/-/merge_requests][list of merge requests]]. After your request has been approved, your
notebook will be available in this repository. *Thank you for
contributing!*
** List of Notebooks
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment