diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 1b0fed9ac..8e24a4e12 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,8 +1,7 @@ --- name: 'Bug Report' about: 'Report a bug in go-ipfs.' -labels: - - bug +labels: bug --- #### Version information: diff --git a/.github/ISSUE_TEMPLATE/doc.md b/.github/ISSUE_TEMPLATE/doc.md index 4662fb7bb..5a0d19821 100644 --- a/.github/ISSUE_TEMPLATE/doc.md +++ b/.github/ISSUE_TEMPLATE/doc.md @@ -1,8 +1,7 @@ --- name: 'Documentation Issue' about: 'Report missing/erroneous documentation, propose new documentation, report broken links, etc.' -labels: - - documentation +labels: documentation --- #### Location diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 6615bf70e..4d2233d35 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -1,8 +1,7 @@ --- name: 'Enhancement' about: 'Suggest an improvement to an existing go-ipfs feature.' -labels: - - enhancement +labels: enhancement ---