-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
42 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters