aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-07-10 12:12:05 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-07-10 12:12:05 +0200
commit7a920c33cb7aaae21105212a1d74236391ca7945 (patch)
tree2330b6c656f8d8cec57d4b440a11b911e02b287a
parent7ca2c060152b50a0862b664d7f0af1b45fe535ec (diff)
doc: Update contribution method
-rw-r--r--README4
-rw-r--r--README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 139ed38..51d66b3 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-# -*- mode: org; org-html-head-include-default-style: nil; org-html-postamble: nil; -*-
+# -*- mode: org; org-html-head-include-default-style: nil; org-html-postamble: nil; after-save-hook: org-md-export-to-markdown; -*-
#+OPTIONS: toc:nil num:nil
* fdroid.el
=fdroid.el= is an Emacs interface to [[https://f-droid.org/][F-Droid]]. Its purpose is to aid in the management of F-Droid packages for an Android device or an emulator inside the comfort of Emacs.
@@ -34,4 +34,4 @@ Above, we set a global binding for the =fdroid-map=. From here onward we can use
- =fdroid-download= (~d~) :: download the current package.
- =fdroid-show= (~s~) :: show more information about the current package.
-You can send feedback, patches, or bug reports to [[mailto:public@mianmoreno.com][public@mianmoreno.com]].
+Feel free to open an issue or send a pull request if you encounter a bug or wish to add a new feature.
diff --git a/README.md b/README.md
index 4adeba0..917c8a4 100644
--- a/README.md
+++ b/README.md
@@ -29,5 +29,5 @@ Above, we set a global binding for the `fdroid-map`. From here onward we can use
- **`fdroid-download` (`d`):** download the current package.
- **`fdroid-show` (`s`):** show more information about the current package.
-You can send feedback, patches, or bug reports to [public@mianmoreno.com](mailto:public@mianmoreno.com).
+Feel free to open an issue or send a pull request if you encounter a bug or wish to add a new feature.