docs: Revise Contributing article.

Clarify some language and make more easily translatable, add link to Understanding the GitHub Flow.
This commit is contained in:
Bradley Sepos 2018-08-14 16:10:16 -04:00
parent 8586984db5
commit 8cf1ac63dd
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7
2 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ First and foremost, familiarize yourself with the project's [Code of Conduct](ht
## Communication
Please ask the HandBrake Team via one of the [Community Support](../help/community-support.html) channels before adding major features or making other sweeping changes.
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.
*Failure to communicate what you are working on may lead to duplicated efforts or rejection of your contributions.*
@ -34,11 +34,11 @@ Please ask the HandBrake Team via one of the [Community Support](../help/communi
HandBrake's user interface is constantly evolving. Special care and expertise are required to enhance usability while retaining and expanding its many professional features. Icons and other graphic assets are also needed from time to time, as user interface updates and modernization dictate.
The HandBrake Team welcomes contributions from user interface and graphic designers. Please introduce yourself via one of the [Community Support](../help/community-support.html) channels and someone will be glad to share what others are currently working on, and discuss your interests and how you can help.
The HandBrake Team welcomes contributions from user interface and graphic designers. Please introduce yourself via one of the [Community Support](../help/community-support.html) channels and someone will be glad to discuss what others are currently working on, your interests, and how you can help.
### Code
Developers wanting to contribute code should check out the [HandBrake source code on GitHub](https://github.com/HandBrake/HandBrake) and a create pull request on GitHub for each contribution.
Developers wanting to contribute code should check out the [HandBrake source code on GitHub](https://github.com/HandBrake/HandBrake) and a create pull request on GitHub for each contribution. For more on this workflow, read [Understanding the GitHub Flow](https://guides.github.com/introduction/flow/).
[Open issues](https://github.com/HandBrake/HandBrake/issues) are good candidates for learning and fixing various parts of the code base.

View File

@ -24,7 +24,7 @@ First and foremost, familiarize yourself with the project's [Code of Conduct](ht
## Communication
Please ask the HandBrake Team via one of the [Community Support](../help/community-support.html) channels before adding major features or making other sweeping changes.
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.
*Failure to communicate what you are working on may lead to duplicated efforts or rejection of your contributions.*
@ -34,11 +34,11 @@ Please ask the HandBrake Team via one of the [Community Support](../help/communi
HandBrake's user interface is constantly evolving. Special care and expertise are required to enhance usability while retaining and expanding its many professional features. Icons and other graphic assets are also needed from time to time, as user interface updates and modernization dictate.
The HandBrake Team welcomes contributions from user interface and graphic designers. Please introduce yourself via one of the [Community Support](../help/community-support.html) channels and someone will be glad to share what others are currently working on, and discuss your interests and how you can help.
The HandBrake Team welcomes contributions from user interface and graphic designers. Please introduce yourself via one of the [Community Support](../help/community-support.html) channels and someone will be glad to discuss what others are currently working on, your interests, and how you can help.
### Code
Developers wanting to contribute code should check out the [HandBrake source code on GitHub](https://github.com/HandBrake/HandBrake) and a create pull request on GitHub for each contribution.
Developers wanting to contribute code should check out the [HandBrake source code on GitHub](https://github.com/HandBrake/HandBrake) and a create pull request on GitHub for each contribution. For more on this workflow, read [Understanding the GitHub Flow](https://guides.github.com/introduction/flow/).
[Open issues](https://github.com/HandBrake/HandBrake/issues) are good candidates for learning and fixing various parts of the code base.