From 94a84ae98590bea46939eb1dcd7a9876bd393b54 Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Tue, 31 Mar 2020 05:30:01 -0400 Subject: [PATCH] github: move GitHub issue template to .github directory ISSUE_TEMPLATE.md is file specific to GitHub issue reporting feature. For some time, .github directory is one that can be used for all related files. This patch just moves the template to .github directory. Further patches will add more functionalities in this folder. Signed-off-by: Tomasz Zawadzki Change-Id: I3e1e06dd152f489ab178bf7eac74432fd5b61de4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1597 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Karol Latecki Reviewed-by: Ben Walker Reviewed-by: Darek Stojaczyk --- ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md (100%) diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md