From abb944a64d1fd3fbcf08c9114d230f7b6c4e56f4 Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Fri, 25 Jul 2014 14:33:51 -0700 Subject: [PATCH] Remove wiki template The wiki template has confused authors with regards to which template they should use to author a new note. Since the source repository only contains notes in the "email" template format, we should only contain that template here. The wiki conversion can be described on the OSSN process page instead. Change-Id: I4a13ef98bcbcc8a49f14bf30096fb19b0afc8082 --- templates/email-template.txt => template.txt | 0 templates/wiki-template.txt | 26 -------------------- 2 files changed, 26 deletions(-) rename templates/email-template.txt => template.txt (100%) delete mode 100644 templates/wiki-template.txt diff --git a/templates/email-template.txt b/template.txt similarity index 100% rename from templates/email-template.txt rename to template.txt diff --git a/templates/wiki-template.txt b/templates/wiki-template.txt deleted file mode 100644 index c7c88a6..0000000 --- a/templates/wiki-template.txt +++ /dev/null @@ -1,26 +0,0 @@ -__NOTOC__ -== Title (single sentence) == - -=== Summary === -A few sentences describing the issue at a high level. - -=== Affected Services / Software === -A comma separated list of affected services and OpenStack releases. - -=== Discussion === -A detailed discussion of the problem. This should have enough detail -that the person reading can determine if their deployment is affected, -when the problem was introduced, and what types of attacks/problems that -an affected deployment would be exposed to. - -=== Recommended Actions === -A detailed description of what can be done to remediate the problem (if -possible). If the recommendation involves configuration changes, -example snippets of configuration files should be included here. - -=== Contacts / References === -* This OSSN : -* Original LaunchPad Bug : -* OpenStack Security ML : openstack-security@lists.openstack.org -* OpenStack Security Group : https://launchpad.net/~openstack-ossg -* CVE: