generated from camaraproject/Template_API_Repository
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from nokia/44-create-api-review-issue-template
44 create api review issue template
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |