Skip to content

Commit

Permalink
Updating github bits. (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craigacp authored Jan 24, 2023
1 parent 2fbd48a commit 9b6a5d2
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 6 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Bug reports
title: ''
labels: bug
assignees: ''

---

**Describe the bug**

A clear and concise description of what the bug is.

**To Reproduce**

Steps to reproduce the behaviour, including a description of how you're using the library preferably with pseudocode or a code snippet.

**Expected behaviour**

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

**Screenshots**

If applicable, add screenshots to help explain your problem.

**System information:**

- OLCUT Version: [e.g., 5.3.0]
- OS: [e.g., Windows/macOS/Linux]
- Java Version: [e.g., 8, 11, 17 etc]
- JDK Vendor: [e.g., Oracle, OpenJDK etc]

**Additional context**

Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**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.
4 changes: 2 additions & 2 deletions .github/workflows/maven-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: OLCUT CI (macOS x86_64, OpenJDK 8, 11, 17)

on:
push:
branches: [ main, develop ]
branches: [ main ]
pull_request:
branches: [ main, develop ]
branches: [ main ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: OLCUT CI (Ubuntu x86_64, OpenJDK 8, 11, 17)

on:
push:
branches: [ main, develop ]
branches: [ main ]
pull_request:
branches: [ main, develop ]
branches: [ main ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: OLCUT CI (Windows x86_64, OpenJDK 8, 11, 17)

on:
push:
branches: [ main, develop ]
branches: [ main ]
pull_request:
branches: [ main, develop ]
branches: [ main ]

jobs:
build:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### Description
< Insert text describing your change >

### Motivation
< Why is this change necessary? Is it a bug fix or new feature? >

< Please link any relevant issues or PRs >

### Paper reference
< If this PR introduces a new algorithm or ML feature, please cite the original paper >

0 comments on commit 9b6a5d2

Please sign in to comment.