Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ body:
attributes:
label: Description
description: Give a clear and concise description of the bug, included what you expected to happen and what the actual behavior was.
placeholder: "What happened?"
placeholder: |
"What happened?"

**Do not forget to label this issue with the approriate topic!**
validations:
required: true
- type: textarea
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ body:
attributes:
label: Description
description: Describe what part of the documentation needs updating
placeholder: "XYZ is not described well in the README..."
placeholder: |
"XYZ is not described well in the README..."

**Do not forget to label this issue with the approriate topic!**
validations:
required: true
- type: textarea
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ body:
attributes:
label: Description
description: Describe what new feature or enhancement you would like to see.
placeholder: "Description here..."
placeholder: |
"Description here..."

**Do not forget to label this issue with the approriate topic!**
validations:
required: true
- type: dropdown
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/large_change_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ body:
Describe what is changing and why. Reference descriptions in other issues, presentations, etc. as appropriate.

(You can attach images or files by clicking this area to highlight it and then dragging files in.)

**Do not forget to label this issue with the approriate topic!**
placeholder: "Description here..."
validations:
required: true
Expand Down
4 changes: 3 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Fixes issue # _ISSUE NUMBER_

_WHAT DOES THIS PR CHANGE - ONE LINE._

__DON'T FORGET TO LABEL THE ISSUE WITH THE APPROPRIATE TOPIC__

_DOCUMENT THE CHANGE BELOW OR DELETE IT_

The relevant changes in the user workflow have been documented _here_ (link URL)
Expand Down Expand Up @@ -50,7 +52,7 @@ Integration tests - the `daqsystemtest_integtest_bundle` requires a lot of resou
- [ ] Only `daqsystemtest_integtest_bundle.sh -k minimal_system_quick_test.py`
- [ ] Full `daqsystemtest_integtest_bundle.sh`
- [ ] Testing skipped as there are no core code changes in this PR, this only relates to documentation/CI workflows
<!-- - [ ] Drunc integration tests pass (`pytest -m integration_tests`) Note - at the time of creating this template, these tests have not been written hence remain as a TODO. -->
- [ ] Drunc integration tests pass (`./scripts/drunc_integtest_bundle.sh`)

## Final checklist prior to marking this as "Ready for Review"

Expand Down
Loading