-
Notifications
You must be signed in to change notification settings - Fork 6
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
Nowa klasa Main #6
base: main
Are you sure you want to change the base?
Conversation
👋 @Leszek186 |
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.
Hi @Leszek186, I went thought your files and I found that you're placing your project/source-code file right on the root directory/folder i.e., src/Main.java
.
You have to place all of your project-files/source-code within a directory/folder that describes your work such as Task-management-application/src/Main.java
.
Please place all your project-files/source-code as mentioned in the CONTRIBUTING.md.
Translation/Tłumaczenie
Cześć @Leszek186, przejrzałem Twoje pliki i odkryłem, że umieszczasz plik projektu/kodu źródłowego bezpośrednio w katalogu/folderze głównym, tj.
src/Main.java
.Musisz umieścić wszystkie pliki projektu/kod-źródłowy w katalogu/folderze opisującym twoją pracę, np.
Task-management-application/src/Main.java
.Umieść wszystkie pliki projektu/kod źródłowy zgodnie z opisem w CONTRIBUTING.md.
Treść jest tłumaczona przez tłumacz Google
/* | ||
* @(#)<main.Java.java <project-version> <2024/10/30> | ||
* | ||
* <Task management application> | ||
* | ||
* Built using <IntelliJ> IDE Version: <2023.2.5> | ||
* OpenJDK Runtime Environment <OpenJDK>-<17.0.9> | ||
* | ||
*/ |
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.
I believe there's been an misunderstanding of the comments specified in the CONTRIBUTING.md. But you did a great job in write as recommended way. Here's are the few suggested changes that you need to make to make this alright.
Translation/Tłumaczenie
Uważam, że doszło do nieporozumienia w komentarzach podanych w pliku CONTRIBUTING.md. Ale wykonałeś świetną robotę, pisząc zgodnie z zaleceniami. Oto kilka sugerowanych zmian, które musisz wprowadzić, aby wszystko było w porządku.
Przetłumaczone przez Tłumacz Google
/* | |
* @(#)<main.Java.java <project-version> <2024/10/30> | |
* | |
* <Task management application> | |
* | |
* Built using <IntelliJ> IDE Version: <2023.2.5> | |
* OpenJDK Runtime Environment <OpenJDK>-<17.0.9> | |
* | |
*/ | |
/* | |
* @(#)Main.java 1.0.0 2024/10/30 | |
* | |
* Task management application | |
* | |
* Built using IntelliJ IDE Version: 2023.2.5 | |
* OpenJDK Runtime Environment OpenJDK-17.0.9 | |
* | |
*/ |
@Leszek186, It's seem like there are some formatting issue with your source-code. Please try to format your code people. The annotations within the Files Changed section can help you guide thought the formatting issues you need to resolve to pass the linting checks. If you still need any help you can checkout the need-help section within the workflow results.
|
General learning of Java topics