about summary refs log tree commit diff
path: root/docs/branches.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-09-09 15:41:05 +0200
committerGitHub <noreply@github.com>2021-09-09 15:41:05 +0200
commita6c1c24d8e0f013bd56143abcabb5924d12bf4cb (patch)
tree3d1e4f385df8eabd8012cef91470118b7a062e5f /docs/branches.md
parent8af84c203cfe241b5a8321c62387fd107ebf1031 (diff)
parent1a13ae9a98cc016ab12ce701946b53723eaa7e8e (diff)
downloadafl++-a6c1c24d8e0f013bd56143abcabb5924d12bf4cb.tar.gz
Merge pull request #1081 from llzmb/docs_edit_readme_move_content_to_docs
Edit README.md and move content to docs/
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..1e4ebbb2
--- /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++](behaviour_changes.md).
\ No newline at end of file