You should add an open source license to your project. Without a valid open source license, your project is, legally speaking, not open source. All rights are reserved to you.
For future projects I recommend to start the development using individual commits in Git/GitHub right from the start instead of committing the whole project in one single commit. This makes it easier for us to evaluate the history of a project and for you to maintain your project.
It seems you have directories/files in your repository that don't really belong there. The directories bin and obj are for files that are generated during the build process. Such files are temporary and should not be version controlled. Read more | .gitignore for Visual Studio
For questions and feedback you can contact us on Discord.
Thank you! Your contribution has been approved now.
I have to point out though, that there are some quality issues with your repository that you should fix before your next contribution.
Read more | .gitignore for Visual Studio
For questions and feedback you can contact us on Discord.
[utopian-moderator]
@mkt Okay, i will try to follow your advice next time :) Thanks!