Skip to content

Commit 2fdae62

Browse files
committed
Updating github bits. (#65)
1 parent 6b7ee9a commit 2fdae62

File tree

6 files changed

+71
-6
lines changed

6 files changed

+71
-6
lines changed
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: Bug reports
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
12+
A clear and concise description of what the bug is.
13+
14+
**To Reproduce**
15+
16+
Steps to reproduce the behaviour, including a description of how you're using the library preferably with pseudocode or a code snippet.
17+
18+
**Expected behaviour**
19+
20+
A clear and concise description of what you expected to happen.
21+
22+
**Screenshots**
23+
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**System information:**
27+
28+
- OLCUT Version: [e.g., 5.3.0]
29+
- OS: [e.g., Windows/macOS/Linux]
30+
- Java Version: [e.g., 8, 11, 17 etc]
31+
- JDK Vendor: [e.g., Oracle, OpenJDK etc]
32+
33+
**Additional context**
34+
35+
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/workflows/maven-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: OLCUT CI (macOS x86_64, OpenJDK 8, 11, 17)
55

66
on:
77
push:
8-
branches: [ main, develop ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ main, develop ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:

.github/workflows/maven-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: OLCUT CI (Ubuntu x86_64, OpenJDK 8, 11, 17)
55

66
on:
77
push:
8-
branches: [ main, develop ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ main, develop ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:

.github/workflows/maven-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: OLCUT CI (Windows x86_64, OpenJDK 8, 11, 17)
55

66
on:
77
push:
8-
branches: [ main, develop ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ main, develop ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### Description
2+
< Insert text describing your change >
3+
4+
### Motivation
5+
< Why is this change necessary? Is it a bug fix or new feature? >
6+
7+
< Please link any relevant issues or PRs >
8+
9+
### Paper reference
10+
< If this PR introduces a new algorithm or ML feature, please cite the original paper >

0 commit comments

Comments
 (0)