From 81413e02c46dcf32914f0a1421d23dff52212c93 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 7 Jun 2023 22:15:59 +1000 Subject: [PATCH] Update CONTRIBUTING.md (#4988) Add notes about "migration" tag --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 86a4261e19..994f2a4a98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -211,6 +211,7 @@ The tags describe issues and PRs in multiple areas: | | help wanted | Assistance required | | | invalid | This issue or PR is considered invalid | | | inactive | Indicates lack of activity | +| | migration | Database migration, requires special attention | | | question | This is a question | | | roadmap | This is a roadmap feature with no immediate plans for implementation | | | security | Relates to a security issue |