aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2021-01-04 09:15:43 -0500
committerDrew DeVault <sir@cmpwn.com>2021-01-04 09:18:13 -0500
commitfc1148da7f9c7bfc81f29e2b8304ae4e1592d95d (patch)
tree943eb237a3d916b07bd37b298af7bae5760b34bc /CONTRIBUTING.md
parentd1bf3b8a86102d26c4c352926723db3d5c516a4b (diff)
CONTRIBUTING.md: Add note on sway's scope
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 031f51f5..c17afdda 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,6 +8,15 @@ irc.freenode.net upfront and discuss your plans.
Note: rules are made to be broken. Adjust or ignore any/all of these as you see
fit, but be prepared to justify it to your peers.
+## Scope of future changes to sway
+
+**Important**: Sway has completed its core value proposition: it is a fully
+featured Wayland-compatible replacement for i3. It is not our intention to
+expand on the scope of what i3 aims to accomplish. Our priorities now are
+increasing the stability, reliability, and performance of sway within its
+current scope. For this reason, most new window management feature requests are
+not accepted, even if accompanied by a patch.
+
## Pull Requests
If you already have your own pull request habits, feel free to use them. If you