diff --git a/.github/workflows/ISSUE_TEMPLATE/general.yml b/.github/workflows/ISSUE_TEMPLATE/general.yml new file mode 100644 index 0000000..b703ef1 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/general.yml @@ -0,0 +1,37 @@ +name: "\U0001F527 General Issue" +description: Create an issue to be added to the UK TRE Community project board +body: + - type: markdown + attributes: + value: | + Thank you for being involved in the UK TRE Community! + + You should use this template to suggest a new action, fix, update, discussion point or similar for the UK TRE Community website. + + If you would like to open an issue more generally for the community, please visit the community management repo. + + This issue will be added to the backlog of our project board. If you would like to take it on, please assign it to yourself! + + All issues need to have someone assigned to/owning them in order to progress. Whilst this is not the case we'll keep the issue safe in the backlog! + + - type: textarea + id: detail + attributes: + label: Detail + description: Please explain your issue in detail + validations: + required: true + - type: textarea + id: actions + attributes: + label: Actions + description: Please add any actions to be undertaken below. You can create a checklist by typing `- [ ] x` for each action point + validations: + required: true + - type: textarea + id: tags + attributes: + label: Who can help + description: Tag anyone who you think will be interested or who can help by typing `@` followed by their GitHub username. + validations: + required: false \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fd170fa..1d4c43a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,14 +9,14 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "@filipecarneiro/hugo-bootstrap-theme": "^1.0.35", + "@filipecarneiro/hugo-bootstrap-theme": "^1.0.38", "hugo-installer": "^4.0.1" } }, "node_modules/@filipecarneiro/hugo-bootstrap-theme": { - "version": "1.0.35", - "resolved": "https://registry.npmjs.org/@filipecarneiro/hugo-bootstrap-theme/-/hugo-bootstrap-theme-1.0.35.tgz", - "integrity": "sha512-aqJSSfTn1Y40kBIJOTeGWDLyYF2ZSbUgn73oKWi//4DnfqAYoqNHOP3/awJYZ85IJCLmZz+z2e05j60MAUaQ0g==", + "version": "1.0.38", + "resolved": "https://registry.npmjs.org/@filipecarneiro/hugo-bootstrap-theme/-/hugo-bootstrap-theme-1.0.38.tgz", + "integrity": "sha512-XeoUQp7vihKbns2YB/LdUGc7ONjTsl/xEdk3PL5NIfxxe35u+/2RVRsd3e5eKt92msgHYIjbUOS5Yzhms522bw==", "dev": true, "hasInstallScript": true }, diff --git a/package.json b/package.json index 8acc33c..de06f5f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@filipecarneiro/hugo-bootstrap-theme": "^1.0.35", + "@filipecarneiro/hugo-bootstrap-theme": "^1.0.38", "hugo-installer": "^4.0.1" } }