Skip to content

Commit 23d44c6

Browse files
committed
update .github
1 parent 70f7d28 commit 23d44c6

File tree

6 files changed

+58
-12
lines changed

6 files changed

+58
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
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. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Additional context**
24+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
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. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
- Check the correct box. Does this PR contain:
99
- [ ] Breaking changes
10-
- [ ] New functionality (new method, new metric, ...)
10+
- [ ] New functionality
1111
- [ ] Major changes
1212
- [ ] Minor changes
1313
- [ ] Bug fixes
1414

1515
- [ ] Proposed changes are described in the CHANGELOG.md
1616

17-
- [ ] CI Tests succeed and look good!
17+
- [ ] CI Tests succeed and look good!

.github/workflows/build.yml renamed to .github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ on:
1616

1717
jobs:
1818
build:
19-
uses: openproblems-bio/actions/.github/workflows/build.yml@main
19+
uses: viash-io/viash-actions/.github/workflows/build.yaml@v6
2020
with:
2121
version: ${{ github.event.inputs.version }}

.github/workflows/test.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Test
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
9+
jobs:
10+
test:
11+
uses: viash-io/viash-actions/.github/workflows/test.yaml@v6

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)