From 84770f195ddf92a70fedd4b530f13f57adfec72c Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 8 Jul 2018 23:19:24 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..3e1fa64b84 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +Please use [PX4 Discuss](http://discuss.px4.io/) or [Slack](http://slack.px4.io/) to align on pull requests if necessary. + +**Test data / coverage** +Logs uploaded to http://logs.px4.io or screenshots. + +**Describe problem solved by the proposed pull request** +A clear and concise description of the problem, if any, this feature will solve. E.g. I'm always frustrated when ... + +**Describe your preferred solution** +A clear and concise description of what you have implemented. + +**Describe possible alternatives** +A clear and concise description of alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots for the feature request here.