Files
tldr/.github/PULL_REQUEST_TEMPLATE.md
Waldir Pimenta fd53de30aa PULL_REQUEST_TEMPLATE: add a line above the text (#1451)
This allows a clear separation when the submitter has written an extended commit message (or will write a detailed pull request body).
2017-08-22 16:35:51 -01:00

788 B

- [ ] The page (if new), does not already exist in the repo. - [ ] The page (if new), has been added to the correct platform folder:
common/ if it's common to all platforms, linux/ if it's Linux-specific, and so on. - [ ] The page has 8 or fewer examples. - [ ] The PR is appropriately titled:
"command: add page" for new pages, or "command: description of changes" for pages being edited - [ ] The page follows the contributing guidelines