Skip to content

Commit 6518fa9

Browse files
authored
Update GH issue template (#3710)
1 parent ccd78ff commit 6518fa9

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: 🐛 Bug Report
22
description: Create a report to help us reproduce and fix the bug
33

44
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
<strong>PLEASE NOTE THAT THE TORCHAUDIO REPOSITORY IS NO LONGER ACTIVELY MONITORED.</strong> You will not likely get a response. For open discussions, visit https://discuss.pytorch.org/.
59
- type: markdown
610
attributes:
711
value: >

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: 📚 Documentation
22
description: Report an issue related to https://pytorch.org/audio/stable/index.html
33

44
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
<strong>PLEASE NOTE THAT THE TORCHAUDIO REPOSITORY IS NO LONGER ACTIVELY MONITORED.</strong> You will not likely get a response. For open discussions, visit https://discuss.pytorch.org/.
59
- type: textarea
610
attributes:
711
label: 📚 The doc issue

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: 🚀 Feature request
22
description: Submit a proposal/request for a new torchaudio feature
33

44
body:
5+
- type: markdown
6+
attributes:
7+
value: >
8+
<strong>PLEASE NOTE THAT THE TORCHAUDIO REPOSITORY IS NO LONGER ACTIVELY MONITORED.</strong> You may not get a response. For open discussions, visit https://discuss.pytorch.org/.
59
- type: textarea
610
attributes:
711
label: 🚀 The feature

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<strong>PLEASE NOTE THAT THE TORCHAUDIO REPOSITORY IS NO LONGER ACTIVELY MONITORED.</strong> You may not get a response. For open discussions, visit https://discuss.pytorch.org/.

0 commit comments

Comments
 (0)