Skip to content

Commit c33fd52

Browse files
Update issue template to use discussions for questions (#6155)
* add issue config * remove question template * update URL * Update README.md * Update README.md Co-authored-by: Rohit Gupta <[email protected]> * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Rohit Gupta <[email protected]> Co-authored-by: Rohit Gupta <[email protected]>
1 parent 5cf892b commit c33fd52

File tree

3 files changed

+10
-35
lines changed

3 files changed

+10
-35
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask a Question
4+
url: https://github.com/PyTorchLightning/pytorch-lightning/discussions/new
5+
about: Ask and answer Lightning related questions
6+
- name: 💬 Slack
7+
url: https://app.slack.com/client/TR9DVT48M/CQXV8BRH9/thread/CQXV8BRH9-1591382895.254600
8+
about: Chat with our community

.github/ISSUE_TEMPLATE/how-to-question.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,8 @@ Lightning is also part of the [PyTorch ecosystem](https://pytorch.org/ecosystem/
391391
### Asking for help
392392
If you have any questions please:
393393
1. [Read the docs](https://pytorch-lightning.rtfd.io/en/latest).
394-
2. [Search through the Discussions](https://github.com/PyTorchLightning/pytorch-lightning/discussions).
395-
3. [Look it up in our forum (or add a new question)](https://forums.pytorchlightning.ai)
396-
4. [Join our slack](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-f6bl2l0l-JYMK3tbAgAmGRrlNr00f1A).
397-
394+
2. [Search through existing Discussions](https://github.com/PyTorchLightning/pytorch-lightning/discussions), or [add a new question](https://github.com/PyTorchLightning/pytorch-lightning/discussions/new)
395+
3. [Join our slack](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-f6bl2l0l-JYMK3tbAgAmGRrlNr00f1A).
398396
### Funding
399397
[We're venture funded](https://techcrunch.com/2020/10/08/grid-ai-raises-18-6m-series-a-to-help-ai-researchers-and-engineers-bring-their-models-to-production/) to make sure we can provide around the clock support, hire a full-time staff, attend conferences, and move faster through implementing features you request.
400398

0 commit comments

Comments
 (0)