build/.github/PULL_REQUEST_TEMPLATE.md

11 lines
701 B
Markdown
Raw Permalink Normal View History

2017-01-15 00:48:36 +03:00
Please use the "Preview" tab above to view this message if you are seeing this in the new pull request text box.
2016-12-28 19:48:16 +03:00
2016-12-28 19:45:41 +03:00
Please make sure that:
2018-07-05 10:15:51 +02:00
- pull request is opened to the `master` branch unless you are working on a specfic feature which is developed in a separate branch
2016-12-28 19:45:41 +03:00
- any changes to kernel configuration files were made by Kconfig menu (build script option `KERNEL_CONFIGURE=yes`) and not by editing configuration files by hand,
- patch file names don't contain spaces and have less than 40 characters (not counting the `.patch` extension),
- changes are properly described - what was done exactly and why.
Thanks for contributing! Please remove the text above before opening a pull request.