summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDzmitry Malyshau <dmalyshau@mozilla.com>2018-03-02 14:22:25 -0500
committerAlexander Galazin <Alexander.Galazin@arm.com>2018-04-19 04:49:23 -0400
commit23c702dc549dcab1fa5fb6c798b686656f92bc9c (patch)
tree1d775406151c4d66cf9bc723eda1bc41f932b60a
parentecc9de94efa4fe3a86c13a37c2bdf61e4540b833 (diff)
downloadVK-GL-CTS-23c702dc549dcab1fa5fb6c798b686656f92bc9c.tar.gz
VK-GL-CTS-23c702dc549dcab1fa5fb6c798b686656f92bc9c.tar.bz2
VK-GL-CTS-23c702dc549dcab1fa5fb6c798b686656f92bc9c.zip
Add CONTRIBUTING.md for Github
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
-rw-r--r--.github/CONTRIBUTING.md3
-rw-r--r--.gitignore1
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
new file mode 100644
index 000000000..c4437611f
--- /dev/null
+++ b/.github/CONTRIBUTING.md
@@ -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.
diff --git a/.gitignore b/.gitignore
index 88d3be80d..0af2adc72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
!.gitignore
!.editorconfig
!.travis.yml
+!.github