Skip to content

Commit

Permalink
Merge branch 'main' into 1075-update-information-about-httpproxy-in-e…
Browse files Browse the repository at this point in the history
…dc-ce
  • Loading branch information
tmberthold authored Nov 6, 2024
2 parents a1ee8ba + fd8a870 commit 89b8b98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/epic_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ assignees: ""

### Requirements
<!-- Which requirements do you have to be fulfilled? -->
<!-- Which security-related requirements must be satisfied? -->

## Work Breakdown
<!-- If you already know what needs to be done, plase add a tasklist. -->
Expand All @@ -22,14 +23,18 @@ assignees: ""
- [ ] Create Stories which can be converted into issues
```

### Security Constraints
<!-- Which constraints can be checked that must be covered by the work breakdown? -->
- [ ] Final solution design has been challenged for security related topics

## Initiative / goal
<!-- Describe how this Epic impacts an initiative the business is working on. -->

### Hypothesis
<!-- What is your hypothesis on the success of this Epic? Describe how success will be measured and what leading indicators the team will have to know if success has been hit. -->

## Acceptance criteria and must have scope
<!-- Define what is a must-have for launch and in-scope. Keep this section fluid and dynamic until you lock-in priority during planning. Please list your criteria below. -->
<!-- Define what is a must-have for launch and in-scope (e.g. security-related tasks like successful pen-tests). Keep this section fluid and dynamic until you lock-in priority during planning. Please list your criteria below. -->

## Stakeholders
<!-- Describe who needs to be kept up-to-date about this Epic, included in discussions, or updated along the way. Stakeholders can be both in Product/Engineering, as well as other teams like Customer Success who might want to keep customers updated on the epic project. -->
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add_issue_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: add_issue_to_project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
project-url: https://github.com/orgs/sovity/projects/9
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}

0 comments on commit 89b8b98

Please sign in to comment.