From 80487a51c48a73da26fd8226acc825e8cd0a4b9c Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 29 Apr 2026 21:31:54 +1000 Subject: [PATCH 1/2] docs(contributing): in-repo guide covering v2 and v3 Replaces the one-line redirect with a brief, self-contained guide that points contributors at the right docs, changelog file, and discussion channel for each track. The wails.io community guide and v3.wails.io contributing page remain the canonical sources of detail; CONTRIBUTING.md is just the in-repo sign-post. Co-Authored-By: Claude Opus 4.7 (1M context) --- CONTRIBUTING.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aa53c412a2d..16116be0598 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,29 @@ -The current Contribution Guidelines can be found at: https://wails.io/community-guide +# Contributing to Wails + +Thanks for your interest in contributing! Wails has two active tracks. Pick the one that matches the change you want to make. + +## v2 (stable) + +- Source: the `v2/` directory on the `master` branch. +- Docs: [wails.io](https://wails.io/). +- Detailed contributor guide: [wails.io/community-guide](https://wails.io/community-guide). +- Changelog: update `website/src/pages/changelog.mdx` under the `[Unreleased]` heading. + +## v3 (alpha) + +- Source: the `v3-alpha` branch (will move to the `v3/` directory on `master` after the v3 → master merge). +- Docs: [v3.wails.io](https://v3.wails.io/). +- Detailed contributor guide: [v3.wails.io/contributing](https://v3.wails.io/contributing/). +- Changelog: update `v3/UNRELEASED_CHANGELOG.md`. +- **Enhancements require prior discussion** on [Discord](https://discord.gg/JDdSxwjhGf) — see the [feedback guide](https://v3.wails.io/getting-started/feedback/). + +## Pull request checklist + +- One feature or fix per PR. +- Update the relevant changelog file (see above). +- Follow the existing coding style in the area you're touching. +- Add tests where it makes sense. + +## Code of conduct + +By participating in this project you agree to abide by the [Code of Conduct](CODE_OF_CONDUCT.md). From 361fcc2183af04e187810798c9afc8667be9c6a0 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 29 Apr 2026 21:55:24 +1000 Subject: [PATCH 2/2] fix --- CONTRIBUTING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16116be0598..4cc9f64ec02 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Thanks for your interest in contributing! Wails has two active tracks. Pick the ## v3 (alpha) -- Source: the `v3-alpha` branch (will move to the `v3/` directory on `master` after the v3 → master merge). +- Source: the `v3/` directory on tthe `master` branch. - Docs: [v3.wails.io](https://v3.wails.io/). - Detailed contributor guide: [v3.wails.io/contributing](https://v3.wails.io/contributing/). - Changelog: update `v3/UNRELEASED_CHANGELOG.md`. @@ -23,7 +23,3 @@ Thanks for your interest in contributing! Wails has two active tracks. Pick the - Update the relevant changelog file (see above). - Follow the existing coding style in the area you're touching. - Add tests where it makes sense. - -## Code of conduct - -By participating in this project you agree to abide by the [Code of Conduct](CODE_OF_CONDUCT.md).