-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix spacing in Cleanup dialog #10081 #10085
Conversation
.vscode/launch.json
Outdated
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
|
||
{ | ||
"type": "java", | ||
"name": "Current File", | ||
"request": "launch", | ||
"mainClass": "${file}" | ||
} | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably an unwanted artifact
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, this is the first contribution I've ever done. Is this bad practice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem, we are here to help! 😍
Removed whitespaces
Great job for your first contribution! |
Thanks! I'll remember that for next time. If there's any other criticism, please let me know.😁 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me. LGTM 👍. The changes need a second review and thus this PR awaits a second review.
Failing unit test is not related to your changes. Fixed by #10086 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for your contribution! A small change with huge impact!
Can you please also add an entry to the Changelog.md ?
I changed it and committed, do I need to make another PR? Or does it automatically merge with this one? |
Just commit and push your commits, the PR will be updated automatically. |
Done. Thank you both for your help and patience. |
After committing the changes, you still have to push the commits to the remote (upstream) repo. 'git push' |
PS: We recommend Intellij for setting up your workspace https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/ |
Thanks again for your contribution! Also make sure to create a new branch the next time, makes it easier |
Fixes #10081 , Updated fxml file in Scenebuilder. Fixed spacing and indentation.
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)