Skip to content

Commit 64aae7b

Browse files
authored
Fix issue template for questions (#17817)
1 parent d8570ec commit 64aae7b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/question.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "🤔 Questions and Help"
33
about: This issue tracker is not for questions. Please ask questions at https://stackoverflow.com/questions/tagged/react.
44
title: 'Question: '
5-
labels: 'Resolution: Invalid', 'Type: Question'
5+
labels: 'Resolution: Invalid, Type: Question'
66

77
---
88

@@ -12,18 +12,18 @@ As it happens, support requests that are created as issues are likely to be clos
1212

1313
## Coding Questions
1414

15-
### https://stackoverflow.com/questions/tagged/react
16-
1715
If you have a coding question related to React and React DOM, it might be better suited for Stack Overflow. It's a great place to browse through frequent questions about using React, as well as ask for help with specific questions.
1816

17+
https://stackoverflow.com/questions/tagged/react
18+
1919
## Talk to other React developers
2020

21-
### https://www.reactiflux.com/
21+
There are many online forums which are a great place for discussion about best practices and application architecture as well as the future of React.
2222

23-
Reactiflux is an active community of React and React Native developers. If you are looking for immediate assistance or have a general question about React, the #help-react channel is a good place to start.
23+
https://reactjs.org/community/support.html#popular-discussion-forums
2424

2525
## Proposals
2626

27-
### https://github.com/reactjs/rfcs
28-
2927
If you'd like to discuss topics related to the future of React, or would like to propose a new feature or change before sending a pull request, please check out the discussions and proposals repository.
28+
29+
https://github.com/reactjs/rfcs

0 commit comments

Comments
 (0)