about summary refs log tree commit diff
path: root/docs/branches.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-08-12 23:06:34 +0200
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-08-12 23:06:34 +0200
commit95b794744b4edd6e32eefc97998ec6aa041c5275 (patch)
tree3980caae2ec718d952ad5dce6be0a58551063af1 /docs/branches.md
parentb8fd0a1463fe5805d22f323777b65b7b2e2fcf46 (diff)
downloadafl++-95b794744b4edd6e32eefc97998ec6aa041c5275.tar.gz
Edit README.md
Changes:
- Move advanced content to docs/.
- Add links.
- Fix links.
- Restructure content.
Diffstat (limited to 'docs/branches.md')
-rw-r--r--docs/branches.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/branches.md b/docs/branches.md
new file mode 100644
index 00000000..d191c4f6
--- /dev/null
+++ b/docs/branches.md
@@ -0,0 +1,10 @@
+# Branches
+
+The following branches exist:
+
+* [release](https://github.com/AFLplusplus/AFLplusplus/tree/release): the latest release
+* [stable/trunk](https://github.com/AFLplusplus/AFLplusplus/): stable state of AFL++ - it is synced from dev from time to time when we are satisfied with its stability
+* [dev](https://github.com/AFLplusplus/AFLplusplus/tree/dev): development state of AFL++ - bleeding edge and you might catch a checkout which does not compile or has a bug. *We only accept PRs in dev!!*
+* (any other): experimental branches to work on specific features or testing new functionality or changes.
+
+For releases, please see the [Releases](https://github.com/AFLplusplus/AFLplusplus/releases) tab. Also take a look at the list of [major behaviour changes in AFL++](docs/behaviour_changes.md).
\ No newline at end of file