From 95b794744b4edd6e32eefc97998ec6aa041c5275 Mon Sep 17 00:00:00 2001 From: llzmb <46303940+llzmb@users.noreply.github.com> Date: Thu, 12 Aug 2021 23:06:34 +0200 Subject: Edit README.md Changes: - Move advanced content to docs/. - Add links. - Fix links. - Restructure content. --- docs/branches.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/branches.md (limited to 'docs/branches.md') 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 -- cgit v1.2.3 From 0c1dcadfb4b807d5968f672f288b5d38e840e4cc Mon Sep 17 00:00:00 2001 From: llzmb <46303940+llzmb@users.noreply.github.com> Date: Sun, 15 Aug 2021 22:00:34 +0200 Subject: Update branches.md --- docs/branches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/branches.md') diff --git a/docs/branches.md b/docs/branches.md index d191c4f6..1e4ebbb2 100644 --- a/docs/branches.md +++ b/docs/branches.md @@ -7,4 +7,4 @@ The following branches exist: * [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 +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 -- cgit v1.2.3