diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 88304b3..b13a8c8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report -about: Report incorrect or unexpected behavior of any cordis libraries/packages +about: Report incorrect or unexpected behavior of any cordis libraries/services title: '' labels: 's: unverified, type: bug' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a9a7b4a..2365d62 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Request a feature for any of the cordis libraries/services title: '' -labels: 'type: enhancement' +labels: 't: feature' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/meta_thread.md b/.github/ISSUE_TEMPLATE/meta_thread.md new file mode 100644 index 0000000..0f06eb4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/meta_thread.md @@ -0,0 +1,8 @@ +--- + +name: Meta thread +about: Open up a meta thread to hold discussions about a release, repository configuration or general direction of the project +title: '' +labels: 't: meta' +assignees: '' +--- diff --git a/README.md b/README.md index 7b9eb0b..de03db1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@