From 5e2bfaa43a876133373cfe34d0ab4d294a1e19c8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 3 Jun 2023 23:16:39 +1000 Subject: [PATCH] Update CONTRIBUTING.md (#4960) Add documentation on new PR tags --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11c4621785..bf45e1e119 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -227,7 +227,9 @@ The tags describe issues and PRs in multiple areas: | | stock | Stock item management | | | user interface | User interface | | Ecosystem Labels | | | +| | backport | Tags that the issue will be backported to a stable branch as a bug-fix | | | demo | Relates to the InvenTree demo server or dataset | | | docker | Docker / docker-compose | | | CI | CI / unit testing ecosystem | +| | refactor | Refactoring existing code | | | setup | Relates to the InvenTree setup / installation process |