Skip to content

Commit

Permalink
Release version 0.0.1 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisneuling authored May 13, 2022
1 parent f03fd34 commit 861afa0
Show file tree
Hide file tree
Showing 95 changed files with 7,633 additions and 434 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 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/Error Messages
_If applicable, add screenshots and/or error messages to help explain your problem._

## Context Informations
_Add any other context about the probleme here._

- Used version: [e.g. Commit Hash]
- OS: [e.g. Mac OS (M1), Windows, Linux]
- Docker Version: [e.g. 20.10.12]
- `java --version`:

## Possible Implementation
_You already know the root cause of the erroneous state and how to fix it? Feel free to share your thoughts._
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

_If you are missing a feature or have an idea how to improve this project that should first be
discussed, please feel free to open up a [discussion](https://github.com/catenax-ng/catena-x-edc/discussions/categories/ideas)._

**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._
29 changes: 28 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
---
version: 2
updates:
-
package-ecosystem: "gitsubmodule"
target-branch: develop
directory: "/"
labels:
- "dependabot"
- "edc"
schedule:
interval: "daily"
-
package-ecosystem: "github-actions"
target-branch: develop
Expand Down Expand Up @@ -28,10 +37,28 @@ updates:
- "docker"
schedule:
interval: "daily"
-
package-ecosystem: "docker"
target-branch: develop
directory: "edc-controlplane/edc-controlplane-memory/src/main/docker"
labels:
- "dependabot"
- "docker"
schedule:
interval: "daily"
-
package-ecosystem: "docker"
target-branch: develop
directory: "edc-controlplane/edc-controlplane-postgresql/src/main/docker"
labels:
- "dependabot"
- "docker"
schedule:
interval: "daily"
-
package-ecosystem: "maven"
target-branch: develop
directory: "edc-controlplane/edc-controlplane-cosmosdb/src/main/docker"
directory: /
labels:
- "dependabot"
- "dependencies"
Expand Down
Loading

0 comments on commit 861afa0

Please sign in to comment.