← Prev in month ← Prev in thread

[PATCH] github: PULL_REQUEST_TEMPLATE.md

From
Michael S. Tsirkin <>
Date
2018-03-14T03:32:17+00:00
ID
Thread
[PATCH] github: PULL_REQUEST_TEMPLATE.md
Document that we don't accept pull requests at this point.

Signed-off-by: Michael S. Tsirkin <>
---
 .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 .github/PULL_REQUEST_TEMPLATE.md

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..69d41fc
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,10 @@
+# Thanks for proposing a change to the Virtual I/O Device (VIRTIO) specification!
+The VIRTIO TC is not yet accepting pull requests at this time as they are not
+integrated with our voting system.
+
+Instead, please
+- [] Propose the spec change (preferably as a patch) on the [mailing list](https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio#feedback).
+- [] Open an [issue](https://github.com/oasis-tcs/virtio-spec/issues),
+     including the link to the proposal in the [mailing list archives](https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio#feedback).
+
+The TC will vote and apply the change.
-- 
MST
← Prev in month ← Prev in thread