-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into allowReordering
* upstream/master: Refine teaching explanation % include doesn't work on GitBook.io. Thus, add explicit text Bump unirest-java from 3.6.01 to 3.7.00 (#6166) Bump pdfbox from 2.0.18 to 2.0.19 (#6163) Bump xmpbox from 2.0.18 to 2.0.19 (#6164) Bump junit-vintage-engine from 5.6.0 to 5.6.1 (#6162) Bump mariadb-java-client from 2.5.4 to 2.6.0 (#6160) Bump fontbox from 2.0.18 to 2.0.19 (#6167) Bump junit-jupiter from 5.6.0 to 5.6.1 (#6159) Bump junit-platform-launcher from 1.6.0 to 1.6.1 (#6168) Add link to teaching page Refine teaching information Replace donation link to directly point to PayPal
- Loading branch information
Showing
5 changed files
with
40 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
{% include "git+https://github.com/JabRef/jabref.git/CONTRIBUTING.md#master" %} | ||
# Contributing | ||
|
||
See [JabRef's contribution guide](https://github.com/JabRef/jabref/blob/master/CONTRIBUTING.md#contributing-guide) for a howto to contribute code. | ||
|
||
In case you aim for contributing user documentation, head to the [JabRef user documetnation repository](https://github.com/JabRef/user-documentation). | ||
|
||
For improving developer's documentation, go on at the [docs/ subdirectory of JabRef's code](https://github.com/JabRef/jabref/tree/master/docs) and edit the file. | ||
GitHub offers a good guide at [Editing files in another user's repository](https://help.github.com/en/github/managing-files-in-a-repository/editing-files-in-another-users-repository). | ||
|
||
In case you use some gitbook special features and you want to test them, checkout JabRef's code locally, and execute following steps: | ||
|
||
1. `npm install -g gitbook` | ||
2. `cd docs` | ||
3. `gitbook serve` | ||
|
||
Then, you can see a near-to-reality rendering of the development documentation at <http://localhost:4000>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters