From 690b2d1e96131a802e10d90ceff80ff78e7bbd81 Mon Sep 17 00:00:00 2001 From: ivan-aksamentov Date: Mon, 13 Nov 2023 05:57:22 +0100 Subject: [PATCH] chore: remove issue and pr template text --- .github/ISSUE_TEMPLATE/01_report_bug.md | 5 +++++ .github/ISSUE_TEMPLATE/02_request_feature.md | 5 +++++ .github/ISSUE_TEMPLATE/03_ask.md | 5 +++++ .github/ISSUE_TEMPLATE/04_discuss.md | 5 +++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/pull_request_template.md | 0 6 files changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/01_report_bug.md create mode 100644 .github/ISSUE_TEMPLATE/02_request_feature.md create mode 100644 .github/ISSUE_TEMPLATE/03_ask.md create mode 100644 .github/ISSUE_TEMPLATE/04_discuss.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/01_report_bug.md b/.github/ISSUE_TEMPLATE/01_report_bug.md new file mode 100644 index 000000000..6c1054028 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_report_bug.md @@ -0,0 +1,5 @@ +--- +name: 🐛 Report a bug +about: Tell us if something is broken or needs attention +labels: t:bug, help wanted, good first issue, needs triage +--- diff --git a/.github/ISSUE_TEMPLATE/02_request_feature.md b/.github/ISSUE_TEMPLATE/02_request_feature.md new file mode 100644 index 000000000..d0a9fbaa8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_request_feature.md @@ -0,0 +1,5 @@ +--- +name: 🙋 Request a feature +about: Suggest an improvement, tell about your idea +labels: t:feat, help wanted, good first issue, needs triage +--- diff --git a/.github/ISSUE_TEMPLATE/03_ask.md b/.github/ISSUE_TEMPLATE/03_ask.md new file mode 100644 index 000000000..3dceabc59 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03_ask.md @@ -0,0 +1,5 @@ +--- +name: ❓ Ask +about: Ask a question about this project +labels: t:ask, needs triage +--- diff --git a/.github/ISSUE_TEMPLATE/04_discuss.md b/.github/ISSUE_TEMPLATE/04_discuss.md new file mode 100644 index 000000000..ec714d61a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04_discuss.md @@ -0,0 +1,5 @@ +--- +name: 💬 Discuss +about: Talk to the team +labels: t:talk, needs triage +--- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..e69de29bb