A data structure is a particular way of organizing data in a computer so that it can be used effectively.
Data structure provides the right way to organize information in the digital space. The data structure is a key component of Computer Science and is largely used in the areas of Artificial Intelligence, operating systems, graphics, etc.
- Find the technology you want to contribute to and Fork it
https://github.com/<YourUserName>/Demo-Pull-Request-Repo
- Clone it by using the command:
git clone https://github.com/<YourUserName>/Demo-Pull-Request-Repo
- Make a new branch by using command:
git checkout -b new_branch_for_new_feature
- Create a new remote for upstream repo with the command:
git remote add upstream https://github.com/<YourUserName>/Demo-Pull-Request-Repo
- Make your changes
- Push it back to your repo
- Click the Compare & pull request button
- Click Create pull request to open a new pull request.
- Our team will review and merge your changes into the master branch of this project. You will be notified via E-mail once the changes have been merged.
RULES
- Adhere to the guidelines.
- Contribute by fair means.
- Push the repo and then create a pull request.
- Each PR must be associated with only ONE issue.
- Restrict from spaming
- Create multiple issue request for one issue
- If you are looking for a faster way to open four PR's and win, there is a better way!
- Unethical behaviour of any kind will lead to disqualification.
- You are requested to maintain a helpful environment.