Skip to content
Merged
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
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug Report
about: Report a problem with the software
title: "[Bug] "
labels: bug
assignees: ""
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '...'
3. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots (if applicable)**
If applicable, add screenshots to help explain the problem.

**Environment (please complete the following information):**

- OS: [e.g., Windows, macOS, Linux]
- Python/Node/Django/etc. version: [e.g., Python 3.9]
- Browser (if applicable): [e.g., Chrome, Firefox]

**Additional context**
Add any other context about the problem here.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Documentation Update
about: Request changes or improvements to the documentation
title: "[Docs] "
labels: documentation
assignees: ""
---

**What needs updating?**
Describe what section of the documentation needs improvement.

**Where should this be updated?**
Provide links or file paths if possible.

**Additional context**
Add any other relevant context about the documentation request.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature Request
about: Suggest a new feature or improvement
title: "[Feature] "
labels: enhancement
assignees: ""
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/optimisation_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Optimisation Request
about: Suggest a performance or efficiency improvement
title: "[Optimisation] "
labels: optimisation, enhancement
assignees: ""
---

**Is your optimisation request related to a specific problem?**
A clear and concise description of the inefficiency or area for improvement.

**Describe the proposed solution**
A clear and concise description of how the optimisation could be achieved.
(For example: refactoring code, reducing memory usage, improving response time, etc.)

**Current performance**
(Optional) If available, provide benchmarks, logs, or profiling data showing current performance.

**Expected performance improvement**
(Optional) If possible, describe the expected impact of the optimisation.

**Additional context**
Add any other context or references (e.g., related issues, profiling tools used).
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Description

Give a brief summary of changes...

Fixes # (issue)

## Type of change

- [ ] Documentation (non-breaking change that adds or improves the documentation)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Optimization (non-breaking, back-end change that speeds up the code)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Breaking change (whatever its nature)

## Checklist

- [ ] All tests pass (eg. `npm test`)
- [ ] Pre-commit hooks run successfully (eg. `pre-commit run --all-files`)
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: software
message: "If you use this repo, please cite it"
title: "@haniffalab/cherita-react"
abstract: "React component library designed for data visualisation and analysis of single-cell and spatial multi-omics data."
version: "1.0.0"
version: "1.1.1"
url: "https://github.com/haniffalab/cherita-react"
repository-code: "git@github.com:haniffalab/cherita-react.git"
doi: 10.5281/zenodo.14244809
Expand Down
Loading