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
The best way to propose a change is to start a [discussion](https://github.com/CodeChefVIT/papers-codechef/discussions) on our CodeChefVIT GitHub repository. Begin by creating a new issue, write a brief problem statement that clearly explains the issue you want to address, without tying it to any specific solution. It doesn’t need to be long or formal; just provide enough context to clearly understand the problem before discussing possible solutions.
13
+
The best way to propose a change is to start a [discussion](https://github.com/CodeChefVIT/papers-codechef/discussions) on our CodeChefVIT GitHub repository. Begin by creating a new discussion, write a brief problem statement that clearly explains the issue you want to address, without tying it to any specific solution. It doesn’t need to be long or formal; just provide enough context to clearly understand the problem before discussing possible solutions.
14
14
15
15
---
16
16
### Cloning the repository
17
-
-**Fork** the repository.
18
-
-**Clone** the repository. All the PRs would be made from this clone.
17
+
-**Fork** the repository. All the PRs would be made from this fork.
18
+
-**Clone** the repository.
19
19
20
20
### Set Up Your Local Environment
21
21
@@ -51,14 +51,14 @@ Once your environment is set up, you're ready to start coding.
51
51
52
52
---
53
53
54
-
###Submit a Pull Request
54
+
## Submit a Pull Request
55
55
56
56
-**Open a Pull Request:** On the forked repository, open a pull request and set the **base branch** to `staging` to submit your changes for review.
57
57
-**Request a review:** Wait for a organization member to review your PR. Any new changes you push to your branch will be automatically attached to the PR.
58
58
59
59
---
60
60
61
-
## Mandatory PR contents
61
+
###Mandatory PR contents
62
62
63
63
Please ensure that any Pull Request you make contains these things -
64
64
@@ -73,7 +73,7 @@ Please ensure that any Pull Request you make contains these things -
73
73
74
74
**Note:** Trivial tab-completion (like single keywords or short phrases) does not need to be disclosed.
75
75
76
-
## Tips to improve the chances of your PR getting reviewed and merged
76
+
###Tips to improve the chances of your PR getting reviewed and merged
77
77
78
78
- Small, focused & incremental pull requests are much easier to review.
79
79
- Spend time explaining your changes in the pull request body.
0 commit comments