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
{{ message }}
This repository was archived by the owner on Oct 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,3 +57,5 @@ YouTranslate utilizes ElevenLabs' voice cloning API and 'googletrans' python lib
57
57
## :medical_symbol: Contributing
58
58
59
59
Contributions to YouTranslate are welcome! If you find any issues or want to improve the script, feel free to submit a pull request. For major changes or new features, please open an issue first to discuss the proposed changes.
60
+
61
+
For more info, check out [**CONTRIBUTING.md**](./docs/CONTRIBUTING.md)
> If you have any questions on the following information, text me (Adil), I will take you through it.
20
+
21
+
---
7
22
8
23
## ➕ Commits
9
24
First, let's answer the questions **"When do I commit? And how many files do I commit at once?"**
10
25
<br>
11
26
The answer is very simple! Commit anytime you are done with ANY task. **For ex:**
12
27
<br>
13
28
<br>
14
-
Let's say you are adding a login page. That's a big task, so you divide it on small ***sub-tasks***. (Make a login box, make a button, connect firebase, and etc.) Everytime you are done with a subtask, make a commit!
15
-
<br>
16
-
<br>
17
-
**!!ATTENTION!!** Please, don't stage all the files in one commit. Stage only the files that are relevant to the subtask you finished. This is going to be unbelievably helpful down the road.
29
+
Let's say you are adding a login page. That's a big task, so you divide it on small ***sub-tasks***. (Make a login box, make a button, connect firebase, and etc.)
30
+
31
+
Everytime you are done with a subtask, make a commit!
32
+
33
+
> [!WARNING]
34
+
> Please, don't stage all the files in one commit. Stage only the files that are relevant to the subtask you finished.<br>
35
+
> This is going to be unbelievably helpful down the road.
18
36
19
37
### 🗃️ Commit message Structure
20
38
---
@@ -53,7 +71,8 @@ If there is a breaking change, put "BREAKING CHANGE:" in your ***commit body***,
53
71
54
72
## 🌳 Branching
55
73
Try to have 1 branch per 1 issue. When you take up an issue (task) to work on, assign it to yourself on the issue's page, and comment: "@AdiKsOnDev, I am working on this issue."
56
-
<br>
74
+
75
+
57
76
The name of the branch has to be as follows:
58
77
```
59
78
<issue-number>-<branch-name>
@@ -66,6 +85,7 @@ The name of the branch has to be as follows:
66
85
67
86
## Pull Requests (PRs)
68
87
Make a pull request when you are completely done with your issue. Assign me as a reviewer & assignee, as the milestone choose the according milestone.
0 commit comments