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. - -``` - -```