|
| 1 | +This is a: |
| 2 | + |
| 3 | +<!-- Tick one category - if more than one applies, it should be split up --> |
| 4 | + |
| 5 | +- [ ] ✨ **New feature** - new behaviour has been implemented |
| 6 | +- [ ] 🐛 **Bug fix** - existing behaviour has been made to behave |
| 7 | +- [ ] ♻️ **Refactor** - the behaviour has not changed, just the implementation |
| 8 | +- [ ] ✅ **Test backfill** - tests for existing behaviour were added but the behaviour itself hasn't changed |
| 9 | +- [ ] ⚙️ **Chore** - maintenance task, behaviour and implementation haven't changed |
| 10 | + |
| 11 | +<!-- adapted from https://gitmoji.dev/ --> |
| 12 | + |
| 13 | +### Description |
| 14 | + |
| 15 | +<!-- Describe what merging this pull request will do --> |
| 16 | + |
| 17 | +- **Purpose** - <!-- Allow astronauts to perform a case-insensitive search for their spaceship. --> |
| 18 | + |
| 19 | +<!-- Describe how the reviewer should check it works --> |
| 20 | + |
| 21 | +- **How to check** - <!-- Log in as an astronaut, go to the Spaceships tab and type "saturn" into the search box. Previously Saturn V would not have appeared, due to the capital S, but now it does. --> |
| 22 | + |
| 23 | +### Links |
| 24 | + |
| 25 | +<!-- links to other issues/PRs/tickets, e.g. user/repo#123 --> |
| 26 | + |
| 27 | +### Author checklist |
| 28 | + |
| 29 | +<!-- All PRs --> |
| 30 | + |
| 31 | +- [ ] I have written a title that reflects the relevant ticket |
| 32 | +- [ ] I have written a description that says what the PR does and how to validate it |
| 33 | +- [ ] I have linked to the project board ticket (and any related PRs/issues) in the Links section |
| 34 | +- [ ] I have added a link to this PR to the ticket |
| 35 | +- [ ] I have made the PR to `staging` from a branch named `<category>/<name>`, e.g. `feature/edit-spaceships` or `bugfix/restore-oxygen` |
| 36 | +- [ ] I have completed the manual tests [described here](https://github.com/CodeYourFuture/tech-team/wiki/Manual-Test-Procedures) |
| 37 | +- [ ] I have requested reviewers here and in my team chat channel |
| 38 | +<!-- depending on the task, the following may be optional --> |
| 39 | +- [ ] I have spoken with my PM or TL about any parts of this task that may have become out-of-scope, or any additional improvements that I now realise may benefit my project |
| 40 | +- [ ] I have added tests, or new tests were not required |
| 41 | +- [ ] I have updated any documentation (e.g. diagrams, schemas), or documentation updates were not required |
0 commit comments