11# Contribution Guidelines
22
3- This repository is maintained by the National Record Locator team within the Transformation Directorate of NHS England.
4- We welcome contributions from other teams.
3+ This repository is maintained by the National Record Locator team within the Transformation Directorate of NHS England.
4+ We welcome contributions from other teams.
55
66## Raising an Issue
77
@@ -14,10 +14,10 @@ To contribute code, please raise a pull request.
1414
1515Ideally pull requests should be fairly granular and aim to solve one problem each. It would also be helpful if they
1616linked to an issue. If the maintainers cannot understand why a pull request was raised, it will be rejected,
17- so please explain why the changes need to be made (unless it is self-evident) or reference the issue they solve.
17+ so please explain why the changes need to be made (unless it is self-evident) or reference the issue they solve.
1818
19- Code owners are notified daily about any pending pull requests via automated tools. If your pull request is not
20- yet ready for review, please consider keeping it marked as a Draft.
19+ Code owners are notified daily about any pending pull requests via automated tools. If your pull request is not
20+ yet ready for review, please consider keeping it marked as a Draft.
2121
2222### Naming and committing conventions
2323
@@ -27,19 +27,20 @@ Branch names should be of the format:
2727e.g.
2828` feature/shco1-NRL-123-contribution-guidelines `
2929
30- Multiple branches are permitted for the same ticket.
30+ Multiple branches are permitted for the same ticket.
3131
32- Please include the Jira reference in your commit messages.
32+ Please include the Jira reference in your commit messages.
3333
34- Your pull request title should include the ticket reference and a short summary of the change;
35- these are used to compile the release notes for each iteration.
34+ Your pull request title should include the ticket reference and a short summary of the change;
35+ these are used to compile the release notes for each iteration.
3636
3737## Specification Changes
3838
39- If your submission changes the behaviour of the NRL, please consider whether the user-facing documentation
40- should be updated at the same time to reflect these changes. There are two related repositories containing
41- the specifications [ for Producers] ( https://digital.nhs.uk/developer/api-catalogue/national-record-locator-fhir/v3/producer )
42- and [ Consumers] ( https://digital.nhs.uk/developer/api-catalogue/national-record-locator-fhir/v3/consumer )
43- of NRL pointers, respectively:
39+ If your submission changes the behaviour of the NRL, please consider whether the user-facing documentation
40+ should be updated at the same time to reflect these changes. There are two related repositories containing
41+ the specifications [ for Producers] ( https://digital.nhs.uk/developer/api-catalogue/national-record-locator-fhir/v3/producer )
42+ and [ Consumers] ( https://digital.nhs.uk/developer/api-catalogue/national-record-locator-fhir/v3/consumer )
43+ of NRL pointers, respectively:
44+
4445- [ NRL Producer API] ( https://github.com/NHSDigital/nrl-producer-api )
4546- [ NRL Consumer API] ( https://github.com/NHSDigital/nrl-consumer-api )
0 commit comments