From 7b3187e4cfc9a8c15de45b9245c6fe6f5b0e1660 Mon Sep 17 00:00:00 2001 From: Pedro Bilro Date: Wed, 8 Apr 2026 11:01:07 +0100 Subject: [PATCH 1/2] docs: Update Contributing guide branches --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 78aabc7825..1a9c67cca0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,8 +73,10 @@ On web, this means do not add any third party libraries such as Firebase or Loda ### Branches -* [`main`](https://github.com/ionic-team/capacitor/tree/main): Latest Capacitor development branch -* [`6.x`](https://github.com/ionic-team/capacitor/tree/6.x): Capacitor 6 +* [`main`](https://github.com/ionic-team/capacitor/tree/main): Latest Stable Capacitor branch. In general PRs containing bugfixes and non-breaking features should be pointed to `main`. +* [`next`](https://github.com/ionic-team/capacitor/tree/next): Future major version functionality. Any PRs that contain breaking changes should be pointed to `next`. +* [`7.x`](https://github.com/ionic-team/capacitor/tree/7.x): Capacitor 7 +* [`6.x`](https://github.com/ionic-team/capacitor/tree/6.x): Capacitor 6 (not maintained) * [`5.x`](https://github.com/ionic-team/capacitor/tree/5.x): Capacitor 5 (not maintained) * [`4.x`](https://github.com/ionic-team/capacitor/tree/4.x): Capacitor 4 (not maintained) * [`3.x`](https://github.com/ionic-team/capacitor/tree/3.x): Capacitor 3 (not maintained) From 6ec68ca70687c91a864686f8d88356627489b4c2 Mon Sep 17 00:00:00 2001 From: Pedro Bilro Date: Wed, 8 Apr 2026 11:01:22 +0100 Subject: [PATCH 2/2] chore: fix capitalization --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a9c67cca0..d5646d6abc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,7 +73,7 @@ On web, this means do not add any third party libraries such as Firebase or Loda ### Branches -* [`main`](https://github.com/ionic-team/capacitor/tree/main): Latest Stable Capacitor branch. In general PRs containing bugfixes and non-breaking features should be pointed to `main`. +* [`main`](https://github.com/ionic-team/capacitor/tree/main): Latest stable Capacitor branch. In general PRs containing bugfixes and non-breaking features should be pointed to `main`. * [`next`](https://github.com/ionic-team/capacitor/tree/next): Future major version functionality. Any PRs that contain breaking changes should be pointed to `next`. * [`7.x`](https://github.com/ionic-team/capacitor/tree/7.x): Capacitor 7 * [`6.x`](https://github.com/ionic-team/capacitor/tree/6.x): Capacitor 6 (not maintained)