Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9ad71b0
Merge pull request #364 from sanger/develop
emrojo Jun 10, 2021
1d9ef9c
Merge pull request #392 from sanger/develop
emrojo Jul 14, 2021
e3979f4
Merge pull request #410 from sanger/develop
emrojo Aug 3, 2021
a9f34f8
Merge pull request #418 from sanger/develop
emrojo Aug 12, 2021
0749475
Merge pull request #422 from sanger/develop
emrojo Aug 16, 2021
853e5d8
Merge pull request #468 from sanger/develop
emrojo Nov 22, 2021
929c1a3
Merge pull request #500 from sanger/develop
harrietc52 Jan 17, 2022
06eb3ff
Merge pull request #513 from sanger/develop
harrietc52 Feb 3, 2022
83c23a7
Merge pull request #544 from sanger/develop
emrojo Mar 21, 2022
c75189a
Merge pull request #554 from sanger/develop
andrewsparkes Mar 28, 2022
b410156
Merge pull request #616 from sanger/develop
sdjmchattie Jul 22, 2022
5a5a39e
Merge pull request #629 from sanger/develop
sdjmchattie Aug 9, 2022
4952a9f
Merge pull request #643 from sanger/develop
sdjmchattie Sep 12, 2022
cebf7cf
Merge pull request #665 from sanger/develop
sdjmchattie Oct 26, 2022
48d6d58
Merge pull request #682 from sanger/develop
andrewsparkes Nov 29, 2022
03414c0
Merge pull request #705 from sanger/develop
sdjmchattie Jan 20, 2023
d8d40ff
Merge pull request #762 from sanger/develop
sdjmchattie May 4, 2023
d760279
Merge pull request #793 from sanger/develop
yoldas Jul 4, 2023
0cd2db1
Merge pull request #797 from sanger/develop
sdjmchattie Jul 12, 2023
1b8fbe8
Merge pull request #815 from sanger/develop
yoldas Aug 11, 2023
5861023
Merge pull request #900 from sanger/develop
yoldas Mar 22, 2024
d5739a1
Merge pull request #961 from sanger/develop
sdjmchattie Jul 23, 2024
fdecd69
Merge pull request #996 from sanger/develop
dasunpubudumal Feb 10, 2025
31954f3
Merge pull request #1039 from sanger/develop
BenTopping May 12, 2025
f919d43
Adding CONTRIBUTING.md
TWJW-SANGER Mar 16, 2026
0ac48eb
Update .release-version
TWJW-SANGER Mar 16, 2026
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
2 changes: 1 addition & 1 deletion .release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.38.0
2.39.0
30 changes: 30 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Contributing

All contributions to this project are subject to the [MIT License](https://foss-haas.mit-license.org/). By submitting a contribution, you agree to license your work under these terms.

## Contribution Process

### 1. Issue First

All contributions from outside the core team require an **Issue First** approach. Before submitting a pull request (PR), you must:

- Open an issue in the repository.
- Ensure the issue includes:
- **Clear problem statement:** Describe the issue or feature request.
- **Reproduction steps:** If reporting a bug, provide steps to reproduce it.
- **Proposed approach:** Outline your suggested solution or implementation.
- **Why this change matters:** Explain the impact or necessity of the change.
- Tag `@sanger/psd-developers` in the issue to bring it to the attention of a maintainer.
- Wait for the issue to be assigned or approved by a maintainer.

### 2. Pull Request

Once your issue is approved:

- Fork the repository and create a branch for your changes.
- Submit a PR referencing the approved issue.
- Ensure your code adheres to the project's coding standards and passes all tests.

### 3. Review

Maintainers will review your PR. Address any feedback before merging.
Loading