You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,27 @@ You can either ask a board member to assign you an existing issue or create a ne
16
16
To start working, you need to create your own copy of the repository.
17
17
18
18
-**Fork the repo:** Navigate to `https://github.com/CodeChefVIT/papers-codechef` and click the "Fork" button to create a copy of the repository on your account. This allows you to freely experiment with changes without affecting the original project.
-**Clone the repo:** Copy the URL of your fork to your clipboard.
28
37
-**Run `git clone {url}`:** This command will clone the repository. You can use either **HTTPS** (less secure, easier) or **SSH** (more secure, needs a `.ssh` file setup). If you're unsure which method to use, ask a board member for help.
29
-
-**Sync your fork:** Before you start, make sure your fork is up to date with the original `CodeChefVIT` repository.
@@ -66,5 +79,11 @@ Once your environment is set up, you're ready to start coding.
66
79
### **6. Submit a Pull Request**
67
80
68
81
-**Open a Pull Request:** On your GitHub page for the forked repository, you will see a button to "Open pull request" since your branch is ahead of the upstream. Click this to begin the process.
-**Request a review:** After creating the pull request, direct message a board member to review your PR. Any new changes you push to your branch will be automatically attached to the pull request.
0 commit comments