Skip to content
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

49 template updates #50

Merged
merged 3 commits into from
Jul 25, 2024
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue_documentation_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: ❕ Documentation 📝
about: Indicate an issue with API documentation or supplementary documents
about: Indicate an issue with Release Management documentation or supplementary documents
title: ''
labels: 'documentation'
assignees: ''
Expand Down
19 changes: 11 additions & 8 deletions .github/ISSUE_TEMPLATE/issue_review_template.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
---
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'
about: Request the review of a given issue or PR by the Release Mgmt team
title: '$API name$ $version extension$ release review'
labels: 'review'
assignees: ''

---

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

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

[ ] API Definition files (YAML) (check version in info & servers objects)
To review, assign this issue to yourself and follow the below list.
For any item, review the file(s) in the issue/PR listed above.
Put comments in the above issue or PR if they concern non-changed text.
When done, tick the box 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)
Expand Down