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: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,8 @@ crontab -e
44
44
@reboot python -m leeteasy start 14:30 &
45
45
46
46
```
47
-
## Contribution guideline
47
+
## Contributing
48
48
49
-
If you like this project and want to improve by adding features, fixing bugs or anything, please follow
50
-
the [contributing guidelines](docs/CONTRIBUTING.md).
49
+
We are very happy to see you here. Before sending your pull requests, make sure that you read the whole workflow and the naming conventions mentioned in the [contributing guidelines](docs/CONTRIBUTING.md).
50
+
51
+
If you have any doubts regarding the contributing guidelines, please feel free to [state it clearly in an issue](https://github.com/sudiptob2/leet-easy/issues/new/choose). All the best!
Given below is the general workflow we expect you to follow while making contributions to this project.
2
+
3
+
4
+
### Workflow
5
+
1. Go to the issues tab and find an issue you would like to work on.
6
+
7
+
1.1. Clarify any doubts in the comments section of the issue.
8
+
9
+
2. Fork the project
10
+
11
+
3. Create a branch and make small changes on it.
12
+
13
+
4. Create a **draft PR**
14
+
15
+
5. Then make other changes and push to the remote branch you created. In this way, the maintainers will be able to provide early reviews and comments for your commits which will save time later on.
16
+
17
+
18
+
6. Once the above steps are done, you can change the PR status from **draft to active**
19
+
20
+
21
+
7. Once the PR is approved, make sure to update and sync your branch
22
+
23
+
8. Wait for the maintainers to merge your contribution
24
+
25
+
9. Congratulations! You made your first contribution to Leet Easy
26
+
27
+
<br>
28
+
1
29
### Fixing a bug, or adding a new feature
2
30
3
31
This section generally defines how you can make code contribution. Please follow the below instructions to make code contributions.
4
32
5
-
Code, PR, commit message format, etc convension I follow when I code. Please follow the links below to get details.
33
+
Please follow the links given below to see the code, PR, commit message, etc. conventions which we follow.
6
34
7
-
-[Git branch naming convension](BRANCH-NAMING.md)
35
+
-[Git branch naming convention](BRANCH-NAMING.md)
8
36
9
37
-[Conventional Commits](https://www.conventionalcommits.org/) for commit messages, and [Commit message format](https://gist.github.com/digitaljhelms/3761873) for what to write
10
38
11
39
-[Linking a PR to an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
0 commit comments