aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2021-01-04 09:15:43 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2021-01-04 09:18:13 -0500
commitfc1148da7f9c7bfc81f29e2b8304ae4e1592d95d (patch)
tree943eb237a3d916b07bd37b298af7bae5760b34bc
parentcmd_move: update container representation in sibling swaps (diff)
downloadsway-fc1148da7f9c7bfc81f29e2b8304ae4e1592d95d.tar.gz
sway-fc1148da7f9c7bfc81f29e2b8304ae4e1592d95d.tar.zst
sway-fc1148da7f9c7bfc81f29e2b8304ae4e1592d95d.zip
CONTRIBUTING.md: Add note on sway's scope
-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.
8Note: rules are made to be broken. Adjust or ignore any/all of these as you see 8Note: rules are made to be broken. Adjust or ignore any/all of these as you see
9fit, but be prepared to justify it to your peers. 9fit, but be prepared to justify it to your peers.
10 10
11## Scope of future changes to sway
12
13**Important**: Sway has completed its core value proposition: it is a fully
14featured Wayland-compatible replacement for i3. It is not our intention to
15expand on the scope of what i3 aims to accomplish. Our priorities now are
16increasing the stability, reliability, and performance of sway within its
17current scope. For this reason, most new window management feature requests are
18not accepted, even if accompanied by a patch.
19
11## Pull Requests 20## Pull Requests
12 21
13If you already have your own pull request habits, feel free to use them. If you 22If you already have your own pull request habits, feel free to use them. If you