about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-28 13:29:50 +0200
committervan Hauser <vh@thc.org>2020-07-28 13:29:50 +0200
commitb3f5b566b0d22b3addd7cf96fbffbbaf9757687d (patch)
treeb1706bbe854176adaac3f7cf5ae5d93a78978d58
parent0b3332d579ea50b7779295d8827c075ebd4f6b82 (diff)
downloadafl++-b3f5b566b0d22b3addd7cf96fbffbbaf9757687d.tar.gz
update contribute doc
-rw-r--r--CONTRIBUTING.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 90049432..ccacef5f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,5 +1,7 @@
 # How to submit a Pull Request to AFLplusplus
 
+All contributions (pull requests) must be made against our `dev` branch.
+
 Each modified source file, before merging, must be formatted.
 
 ```
@@ -18,5 +20,5 @@ No camel case at all and use the AFL's macros wherever possible
 (e.g. WARNF, FATAL, MAP_SIZE, ...).
 
 Remember that AFLplusplus has to build and run on many platforms, so
-generalize your Makefiles (or your patches to our pre-existing Makefiles)
-to be as much generic as possible.
+generalize your Makefiles/GNUmakefile (or your patches to our pre-existing
+Makefiles) to be as much generic as possible.