Skip to content

#137 - Update to spring 2025 standards #138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
labels: 'bug'

type: 'Bug'
---

## Describe the bug
Expand All @@ -21,5 +21,10 @@ A clear and concise description of what you expected to happen.
## Screenshots
If applicable, add screenshots to help explain your problem.

## Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

## Additional context
Add any other context about the problem here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/epic_task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Epic
about: A larger task consisting of more deliverables
labels: 'epic'
type: 'Epic'
---

## Background
A clear and concise intro into the situation.

## Goal
The goal that epic wants to achieve.

[Add actionable subtasks or even epics]
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
labels: 'enhancement'

type: 'Feature'
---

## Background
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/operative_task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Operative task
about: Issue template for operational tasks.
labels: 'infrastructure,no RN'
type: 'Task'
---

## The task

Short description of the task.
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/spike_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Spike
about: Issue template for spikes, research and investigation tasks
labels: 'spike'

type: 'Task'
---

## Background
Expand All @@ -20,14 +20,12 @@ Feel free to add information about why it's needed and what assumptions you have

The list of desired outcomes of this spike ticket.

```[tasklist]
### Tasks
- [ ] Questions have been answered or we have a clearer idea of how to get to our goal
- [ ] Discussion with the team
- [ ] Documentation
- [ ] Create recommendations and new implementation tickets
- [ ] item here..
```

## Additional Info/Resources [Optional]

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/check_pr_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
python-version: '3.11'

- name: Check presence of release notes in PR description
uses: AbsaOSS/release-notes-presence-check@v0.2.0
uses: AbsaOSS/release-notes-presence-check@v0.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
github-repository: ${{ github.repository }}
pr-number: ${{ github.event.number }}
skip-labels: 'no RN'