summaryrefslogtreecommitdiff
path: root/.github/CONTRIBUTING.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-10-07 18:22:09 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-10-07 18:22:09 +0200
commitdd47e36444b3034faf7ec1d5fb7b4e446968c1b0 (patch)
tree6c10d51b37e93b68cc63cebf4b32e343e72fb0e6 /.github/CONTRIBUTING.asciidoc
parentf852f9a014e2f1d963886f5903e65f30140cdeb8 (diff)
downloadqutebrowser-dd47e36444b3034faf7ec1d5fb7b4e446968c1b0.tar.gz
qutebrowser-dd47e36444b3034faf7ec1d5fb7b4e446968c1b0.zip
Add PR notices
Diffstat (limited to '.github/CONTRIBUTING.asciidoc')
-rw-r--r--.github/CONTRIBUTING.asciidoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.asciidoc b/.github/CONTRIBUTING.asciidoc
index 410e80e1c..d0fa243e9 100644
--- a/.github/CONTRIBUTING.asciidoc
+++ b/.github/CONTRIBUTING.asciidoc
@@ -1,3 +1,11 @@
+IMPORTANT: *Currently, bigger changes are going on in qutebrowser, as
+part of a
+https://lists.schokokeks.org/pipermail/qutebrowser-announce/2018-September/000051.html[student research project]
+about adding a plugin API to qutebrowser and moving a lot of code from the code
+into plugins.* Due to that, bandwidth for pull request review is currently
+very limited, and contributions might lead to merge conflicts due to
+ongoing refactorings.
+
- Before you start to work on something, please leave a comment on the relevant
issue (or open one). This makes sure there is no duplicate work done.