aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-21 22:47:22 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-21 22:47:22 +0200
commitb3d806c573f717f3dff039a150d2523fde6d3424 (patch)
treed52ee91eda91540470be05a9dd93e5c0740ad1b9 /CONTRIBUTING.md
parent6640f200d8e735665dcab8b8ed6c71c7256f02d1 (diff)
downloadoperum-b3d806c573f717f3dff039a150d2523fde6d3424.tar.gz
operum-b3d806c573f717f3dff039a150d2523fde6d3424.zip
Simplify text on how to contribute
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md17
1 files changed, 1 insertions, 16 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 838ecda..ec76278 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -5,22 +5,7 @@ this application? I am open for discussion and welcome any help!
## How?
-There are many ways to help me out. One way might be to open an issue on
-[Github's tracker](https://github.com/mssola/operum/issues) and start a
-discussion. For this, mind the following:
-
-- Check that the issue has not already been reported or fixed in `main`.
-- Try to be concise and precise in your description.
-- If you have found a problem, provide a step by step guide on how to reproduce it.
-- Provide the version you are using (git commit SHA).
-
-Another way is to simply submit a pull request. For this, also mind these:
-
-- Write a [good commit message](https://chris.beams.io/posts/git-commit/).
-- Tests continue to work (see `Testing` below).
-- The application continues to work.
-- The pull request has *only* one subject and a clear title. You are not
- submitting a pull request with tons of different unrelated commits.
+[Like this](https://jo.mssola.com/en/contributing.html).
## Testing