From 01f76fd73f6307b6fca2ce0b543b8a0e88ded5aa Mon Sep 17 00:00:00 2001 From: Raja Boujbel Date: Tue, 28 Nov 2023 14:55:38 +0100 Subject: [PATCH] gha: update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 9 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 13 ++++++++++++ .github/issue_template.md | 7 ------ 4 files changed, 48 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..6e2fe20a54c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Please submit opam bug reports here. +title: '' +labels: '' +assignees: '' + +--- + + +``` + +``` diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..33eb19d6eeb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: false +contact_links: + - name: OCaml Discuss Forum + url: https://discuss.ocaml.org/ + about: This is the best place to start with questions about using opam. + - name: opam Package Repository + url: https://github.com/ocaml/opam-repository/issues + about: >- + Please report packaging issues there. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..364b053cf7e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,13 @@ +--- +name: Feature request +about: Suggest a new feature for opam. +title: '' +labels: 'KIND: FEATURE WISH' +assignees: '' + +--- + diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 76023154eb3..00000000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,7 +0,0 @@ -> If your issue concerns a package not building, please report to -> https://github.com/ocaml/opam-repository/issues or to the package maintainer -> unless you are confident it is an issue in the opam tool itself. - -``` - -```