Add CONTRIBUTING.md for Github
authorDzmitry Malyshau <dmalyshau@mozilla.com>
Fri, 2 Mar 2018 19:22:25 +0000 (14:22 -0500)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 19 Apr 2018 08:49:23 +0000 (04:49 -0400)
Developers used to Github workflow may be tempted to make a PR change,
and it's important to point them to the guidelines as early as possible
in order to avoid the bounced response.
The message they'll see will look like this:
https://help.github.com/articles/setting-guidelines-for-repository-contributors/

Affects: users making Pull Requests on Github.

Components: none

Change-Id: I5921bb4ae4cb8a28f889f3f20c134ca82784c3f2

.github/CONTRIBUTING.md [new file with mode: 0644]
.gitignore

diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
new file mode 100644 (file)
index 0000000..c443761
--- /dev/null
@@ -0,0 +1,3 @@
+Please make sure to follow the [Contributing wiki](https://github.com/KhronosGroup/VK-GL-CTS/wiki/Contributing) instructions.
+
+Note to Khronos members: please submit patches through [Khronos Gerrit](https://gerrit.khronos.org/#/dashboard/self). Github pull requests are for general public only.
index 88d3be8..0af2adc 100644 (file)
@@ -6,3 +6,4 @@
 !.gitignore
 !.editorconfig
 !.travis.yml
+!.github