Skip to content

Commit cddccd6

Browse files
chore: update GitHub issue templates to focus on bugs (#2017 by @coolsoftwaretyler)
To priorize stability of the project, we should encourage folks to use the issue tracker solely for bug reports, and funnel other items to the GitHub discussions board.
1 parent 50e6df9 commit cddccd6

File tree

4 files changed

+7
-58
lines changed

4 files changed

+7
-58
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
---
22
name: Bug report
33
about: I think something is not working as it should
4-
54
---
65

76
<!-- Not following the template might result in your issue being closed without further notice -->
87

98
**_Bug report_**
109

11-
* [ ] I've checked documentation and searched for existing issues
12-
* [ ] I've made sure my project is based on the latest MST version
13-
* [ ] Fork [this](https://codesandbox.io/s/y64pzxj01) code sandbox or another minimal reproduction.
10+
- [ ] I've checked documentation and searched for existing issues [and discussions](https://github.com/mobxjs/mobx-state-tree/discussions)
11+
- [ ] I've made sure my project is based on the latest MST version
12+
- [ ] Fork [this](https://codesandbox.io/s/y64pzxj01) code sandbox or another minimal reproduction.
1413

1514
**Sandbox link or minimal reproduction code**
15+
1616
<!-- link to your sandbox or alternatively minimal reproduction code-->
1717

1818
**Describe the expected behavior**
19+
1920
<!-- What should happen? -->
2021

2122
**Describe the observed behavior**
23+
2224
<!-- What happens instead? -->

.github/ISSUE_TEMPLATE/conceptual-question.md

-13
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

-25
This file was deleted.

ISSUE_TEMPLATE.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1 @@
1-
I have:
2-
3-
* [ ] A conceptual question.
4-
* [ ] I've checked documentation and searched for existing issues
5-
* [ ] I tried [GitHub Discussions](https://github.com/mobxjs/mobx-state-tree/discussions) first
6-
* [ ] I think something is not working as it should.
7-
* [ ] I've checked documentation and searched for existing issues
8-
* [ ] I've made sure your project is based on the latest MST version
9-
* [ ] Fork [this](https://codesandbox.io/s/jlnmjqr7xv) code sandbox or another minimal reproduction.
10-
* [ ] Describe expected behavior
11-
* [ ] Describe observed behavior
12-
* [ ] Feature request
13-
* [ ] Describe the feature and why you feel your feature needs to be generically solved inside MST
14-
* [ ] Are you willing to (attempt) a PR?
15-
16-
_Not following the above template might result in your issue being closed without further notice_
1+
**If your issue isn't a bug report, please consider using discussion threads instead of opening an issue: https://github.com/mobxjs/mobx-state-tree/discussions**

0 commit comments

Comments
 (0)