From 093d3b76d98e8cfd2bdfa25cfe513facda537a48 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Mon, 14 Oct 2019 13:11:44 +0200 Subject: [PATCH] PULL_REQUEST_TEMPLATE: change order of titles (#13174) --- PULL_REQUEST_TEMPLATE.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 9a32d9f52c..47ecbb7c17 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,16 +1,17 @@ Please use [PX4 Discuss](http://discuss.px4.io/) or [Slack](http://slack.px4.io/) to align on pull requests if necessary. You can then open draft pull requests to get early feedback. -**Describe problem solved by the proposed pull request** -A clear and concise description of the problem this proposed change will solve. E.g. For this use case I ran into... +**Describe problem solved by this pull request** +A clear and concise description of the problem this proposed change will solve. +E.g. For this use case I ran into... -**Test data / coverage** -How was it tested? What cases were covered? Logs uploaded to https://review.px4.io/ and screenshots of the important plot parts. - -**Describe your preferred solution** +**Describe your 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. +**Test data / coverage** +How was it tested? What cases were covered? Logs uploaded to https://review.px4.io/ and screenshots of the important plot parts. + **Additional context** Add any other related context or media.