You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upstream/main: (32 commits)
Fix path (#13769)
Mode aware consistency check (#13584)
Refine JBang check (#13765)
Add Language Server to the UI and add the integrity/consistency check (#13697)
Fix/remove comment code (#13763)
New Crowdin updates (#13760)
Bump org.openrewrite.rewrite from 7.14.0 to 7.14.1 (#13757)
Bump com.autonomousapps:dependency-analysis-gradle-plugin (#13756)
Bump dev.langchain4j:langchain4j-bom from 1.2.0 to 1.3.0 in /versions (#13755)
Bump jablib/src/main/resources/csl-locales from `fa56de1` to `e29c453` (#13754)
Bump com.autonomousapps:dependency-analysis-gradle-plugin (#13753)
Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 in /versions (#13752)
Bump actions/upload-pages-artifact from 3 to 4 (#13751)
Migrate fetchers to Search.g4 ANTLR parser. (#13691)
[Junie]: fix: resolve IllegalArgumentException for non-absolute URIs (#13669)
Add auto-renaming of linked files on entry data change (#13295)
Walkthrough additions (#13745)
Switch from zulu to corretto (#13749)
New Crowdin updates (#13747)
Fix copy to (#13741)
...
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,8 @@ Keep ALL the items. Replace the dots inside [.] and mark them as follows:
25
25
-->
26
26
27
27
-[x] I own the copyright of the code submitted and I license it under the [MIT license](https://github.com/JabRef/jabref/blob/main/LICENSE)
28
-
-[.] Change in `CHANGELOG.md` described in a way that is understandable for the average user (if change is visible to the user)
29
-
-[.] Tests created for changes (if applicable)
30
-
-[.] Manually tested changed features in running JabRef (always required)
31
-
-[.] Screenshots added in PR description (if change is visible to the user)
32
-
-[.][Checked developer's documentation](https://devdocs.jabref.org/): Is the information available and up to date? If not, I outlined it in this pull request.
33
-
-[.][Checked documentation](https://docs.jabref.org/): Is the information available and up to date? If not, I created an issue at <https://github.com/JabRef/user-documentation/issues> or, even better, I submitted a pull request to the documentation repository.
28
+
-[.] I manually tested my changes in running JabRef (always required)
29
+
-[.] I added JUnit tests for changes (if applicable)
30
+
-[.] I added screenshots in the PR description (if change is visible to the user)
31
+
-[.] I described the change in `CHANGELOG.md` in a way that is understandable for the average user (if change is visible to the user)
32
+
-[.] I checked the [user documentation](https://docs.jabref.org/): Is the information available and up to date? If not, I created an issue at <https://github.com/JabRef/user-documentation/issues> or, even better, I submitted a pull request updating file(s) in <https://github.com/JabRef/user-documentation/tree/main/en>.
Copy file name to clipboardExpand all lines: .github/ghprcomment.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,10 @@
130
130
Hey, we noticed that you **force-pushed** your changes.
131
131
Force pushing is a bad practice when working together on a project (mainly because it is [not supported well by GitHub itself](https://github.com/orgs/community/discussions/3478)).
132
132
Commits are lost and comments on commits lose their context, thus making it harder to review changes.
133
-
At the end, all commits will be [squashed](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges#squash-and-merge-your-commits) anyway before being merged into the `main` branch.
133
+
134
+
135
+
When the pull request is getting integrated into `main`, all commits will be [squashed](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges#squash-and-merge-your-commits) anyway.
136
+
Thus, your individual commit history will not be visible in `main`.
134
137
135
138
136
139
In future, **please avoid that**. For now, you can continue working.
Copy file name to clipboardExpand all lines: .github/workflows/on-issue-comment.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,10 @@ jobs:
33
33
34
34
Happy coding! 🚀
35
35
assignment_suggestion_comment: >
36
-
👋 Hey @{{ handle }}, looks like you’re eager to work on this issue—great! 🎉
37
-
It also looks like you skipped reading our [CONTRIBUTING.md](https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md), which explains exactly how to participate. No worries, it happens to the best of us.
38
-
Give it a read, and you’ll discover the ancient wisdom of assigning issues to yourself. Trust me, it’s worth it. 🚀
36
+
👋 Hey @{{ handle }}, looks like you’re eager to work on this issue — great! 🎉
37
+
It also looks like you don't know how to assign issues to yourself.
38
+
Please read our [CONTRIBUTING.md](https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md) to find out how.
39
+
It will also guide you in other aspects of contributing to JabRef.
39
40
- name: Move issue corresponding column in "Candidates for University Projects"
0 commit comments