From cc166d3c1e919c289bbc31decc66f214e8aec087 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Fri, 12 Jan 2024 17:42:31 -0500 Subject: [PATCH] Add default templates for issues and PRs --- ISSUE_TEMPLATE/01_bug_report.md | 26 ++++++++++++++++++++++++++ ISSUE_TEMPLATE/02_feature_request.md | 14 ++++++++++++++ ISSUE_TEMPLATE/config.yml | 5 +++++ PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 4 files changed, 61 insertions(+) create mode 100644 ISSUE_TEMPLATE/01_bug_report.md create mode 100644 ISSUE_TEMPLATE/02_feature_request.md create mode 100644 ISSUE_TEMPLATE/config.yml create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/ISSUE_TEMPLATE/01_bug_report.md b/ISSUE_TEMPLATE/01_bug_report.md new file mode 100644 index 0000000..1e815f0 --- /dev/null +++ b/ISSUE_TEMPLATE/01_bug_report.md @@ -0,0 +1,26 @@ +--- +name: ":bug: Bug report" +about: Tell us about a problem you are experiencing +--- + + + + + + + + +@miq-bot add-label bug diff --git a/ISSUE_TEMPLATE/02_feature_request.md b/ISSUE_TEMPLATE/02_feature_request.md new file mode 100644 index 0000000..3d65ce0 --- /dev/null +++ b/ISSUE_TEMPLATE/02_feature_request.md @@ -0,0 +1,14 @@ +--- +name: ":bulb: Enhancement request" +about: Suggest an idea for this project +--- + + + + +@miq-bot add-label enhancement diff --git a/ISSUE_TEMPLATE/config.yml b/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..441dd0a --- /dev/null +++ b/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: +- name: ":question: Question / Support" + url: https://github.com/orgs/ManageIQ/discussions + about: Please ask and answer questions here. diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..6452ec2 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ + + + + +