TrustedUser
2,147
edits
(→Code statistics: update link to ohloh/openhub) |
(→Getting started: Add link to bug tracker) |
||
Line 10: | Line 10: | ||
* Before you write/submit code, '''you must read''' our [[Code Formatting Conventions]].<br>Patches which do not follow them will be rejected or at least delayed until they are cleaned up to comply to them. | * Before you write/submit code, '''you must read''' our [[Code Formatting Conventions]].<br>Patches which do not follow them will be rejected or at least delayed until they are cleaned up to comply to them. | ||
* Also, you should read and respect the general [[Coding Conventions]]. | * Also, you should read and respect the general [[Coding Conventions]]. | ||
* Our [https://bugs.scummvm.org bug tracker] might provide some easy tasks to start with and familiarise yourself with the ScummVM code base. | |||
* If you have write (push) access to our repository, you are expected to have read and to comply with our [[Commit Guidelines]].<br>Also, please read the tips for using Git here: [[Git tips]].<br>In particular, note the use of feature branches, when working on refactoring or other large connected changes, rather than committing directly to scummvm/master. | * If you have write (push) access to our repository, you are expected to have read and to comply with our [[Commit Guidelines]].<br>Also, please read the tips for using Git here: [[Git tips]].<br>In particular, note the use of feature branches, when working on refactoring or other large connected changes, rather than committing directly to scummvm/master. | ||
* If you do not have write (push) access to our repository, you should submit your contributions by one of the following methods: | * If you do not have write (push) access to our repository, you should submit your contributions by one of the following methods: |