Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ This section explains how you get the JabRef code onto your machine in a form al

A longer explanation is available at <https://help.github.com/en/articles/fork-a-repo>.

## Disable GitHub actions

JabRef's CI checks take much time.
They could hit your fee limit.
Therefore, we advise to disable them - unless you know what you are doing.

1. Go to your JabRef repository.
2. Go to Settings
3. On the left, click on "Actions"
4. Click on "General"
5. Select "Disable actions"
6. Click on "Save"

## Clone your forked repository on your local machine

In a command line, navigate to the folder where you want to place the source code (parent folder of `jabref`).
Expand Down