Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Leszek186
Copy link

General learning of Java topics

@github-actions github-actions bot added the hacktoberfest Opted for hacktoberfest label Oct 30, 2024
Copy link

👋 @Leszek186
Thank you for raising your pull request.
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.

Copy link
Contributor

@iamwatchdogs iamwatchdogs Oct 31, 2024

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

Comment on lines +1 to +9
/*
* @(#)<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>
*
*/
Copy link
Contributor

@iamwatchdogs iamwatchdogs Oct 31, 2024

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

Suggested change
/*
* @(#)<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
*
*/

@iamwatchdogs
Copy link
Contributor

iamwatchdogs commented Oct 31, 2024

@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.

Translation/Tłumaczenie

@Leszek186, Wygląda na to, że są jakieś problemy z formatowaniem kodu źródłowego. Spróbuj sformatować swój kod. Adnotacje w sekcji Files Changed mogą pomóc Ci przemyśleć problemy z formatowaniem, które musisz rozwiązać, aby zdać egzamin sprawdzanie lintingu. Jeśli nadal potrzebujesz pomocy, możesz zapoznać się z sekcją need-help w workflow results.

Przetłumaczone przez Tłumacz Google

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Opted for hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants