Skip to content

Commit

Permalink
prepare version 22.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeDieu committed May 17, 2024
2 parents 50eaf1f + ac71576 commit 02a8879
Show file tree
Hide file tree
Showing 4,500 changed files with 499 additions and 791,492 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 0 additions & 4 deletions .clang-format

This file was deleted.

30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: Bug report
<<<<<<< HEAD
about: Epsilon is not working like it should? Let us know!
labels: 'bug'

Expand All @@ -23,3 +24,32 @@ A clear and concise description of what you expected to happen.
#### Environment
- Epsilon version (Settings > About > Software version).
- The platform(s) on which the problem happens: online simulator, actual device, etc...
=======
about: Upsilon is not working like it should? Let us know!
title: ''
labels: 'Status: Triage, Type: Bug'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Device (please complete the following information):**
- The device on which you're running Upsilon (computer, n0110, n0100, etc...)
- Upsilon Version: [go to settings > about > Upsilon Version and type the version here]
- Upsilon commit: [settings > about > click one time on epsilon version]
>>>>>>> ac71576accd4fef74d74e417c3ff94507d78be79
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: Feature request
<<<<<<< HEAD
about: Suggest an idea for an improvement of Epsilon
labels: 'enhancement'

Expand All @@ -19,4 +20,20 @@ A clear and concise description of what you want to happen.
A clear and concise description of any alternative solutions or features you've considered.

#### Additional context
=======
about: Suggest an idea for Upsilon
title: ''
labels: 'Status: Triage, Type: Feature'
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.

**Additional context**
>>>>>>> ac71576accd4fef74d74e417c3ff94507d78be79
Add any other context or screenshots about the feature request here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Other
about: A question? A problem? …
title: ''
labels: 'Status: Triage'
assignees: ''

---


19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/problems-during-installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Problems during installation
about: Need help to install Upsilon?
title: ''
labels: 'Status: Triage, Type: Installation issue'
assignees: ''

---

**Describe the problem**


**Logs**
```
Copy/paste the logs here (If you have some)
```

**Environment**
- Upsilon Version: {go to settings > about > Upsilon Version and type the version here}
12 changes: 12 additions & 0 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Docker Image CI
on: [pull_request, push]

jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build the Docker image
run: docker build . --file docker/Dockerfile --tag omega:$(date +%s)
Loading

0 comments on commit 02a8879

Please sign in to comment.