Skip to content

Commit c65de2a

Browse files
committed
github workflows
1 parent de4e324 commit c65de2a

11 files changed

Lines changed: 1935 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve FlowForge
4+
title: "[BUG] "
5+
labels: "bug"
6+
assignees: ""
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Create pipeline with ...
16+
2. Run with configuration ...
17+
3. See error
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Error message/stack trace**
23+
```
24+
Paste the full error message and stack trace here
25+
```
26+
27+
**Environment:**
28+
- FlowForge version: [e.g. 0.2.0]
29+
- Scala version: [e.g. 2.13.12]
30+
- Java version: [e.g. 11]
31+
- OS: [e.g. Ubuntu 20.04]
32+
- Cloud provider: [e.g. GCP, AWS, Azure]
33+
34+
**Additional context**
35+
Add any other context about the problem here.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for FlowForge
4+
title: "[FEATURE] "
5+
labels: "enhancement"
6+
assignees: ""
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is.
12+
13+
**Describe the solution you would like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you have considered**
17+
A clear and concise description of any alternative solutions you have considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
21+
22+
**Implementation ideas**
23+
If you have ideas about how this could be implemented, please share them.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Description
2+
Brief description of the changes in this PR.
3+
4+
## Type of Change
5+
- [ ] Bug fix (non-breaking change which fixes an issue)
6+
- [ ] New feature (non-breaking change which adds functionality)
7+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
8+
- [ ] Documentation update
9+
- [ ] Performance improvement
10+
- [ ] Code refactoring
11+
12+
## Testing
13+
- [ ] Unit tests pass
14+
- [ ] Integration tests pass
15+
- [ ] Property-based tests added/updated
16+
- [ ] Manual testing performed
17+
18+
## Documentation
19+
- [ ] Code is documented
20+
- [ ] README updated (if needed)
21+
- [ ] API documentation updated (if needed)
22+
- [ ] Migration guide updated (if breaking change)
23+
24+
## Checklist
25+
- [ ] Code follows project style guidelines
26+
- [ ] Self-review of code completed
27+
- [ ] Tests added for new functionality
28+
- [ ] All tests pass locally
29+
- [ ] Documentation updated
30+
- [ ] No breaking changes (or breaking changes documented)

0 commit comments

Comments
 (0)