summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-05-04 13:48:07 +0200
committerAndreas Kling <kling@serenityos.org>2020-05-04 13:49:15 +0200
commit2fdeb464f739b5aada58d1910334336c8169da5b (patch)
tree87d3d3099ef4ee87c20ffc51c5ff383b24955fdc /CONTRIBUTING.md
parenta75af443d4a3a8fd266d701677a38bae659088cb (diff)
downloadserenity-2fdeb464f739b5aada58d1910334336c8169da5b.zip
Meta: Add a basic "issue policy" to CONTRIBUTING.md
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 5538654812..1c977ccb61 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,6 +8,15 @@ Everyone is welcome to work on the project, and while we have lots of fun, it's
The easiest way to get in touch is by joining the `#serenityos` channel on the Freenode IRC network.
+## Issue policy
+
+Unlike many other software projects, SerenityOS is not concerned with gaining the largest possible userbase. Its target audience is its own developers. As such, we have limited interest in feature requests from non-contributors.
+
+That said, please do file any bugs you find, keeping the following in mind:
+
+* One issue per bug. Putting multiple things in the same issue makes both discussion and completion unnecessarily complicated.
+* No build issues (or other support requests.) If the Travis CI is green, the build problem is most likely on your side. Work it out locally, or ask on IRC.
+
## Feature policy
As a labor of love, Serenity is strongly user-focused. When proposing or building a new feature, you should start by imagining how a person would use it. Like a tree falling in the woods with nobody around, does a feature with no user impact really provide value?