Skip to content

Commit

Permalink
Add deep links to code contribution howto
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 23, 2023
1 parent 8cd15bc commit a12f041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.

Support on **code contribution** is available at <https://devdocs.jabref.org/contributing>.
Support on **code contribution** is available at <https://devdocs.jabref.org/contributing#contribute-code>.

General overview about contributing for programmers and non-programmers is available at <https://contribute.jabref.org>.

## Pull Request Process

1. Understand the basics listed at <https://devdocs.jabref.org/contributing>.
1. Understand the basics listed at <https://devdocs.jabref.org/contributing#contribute-code>.
2. Follow the "formal requirements". They are not too hard, they merely support the maintainers to focus on supportive feedback than just stating the obvious. They also have helpful hints how to work with localization.
3. Create a pull request. You can create a draft pull request to enable automatic checks.
4. Wait for feedback of the developers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ Press "OK".
> The code formatting rules are imported - and the most common styling issue at imports is automatically resolved by IntelliJ.
> Finally, you have Checkstyle running locally so that you can check for styling errors before submitting the pull request.
Got it running? GREAT! You are ready to lurk the code and contribute to JabRef. Please make sure to also read our [contribution guide](https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md).
Got it running? GREAT! You are ready to lurk the code and contribute to JabRef. Please make sure to also read our [contribution guide](https://devdocs.jabref.org/contributing#contribute-code).

0 comments on commit a12f041

Please sign in to comment.