diff --git a/.github/templates/issues/bug_issue.md b/.github/ISSUE_TEMPLATE/bug_issue.md similarity index 82% rename from .github/templates/issues/bug_issue.md rename to .github/ISSUE_TEMPLATE/bug_issue.md index d37a212d..6848ba9d 100644 --- a/.github/templates/issues/bug_issue.md +++ b/.github/ISSUE_TEMPLATE/bug_issue.md @@ -1,3 +1,8 @@ +--- +name: Bug Issue +about: Here, I would provide a summary of the bug. +--- + ## Bug Summary Here, I would provide a summary of the bug. diff --git a/.github/templates/issues/feature_issue.md b/.github/ISSUE_TEMPLATE/feature_issue.md similarity index 82% rename from .github/templates/issues/feature_issue.md rename to .github/ISSUE_TEMPLATE/feature_issue.md index bf0ca09a..a2056c89 100644 --- a/.github/templates/issues/feature_issue.md +++ b/.github/ISSUE_TEMPLATE/feature_issue.md @@ -1,3 +1,8 @@ +--- +name: Feature Issue +about: Here, I would provide a summary of the feature. +--- + ## Feature Summary This feature allows `<>`. diff --git a/.github/templates/issues/task_issue.md b/.github/ISSUE_TEMPLATE/task_issue.md similarity index 83% rename from .github/templates/issues/task_issue.md rename to .github/ISSUE_TEMPLATE/task_issue.md index 9f9a21cb..3e04b54d 100644 --- a/.github/templates/issues/task_issue.md +++ b/.github/ISSUE_TEMPLATE/task_issue.md @@ -1,3 +1,8 @@ +--- +name: Task Issue +about: Here, I would provide a summary of the task. +--- + ## Task Summary This task is for ``. diff --git a/.github/templates/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md similarity index 92% rename from .github/templates/pull_request.md rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 4eeefcc4..e57d8e06 100644 --- a/.github/templates/pull_request.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,3 +1,8 @@ +--- +name: Pull Request +about: Here, I would provide a summary of the pull request +--- + ## Pull Request Here, I would provide a summary of the pull request (if you feel like the information below does not suffice)