Skip to content

Commit

Permalink
Merge pull request #45 from nokia/44-create-api-review-issue-template
Browse files Browse the repository at this point in the history
44 create api review issue template
  • Loading branch information
hdamker authored Jul 24, 2024
2 parents 5eaa484 + 5e70570 commit 940b979
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_review_template
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: 💡 Review 🌟
about: Request that the review of a given issue or PR shall be done by the Release Mgmt team
title: 'API release review request'
labels: 'review'
assignees: ''

---

**Related API issue or PR **
<!-- Put here the link to the issue(s) or PR(s) that needs to be reviewed -->

**Expected actions**
To review, follow the below list.
For any item, when done, put a comment in this issue.

[ ] API Definition files (YAML) (check version in info & servers objects)
[ ] test file(s) availability
[ ] changelog updated
[ ] readme updated (enforce correct release number / API version naming)
[ ] API readiness checklist(s)

**Additional comments**
<!-- Add any other comments here as needed. -->

0 comments on commit 940b979

Please sign in to comment.