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
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/generic-all-instrument-template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: Generic all-instrument task Template
about: Should be used for when a task is to be completed on all instruments - this provides a ticklist for each one.
about: Should be used for when a task is to be completed on all instruments - this
provides a ticklist for each one.
title: 'All instruments: <task name>'
labels: 'no_release_notes'
labels: no_release_notes
assignees: ''

---
Expand Down Expand Up @@ -214,6 +215,9 @@ assignees: ''
- ### NDXCRYOLAB_R80
- [ ] Started
- [ ] Completed
- ### NDXDETECT2
- [ ] Started
- [ ] Completed


[Back to Top](#instrument-checklist)
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/generic-feature-template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Generic Feature Template
about: Should be used for all new features and shared notes
title: '[Instrument or device name, e.g. WISH]: [Brief description of request]'
labels: ''
title: "[Instrument or device name, e.g. WISH]: [Brief description of request]"
labels: no_release_notes
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/generic-issue-template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Generic Issue Template
about: Should be used for all issues and tickets
title: '[Instrument or device name, e.g. WISH]: [Brief description of issue]'
title: "[Instrument or device name, e.g. WISH]: [Brief description of issue]"
labels: ''
assignees: ''

Expand Down
34 changes: 17 additions & 17 deletions .github/ISSUE_TEMPLATE/release-issue-template.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Release issue template
about: Should be used for when a release ticket is to be created.
title: 'Create release X.x.y'
labels: 'no_release_notes'
assignees: ''
---
As someone invested in the IBEX project I want to create a release so that we have a tested system that can be deployed to systems as appropriate.
## Acceptance Criteria:
- [ ] [Pre Testing Steps](https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Creating-a-release#pre-testing)
- [ ] [Testing steps](https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Creating-a-release#testing)
- [ ] [Post Testing](https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Creating-a-release#post-testing)
- [ ] Distribute release notes via email [Instrument scientist release email](https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Updating-Instrument-Machines#a-new-release)
---
name: Release issue template
about: Should be used for when a release ticket is to be created.
title: Create release X.x.y
labels: no_release_notes
assignees: ''

---

As someone invested in the IBEX project I want to create a release so that we have a tested system that can be deployed to systems as appropriate.

## Acceptance Criteria:

- [ ] [Pre Testing Steps](https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Creating-a-release#pre-testing)
- [ ] [Testing steps](https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Creating-a-release#testing)
- [ ] [Post Testing](https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Creating-a-release#post-testing)
- [ ] Distribute release notes via email [Instrument scientist release email](https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Updating-Instrument-Machines#a-new-release)