aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorJoe Ludwig <[email protected]>2013-07-05 12:50:09 -0700
committerJoe Ludwig <[email protected]>2013-07-05 12:50:09 -0700
commitc4ffd479369a651c3414b6d7742f382b3b6ae0bd (patch)
tree53469eeabcb11767c0231a7f52186a5dae7c50bd /CONTRIBUTING
parentUpdated the libs. Updated vpc_* to include support for $Conditional in .vgc f... (diff)
downloadsource-sdk-2013-c4ffd479369a651c3414b6d7742f382b3b6ae0bd.tar.xz
source-sdk-2013-c4ffd479369a651c3414b6d7742f382b3b6ae0bd.zip
Added some more files to .gitignore. Added technical guidelines for pull requests to CONTRIBUTING
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING10
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 733443d4..d281914c 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -20,3 +20,13 @@ explicitly identifying it as sourced from a third party, stating the details
of its origin, and informing Valve of any license or other restriction of
which you are personally aware.
+
+Technical Guidelines for Contributions:
+
+* Please keep your pull requests as granular as possible. Including two or three unrelated things in a single pull request just makes it less likely that the uber-request will be accepted. Two small pull requests are usually bettern than one large pull request.
+* If you are including a pull request with warning fixes, please include the following information about the warning:
+ . The OS and version you are building on
+ . The Compiler and version you are using
+ . The text of the warning (or group of warnings) itself
+
+