Skip to content

Commit

Permalink
Merge pull request #13 from uk-tre/12/issue-template
Browse files Browse the repository at this point in the history
Issue template
  • Loading branch information
harisood authored Apr 15, 2024
2 parents 4abb5d0 + d74da59 commit 5e3167c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 5 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/general.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 5e3167c

Please sign in to comment.