mirror of https://github.com/PCSX2/pcsx2.git
github: Update contributing template to match gs merge.
This commit is contained in:
parent
b52a2f4962
commit
26fdc3ea4b
|
@ -24,7 +24,7 @@ The following is a list of *general* style recommendations that will make review
|
||||||
|
|
||||||
* Commit Messages
|
* Commit Messages
|
||||||
* Please try to prefix your commit message, indicating what area of the project was modified.
|
* Please try to prefix your commit message, indicating what area of the project was modified.
|
||||||
* For example `gsdx: message...`.
|
* For example `gs: message...`.
|
||||||
* Looking at the project's commit history will help with keeping prefixes consistent overtime, *there is no strictly enforced list*.
|
* Looking at the project's commit history will help with keeping prefixes consistent overtime, *there is no strictly enforced list*.
|
||||||
* Try to keep messages brief and informative
|
* Try to keep messages brief and informative
|
||||||
* Remove unnecessary commits and squash commits together when appropriate.
|
* Remove unnecessary commits and squash commits together when appropriate.
|
||||||
|
@ -49,4 +49,4 @@ The following is a list of *general* style recommendations that will make review
|
||||||
|
|
||||||
* [Todo List](https://github.com/PCSX2/pcsx2/wiki/Contributing-\(TODO-List\))
|
* [Todo List](https://github.com/PCSX2/pcsx2/wiki/Contributing-\(TODO-List\))
|
||||||
* [Issues](https://github.com/PCSX2/pcsx2/issues)
|
* [Issues](https://github.com/PCSX2/pcsx2/issues)
|
||||||
* [A collection of ideas to improve GSdx OGL](https://github.com/PCSX2/pcsx2/wiki/Todo-List)
|
* [A collection of ideas to improve GS OGL](https://github.com/PCSX2/pcsx2/wiki/Todo-List)
|
||||||
|
|
Loading…
Reference in New Issue