Skip to content

Commit

Permalink
Templates: synced file(s) with sovity/PMO-Software (sovity#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
sovitybot authored and dhommen committed Mar 27, 2024
1 parent 9645842 commit 4ee06bb
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: Bug Report
about: Create a report to help us improve
title: ""
labels: "kind/bug"
assignees: ""
---

# Bug Report

## Description
<!-- A clear and concise description of the bug. -->
<!-- If applicable, add screenshots or other information to help explain your problem. -->

### Expected Behavior
<!-- A clear and concise description of what you expected to happen. -->

### Observed Behavior
<!-- A clear and concise description of what happened instead. -->

## Steps to Reproduce
<!-- Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->

## Context Information
<!-- Add any other context about the problem here.
- Environment: Which instance or deployment were you using when the error occurred? Staging, Productive, Connector-URL, etc.?
- Used version: If a specific component was used, which Version did you use? E.g. EDC v1.0.0
- Time: When did the error occur? Exact timestamp (incl. time zone; assumed CET/CEST if missing) if possible.
- Logs: Error log or further information
- Parameter: Request contents or information entered
- OS: [e.g. iOS, Windows]
- ...
-->

## Possible Implementation and Work Breakdown
<!-- You already know the root cause of the erroneous state and how to fix it? Feel free to share your thoughts and edit the tasklist. -->

```[tasklist]
- [ ] adjust the labels, sprint and other metadata
- [ ] refine a solution proposal / work breakdown
```
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_What issues does this PR close?_

## How Has This Been Tested?

```[tasklist]
### Checklist
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/add_pullrequest_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add pull request to project action

on:
pull_request:

jobs:
add_pullrequest_to_project:
if: github.actor != 'dependabot' && github.actor != 'sovitybot' # ignore PRs from bots
name: add_pullrequest_to_project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/sovity/projects/9
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}
labeled: area/dependency
label-operator: NOT

0 comments on commit 4ee06bb

Please sign in to comment.