aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-21 22:50:02 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-21 22:50:02 +0200
commit3c87a46c069a1af2888d8a898ad30f57ebab66f6 (patch)
tree062fdbe41a9594f4676123743834a35f054f41e4
parentbd83db9f83dff1cc717f9a6b4a2feab05031458a (diff)
downloadsoria-3c87a46c069a1af2888d8a898ad30f57ebab66f6.tar.gz
soria-3c87a46c069a1af2888d8a898ad30f57ebab66f6.zip
Simplify text on how to contribute
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
-rw-r--r--CONTRIBUTING.org23
1 files changed, 3 insertions, 20 deletions
diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org
index 34d5f96..0914fdc 100644
--- a/CONTRIBUTING.org
+++ b/CONTRIBUTING.org
@@ -39,23 +39,6 @@ In order to test that this theme can be actually loaded, run:
$ make load-test
#+END_SRC
-** Issue reporting
-
-I'm using [[https://github.com/mssola/soria][Github]] in order to host the code. Thus, in order to report issues you
-can do it on its [[https://github.com/mssola/soria/issues][issue tracker]]. A couple of notes on reports:
-
-- Check that the issue has not already been reported or fixed in =master=.
-- Try to be concise and precise in your description of the problem.
-- Provide a step by step guide on how to reproduce this problem.
-- Provide the version you are using (the commit SHA, if possible), as well as
- the version of the GNU Emacs you are using and the operating system.
-
-** Pull requests
-
-- Write a [[https://chris.beams.io/posts/git-commit/][good commit message]].
-- Make sure that tests are passing on your local machine (it will also be
- checked by the CI system whenever you submit the pull request).
-- Update the [[./CHANGELOG.org][changelog]] (if relevant).
-- Open a pull request with *only* one subject and a clear title and
- description. Refrain from submitting pull requests with tons of different
- unrelated commits.
+** Issue reporting and submitting code
+
+[[https://jo.mssola.com/en/contributing.html][Read this]].