From b3d806c573f717f3dff039a150d2523fde6d3424 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 Jul 2026 22:47:22 +0200 Subject: Simplify text on how to contribute MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- CONTRIBUTING.md | 17 +---------------- README.md | 11 +---------- 2 files changed, 2 insertions(+), 26 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 diff --git a/README.md b/README.md index 7ac9d44..a9b6e50 100644 --- a/README.md +++ b/README.md @@ -49,20 +49,11 @@ want to touch: - `OPERUM_DEFAULT_LOCALE`: that's right, this application supports multiple languages! For now these languages are catalan and english but other languages are also welcome, just hit me with a - [PR](https://github.com/mssola/operum/pulls) and take a look at the files + [patch](https://jo.mssola.com/contributing.html) and take a look at the files under `config/locales`. You can change the default locale (catalan) by setting this environment variable with the language code for it (i.e. `en` for english). -## Contributing - -Do you want to contribute with code, or to report an issue you are facing? Read -the [CONTRIBUTING.md](./CONTRIBUTING.md) file. - -## [Changelog](https://pbs.twimg.com/media/DJDYCcLXcAA_eIo?format=jpg&name=small) - -Read the [CHANGELOG.md](./CHANGELOG.md) file. - ## License ```txt -- cgit v1.2.3