Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 725 Bytes

Create-Pull-Request.md

File metadata and controls

19 lines (11 loc) · 725 Bytes

How to contribute a Pull Request (PR or patch)

Use pre-defined templates

When you create new PR, GitHub proposes a template (constructed by our team). Please fill all required marks and check boxes. Most (if not all) Greentea repos provide those templates.

Try to not move or rename files and folders

This breaks existing PRs from other contributors and mostly unnecessary.

End-of-lines or EOLs

  • Finish every file with empty line
  • Use crlf or \r\n eols for new files, and keep eols of existing ones unchanged
  • If you will change eol format of existing file it will look messed up in git (and rejected)

See also: