From 86b921708c17d326d772897979a114dcce059a7e Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Thu, 13 Aug 2020 21:02:23 +0100 Subject: [PATCH] Feature/71 (#87) Signed-off-by: Luke Tainton Co-authored-by: Alexander Davis --- .github/issue-branch.yml | 4 +++- README.md | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/issue-branch.yml b/.github/issue-branch.yml index 4415ab1..10f1843 100644 --- a/.github/issue-branch.yml +++ b/.github/issue-branch.yml @@ -3,9 +3,11 @@ silent: false branchName: '${issue.number}' branches: - label: type/feature - prefix: feature/ + prefix: feat/ - label: type/bug prefix: bug/ - label: type/epic prefix: epic/ + - label: type/docs + prefix: docs/ autoCloseIssue: true diff --git a/README.md b/README.md index 7ffdb8e..f6b90c1 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,10 @@ # FHeD The Free HelpDesk is the one-stop shop for all of your IT-related needs. It is a barebones helpdesk system aimed at individuals and small businesses. + +# Roadmap +- [x] ~~Create framework.~~ +- [x] ~~Create database creation on install script.~~ +- [ ] Create assigned user view +- [ ] Create application administrator portal +- [ ] User profile: add support for other IDPs