Skip to content

Commit

Permalink
updated existing issues to show whether they are reserved for interna…
Browse files Browse the repository at this point in the history
…l use. disabled blank issues.
  • Loading branch information
maxxfrazer committed Sep 26, 2023
1 parent 5e2244a commit 7eb5c44
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: SDK Bugs and Feature Requests
url: https://agora-ticket.agora.io/
about: Do you have a bug or feature request related to one of Agora's SDKs?
30 changes: 21 additions & 9 deletions .github/ISSUE_TEMPLATE/docs-update-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,33 @@
name: Docs update issue
about: Request an update to a doc
title: ''
labels: ''
labels: 'Bug'
assignees: saudsami, atovpeko

---

**Business case**: How will this issue help our customers?
**Business case**:
<!-- How will this issue help Agora customers or yourself? -->

**Subject Matter Expert**:
- *Technical*:
- *Language*: Iain
- *PM*: only if essential
<!--
- *Technical*: @saudsami
- *Language*: @atovpeko
-->

**Scope**: The products and documents to be updated. If you are not sure, leave it to Iain.
**Doc Link**
<!-- Add links to any examples of the missing/incorrect docs, if applicable -->

**Acceptance criteria**: The documentation is technically correct, easy to use, follows the template structure and
follows the Google Developer Style Guide.
**Scope**:
<!-- The products and documents to be updated. If you are not sure, leave it to @atovpeko. -->

**Additional valuable information**: Anything else that will help with this issue?
**Acceptance criteria**:

- technically correct
- easy to use
- follows the template structure
- follows the Google Developer Style Guide

**Additional valuable information**

<!-- Anything else that will help with this issue? (eg Screenshots) -->
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/milestone-management.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
name: Milestone management
name: [Internal] Milestone management
about: Checklist for milestone tasks
title: Milestone management
labels: ''
assignees: atovpeko

---

<!-- This Issue is for Agora use only -->

Take the following project management steps to fulfill this milestone:

- [ ] Run the full scope of the proposed EN doc updates by the PO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
name: Rewrite a document according to the new architecture
name: [Internal] Rewrite a document according to the new architecture
about: Describe this issue template's purpose here.
title: Rewrite the '<Doc Title>' doc in POC3 style
labels: ''
labels: 'enhancement'
assignees: saudsami

---

<!-- This Issue is for Agora use only -->

**Business case**: The POC3 reference app simplifies the integration process of Video SDK. Clients can simply clone the code repository to experience and test product features. Add code for the implementation of **Document title** to the `video-sdk-samples-<platform>` code repository. Update the document to POC3 style and include the updated code. Use conditional blocks, where required, to create variants for Interactive live streaming, Broadcast Streaming, and Voice calling

**Subject Matter Expert**:
Expand Down

0 comments on commit 7eb5c44

Please sign in to comment.