TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

Home Page:https://the-algorithms.com/language/javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question]: How can i work on multiple file? do i have to wait for first pr to be merged?

developerr-ayush opened this issue · comments

What would you like to share?

i want to work on multiple files like recently i had enhance a code of a function and also created a new feature so can I upload it on one pr or wait for first pr to be get merged?

Additional information

No response

You should make all your related changes in one PR (rather than opening multiple PRs). Just search for how to make a PR, there's e.g. this guide for beginners and I'm sure you can find many more good guides.