Skip to content

Commit 92c0fad

Browse files
committed
Aligns issue templates with FSA
Maintains naming consistency after the FSA rebrand.
1 parent b3ac56f commit 92c0fad

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve Flash-DMA
3+
about: Create a report to help us improve FSA
44
title: '[BUG REPORT] '
55
labels: ["bug"]
66
assignees:
@@ -39,7 +39,7 @@ python -c "import torch; print(f'PyTorch: {torch.__version__}'); print(f'CUDA: {
3939
**Additional context**
4040
- OS: [e.g. Ubuntu 20.04, Windows 10, macOS 12]
4141
- Python version: [e.g. 3.9.7]
42-
- Flash-DMA version: [e.g. 0.1.0]
42+
- FSA version: [e.g. 0.1.0]
4343
- CUDA Compute Capability: [e.g. 8.6]
4444

4545
**Error traceback**

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug report
2-
description: Create a report to help us improve Flash-DMA
2+
description: Create a report to help us improve FSA
33
title: "[BUG REPORT] "
44
labels:
55
- bug

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for Flash-DMA
3+
about: Suggest an idea for FSA
44
title: '[FEATURE REQUEST] '
55
labels: ["feature"]
66
assignees:
@@ -44,4 +44,4 @@ Add any other context or screenshots about the feature request here.
4444
If this feature is inspired by a paper or existing implementation, please provide:
4545
- Link to paper/implementation
4646
- Brief explanation of the technique
47-
- Why it would be valuable for Flash-DMA users
47+
- Why it would be valuable for FSA users

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Feature request
2-
description: Suggest an idea for FDMA
2+
description: Suggest an idea for FSA
33
title: "[FEATURE REQUEST] "
44
labels:
55
- feature
@@ -16,7 +16,7 @@ body:
1616
- type: markdown
1717
attributes:
1818
value: |
19-
Help us understand the feature you are proposing and why it matters for Flash-DMA workflows.
19+
Help us understand the feature you are proposing and why it matters for FSA workflows.
2020
- type: textarea
2121
id: problem
2222
attributes:

0 commit comments

Comments
 (0)