Browse Source

Simplify PR template and add text to README.md

Scott Dodson 6 years ago
parent
commit
973297f7a2
2 changed files with 12 additions and 24 deletions
  1. 4 24
      .github/PULL_REQUEST_TEMPLATE.md
  2. 8 0
      README.md

+ 4 - 24
.github/PULL_REQUEST_TEMPLATE.md

@@ -1,26 +1,6 @@
-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
+NOTICE
 ======
-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.
-
-
 
+Master branch is closed! A major refactor is ongoing in devel-40.
+Changes for 3.x should be made directly to the latest release branch they're
+relevant to and backported from there.

+ 8 - 0
README.md

@@ -2,6 +2,14 @@
 [![Build Status](https://travis-ci.org/openshift/openshift-ansible.svg?branch=master)](https://travis-ci.org/openshift/openshift-ansible)
 [![Coverage Status](https://coveralls.io/repos/github/openshift/openshift-ansible/badge.svg?branch=master)](https://coveralls.io/github/openshift/openshift-ansible?branch=master)
 
+NOTICE
+======
+
+Master branch is closed! A major refactor is ongoing in devel-40.
+Changes for 3.x should be made directly to the latest release branch they're
+relevant to and backported from there.
+
+
 # OpenShift Ansible
 
 This repository contains [Ansible](https://www.ansible.com/) roles and