You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All contributions to this project are subject to the **[MIT Licence](https://foss-haas.mit-license.org/)**. By submitting a contribution, you agree to license your work under these terms.
6
+
7
+
## Contribution Process
8
+
9
+
### 1. Issue First
10
+
11
+
All contributions from outside the core team require an **Issue First** approach. Before submitting a pull request (PR), you must:
12
+
13
+
1.**Open an issue** in the repository.
14
+
2. Ensure the issue includes:
15
+
- **Clear problem statement:** Describe the issue or feature request.
16
+
- **Reproduction steps:** If reporting a bug, provide steps to reproduce it.
17
+
- **Proposed approach:** Outline your suggested solution or implementation.
18
+
- **Why this change matters:** Explain the impact or necessity of the change.
19
+
- **Tag** `@sanger/psd-developers` in the issue to bring it to the attention of a maintainer.
20
+
- **Wait** for the issue to be assigned or approved by a maintainer.
21
+
22
+
### 2. Pull Request
23
+
24
+
Once your issue is approved:
25
+
26
+
1.**Fork** the repository and create a branch for your changes.
27
+
2.**Submit a PR** referencing the approved issue.
28
+
3. Ensure your code adheres to the project's coding standards and passes all CI checks.
29
+
30
+
### 3. Review
31
+
32
+
Maintainers will review your PR. Address any feedback before merging.
0 commit comments