Bug: The folder won't create if try to create it twice using "/" from the UI #152659
Replies: 3 comments
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
Welcome to the GitHub Community, @JunaidMancheri, we're happy you're here! You are more likely to get a useful response if you are posting your question in the applicable category and are explicit about what your project entails--giving a few more details might help someone give you a nudge in the right direction. I've gone ahead and moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
In a repository, we can add new files. Likewise we can also add new folders, by giving "/" splitted sections.
Eg. if we want to create a file "mergeSort.js", "sorting/mergeSort.js" will create the folder "sorting" and the file inside it.
If we write "sorting" and put a "/" for the first time it will create a folder, but then if we backspace the slash, it will clear the folder and again if we tried to use the "/", it is not creating the folder this time.
Steps to reproduce:
Beta Was this translation helpful? Give feedback.
All reactions