Create-Pull-Request.md
July 16, 2019 ยท View on GitHub
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
crlfor\r\neols 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:
- :performing_arts: How to leave feedback or bug report