mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fix case of PyTorch in issue templates (#77180)
Also add a space after ⚠️ emoji in an attempt to fix the rendering. Pull Request resolved: https://github.com/pytorch/pytorch/pull/77180 Approved by: https://github.com/suo
This commit is contained in:
committed by
PyTorch MergeBot
parent
58bb1f747d
commit
ec33f0ee83
2
.github/ISSUE_TEMPLATE/ci-sev.md
vendored
2
.github/ISSUE_TEMPLATE/ci-sev.md
vendored
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: "⚠️CI SEV"
|
||||
name: "⚠️ CI SEV"
|
||||
about: Tracking incidents for PyTorch's CI infra.
|
||||
---
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -2,4 +2,4 @@ blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Questions
|
||||
url: https://discuss.pytorch.org/
|
||||
about: Ask questions and discuss with other pytorch community members
|
||||
about: Ask questions and discuss with other PyTorch community members
|
||||
|
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: 🚀 Feature request
|
||||
description: Submit a proposal/request for a new pytorch feature
|
||||
description: Submit a proposal/request for a new PyTorch feature
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
|
Reference in New Issue
Block a user