Skip to content
Closed
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
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/openapi-spec-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ Does creation of the github issue creates alert right now?

name: OpenAPI Spec Bug Report
about: Create a report to help us improve the OpenAPI Spec
title: "[OpenAPI Spec Bug] "
labels: bug
assignees: ''

---

**Describe the bug**
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
name: Release Bug
about: This template is used by the CD to file bugs during the release process
title: "({{env.TARGET_ENV}}) The {{env.RELEASE_NAME}} Release has failed. :scream_cat:"
labels: failed-release
assignees: ''

---
See https://github.com/mongodb/openapi/actions/runs/{{env.GITHUB_RUN_ID}}

See https://github.com/mongodb/openapi/actions/runs/{{env.GITHUB_RUN_ID}}
Loading