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: source/docs/en/latest/contributing/contribute.markdown
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,15 @@ HandBrake is an open source project created and maintained by the HandBrake Team
20
20
21
21
## Conduct
22
22
23
-
24
23
First and foremost, familiarize yourself with the project's [Code of Conduct](https://github.com/HandBrake/HandBrake/blob/master/CODE_OF_CONDUCT.md). The HandBrake Team expects all contributors to conduct themselves accordingly.
25
24
26
25
## Communication
27
26
28
-
Please ask the HandBrake Team via one of the [Community Support](../help/community-support.html) channels before adding major features or making other broad changes.
27
+
Please ask the HandBrake Team via one of the [Community Support](../help/community-support.html) channels before making changes as this will increase the likely hood of a change being accepted.
29
28
30
29
*Failure to communicate what you are working on may lead to duplicated efforts or rejection of your contributions.*
31
30
31
+
32
32
## Ways to contribute
33
33
34
34
### User interface and graphics
@@ -41,7 +41,14 @@ The HandBrake Team welcomes contributions from user interface and graphic design
41
41
42
42
Developers wanting to contribute code should check out the [HandBrake source code on GitHub](https://github.com/HandBrake/HandBrake) and create a pull request on GitHub for each contribution. For more on this workflow, read [Understanding the GitHub Flow](https://guides.github.com/introduction/flow/).
43
43
44
-
[Open issues](https://github.com/HandBrake/HandBrake/issues) are good candidates for learning and fixing various parts of the code base.
44
+
[Open issues](https://github.com/HandBrake/HandBrake/issues) are good candidates for learning and fixing various parts of the code base. Please introduce yourself on an issue if you wish to work on it.
45
+
46
+
Please be aware, the developers that work on the HandBrake project are volunteers. As such, it is not always possible to provide timely feedback or mentoring.
47
+
48
+
If AI is used in the process of making a change, it must be disclosed in the Pull Request.
49
+
50
+
Pull Requests may be rejected without further information if the change is not suitable for the project. For example, issues with: Code Quality / Style, Design, Security Issues, Inappropriate use of AI, Licenses / Copyright etc.
51
+
45
52
46
53
### Documentation
47
54
@@ -56,3 +63,5 @@ HandBrake is written and maintained in English, and translated into multiple int
56
63
To view and contribute translations of the user interface strings in HandBrake, visit [HandBrake on Transifex](https://www.transifex.com/HandBrakeProject/public/).
57
64
58
65
If you would like to contribute a translation of the HandBrake Documentation, please base it on the English documentation and submit a pull request to [HandBrake Documentation on GitHub](https://github.com/HandBrake/HandBrake-docs).
66
+
67
+
Use of AI services to translate HandBrake is not permitted.
0 commit comments