[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phpinspect df821c4039 023/126: Add ticket tracker link
From: |
ELPA Syncer |
Subject: |
[elpa] externals/phpinspect df821c4039 023/126: Add ticket tracker link to README |
Date: |
Sat, 12 Aug 2023 00:58:37 -0400 (EDT) |
branch: externals/phpinspect
commit df821c4039f9d73b498e6f37af2cc441a2b78e99
Author: Hugo Thunnissen <devel@hugot.nl>
Commit: Hugo Thunnissen <devel@hugot.nl>
Add ticket tracker link to README
---
README.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 5ae4ba18d9..0ee3bcb0db 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
# phpinspect.el
-WIP. Documentation is in the making.
+WIP. More documentation is in the making.
-Example config:
+For bug reports and/or feature requests visit the [ticket
tracker](https://todo.sr.ht/~hugot/phpinspect.el)
+
+
+## Example config
```elisp
;;;###autoload
- [elpa] externals/phpinspect 5fab07b426 082/126: Keep track of multi-call edits of the same region, (continued)
- [elpa] externals/phpinspect 5fab07b426 082/126: Keep track of multi-call edits of the same region, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 111fa2f4b5 093/126: Fix bugs in splay tree "find" functions, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 4c5a70d4af 096/126: Make buffer re-parse non-interruptible + add interactive function to view tree, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect b68baaec83 094/126: Make parse context cancellable and restore state after interrupt, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 55a24065a6 087/126: Remove obsolete comment (incremental parsing has been implemented), ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect c35c00ceff 086/126: Implement strategy pattern for completion backend, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 2fd91898a3 104/126: Add tests for pipeline and make API more ergonomic, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 55413ea9fb 117/126: Implement basic support for function indexation and include dirs, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect fbfcf4f928 119/126: Fix byte compilation warnings, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect e4b62c0230 120/126: Implement completion-at-point function, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect df821c4039 023/126: Add ticket tracker link to README,
ELPA Syncer <=
- [elpa] externals/phpinspect 9f7931a7b6 100/126: Rework parser for ahead of time byte compilation, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 9513cbc917 125/126: Update README, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect e35caa7e15 118/126: Fix a variety of bugs, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect f7d88a90f4 009/126: Implement some general tests for the parser code, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 74bd0ad434 032/126: WIP: New data type for cached classes, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 3a3e2cd362 042/126: Update README with new development repository location, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 0bc9e795b2 043/126: Fix tests and patch bugs that came to light in the process, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect f030a685d2 060/126: Alter interpret-expression-type to interpret array-member assignment, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 8cd4dc2025 058/126: Remove commented code + tidy some formatting, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect e067a9e9dd 122/126: Remove obsolete function and add some documentation to mode doc string, ELPA Syncer, 2023/08/12