summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-28 15:51:08 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-28 15:51:08 +0200
commitd5bd938012edb5ea63e0eec5c79d2f38615b4527 (patch)
tree81e3a865bf25252699de93e9bbb829c07306ac29 /README.md
parent4f8038af3c1140ff07f26b2a323db8fcf7dde79c (diff)
Move the issue roadmap to the issue tracker
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/README.md b/README.md
index e67bfc3..59b0413 100644
--- a/README.md
+++ b/README.md
@@ -187,16 +187,17 @@ tracker](https://codeberg.org/worthe-it/shackle-shell/issues).
## Roadmap
-- [ ] confirmation on risky actions like deleting a repo
-- [ ] project website
-- [ ] functions correctly when the git path isn't created with correct
- permissions yet
-- [ ] git archive with git upload-archive
-- [ ] git config management around protected branches
-- [ ] move a repo to a different group
-- [ ] housekeeping git tasks (git fsck, git gc)
-- [ ] pijul fetch and pijul push
-- [ ] pijul support on other commands
+Planned features are captured in the project's issue tracker with the
+["enhancement"
+label](https://codeberg.org/worthe-it/shackle-shell/issues?q=&type=all&state=open&labels=119659&milestone=0&assignee=0&poster=0).
+
+The general plans are to
+
+- Fix any bugs which come up.
+- Add more commands for configuring repositories.
+- Add more commands to do things to repositories, like move them around or do
+ housekeeping tasks.
+- Add support for other version control systems.
### Contributing