Regarding PR Request #20
-
Can anyone send some examples of how to contribute ,like previous PR's and how to approach and change some codes on it? |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 6 replies
-
First frok the repo |
Beta Was this translation helpful? Give feedback.
-
https://youtu.be/8lGpZkjnkt4?feature=shared - follow this video if you dont get the paragraph Hope this answered Your question please mark answered if i was able to help. Thank you |
Beta Was this translation helpful? Give feedback.
-
@anki-space First off all run the project on your local machine. Hope you understood. Or ask here. |
Beta Was this translation helpful? Give feedback.
-
For contributing in an open source project or GSSOC 24, You first need to find the relevant click here that matches your tech stack. After that, go to the issue section of the project, check out opened issue or create a new issue if you find any changes required in the project. Connect with project admin or project mentor. Then he/she will assign you the issue.
Hope it helps you!! |
Beta Was this translation helpful? Give feedback.
-
Heyy @anki-space anki-space here are the simple steps you can go for:-
And here you go, hope it helps you! |
Beta Was this translation helpful? Give feedback.
-
Here are the steps to follow for contributing
|
Beta Was this translation helpful? Give feedback.
-
Heyy #anki-space here are the simple steps you can go for:-
And here you go, hope it helps you! |
Beta Was this translation helpful? Give feedback.
-
Check This video: Or you can follow below steps 1.Go to the project's repository on GitHub. 2.Open your terminal or command prompt. 3.Open the project in your preferred code editor. 4.Commit your changes with a message: 5.Submit Pull Request and explain your changes. Hope this will help you |
Beta Was this translation helpful? Give feedback.
-
you can also refer to this link https://guides.github.com/introduction/flow also i read a question stating- |
Beta Was this translation helpful? Give feedback.
-
Step 1. Fork the project. B. Contributing To The Project Step 1. Create a new branch (Do not name it 'main', 'master' or anything random) |
Beta Was this translation helpful? Give feedback.
Step 1. Fork the project.
Step 2. Open Git Bash in the folder where you wish to work on the project in your system and clone your forked copy of the project.
Step 3. Move to the project folder.
Step 4. Add a reference to the original repository.
Step 5. Check the remotes for this repository
Step 5. Check the remotes for this repository
B. Contributing To The Project
Step 1. Create a new branch (Do not name it 'main', 'master' or anything random)
Step 2. Perform your desired changes to the code base.
Step 3. Track your changes.
Step 4. Commit your changes.
Step 5. Push your changes.
Step 6. Go to GitHub. Then, head over to your forked repo and click on "Compare and pull request".