Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 882482b

Browse files
authored
Merge pull request #888 from dlam/master
Add an issue template to redirect to buganizer for FR / Bugs in libraries
2 parents a73e2b9 + a2f1fe4 commit 882482b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Lifecycle
4+
url: https://issuetracker.google.com/issues/new?component=413132&template=1096619
5+
about: File a bug or feature request for Lifecycle
6+
- name: Navigation
7+
url: https://issuetracker.google.com/issues/new?component=409828&template=1093757
8+
about: File a bug or feature request for Navigation or SafeArgs
9+
- name: Paging
10+
url: https://issuetracker.google.com/issues/new?component=413106&template=1096385
11+
about: File a bug or feature request for Paging
12+
- name: Room
13+
url: https://issuetracker.google.com/issues/new?component=413107&template=1096568
14+
about: File a bug or feature request for Room
15+
- name: WorkManager
16+
url: https://issuetracker.google.com/issues/new?component=409906&template=1094197
17+
about: File a bug or feature request for WorkManager

.github/issue_template.md renamed to .github/ISSUE_TEMPLATE/issue_template.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
name: Samples
3+
about: Report an issue with one of the samples in this repository
4+
title: ''
5+
labels:
6+
assignees: ''
7+
8+
---
9+
110
/* Remove this comment
211

312
Reporting an issue with the Architecture Components or the samples?

0 commit comments

Comments
 (0)