Skip to content

Commit

Permalink
Merge pull request openshift#10494 from sdodson/pr-template
Browse files Browse the repository at this point in the history
Add pull request template
  • Loading branch information
sdodson authored Nov 8, 2018
2 parents 9aa63b8 + 8e69711 commit 702347e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
TEMPLATE
========
The pull request title should be one line summary that completes the sentence
"If merged, this change will ..."

PR Description should explain why the change is necessary and reasoning
behind the chosen implementation. If this is a backport please include a
link to the upstream PR. If this is related to a bugzilla please include a
link to the bugzilla.

Update the description throughout the life of the pull request so that it
is accurate at all times.


MASTER is 4.0
======
There is a branch for each major release, ex: release-3.11, release-3.10.
The master branch tracks the current development work. At this time that
is 4.x. Due to the scope of the changes involved in 4.0 it is likely that
any change targetting 3.x will not be relevant to the master branch.

PRs for 3.x releases should be opened directly against the latest release
that they are relevant to and then backported once accepted.



0 comments on commit 702347e

Please sign in to comment.