Skip to content

Commit d2c3a48

Browse files
olingerncpojer
andcommitted
Configure bug report issue template (#7844)
* configure bug report issue template * Update bug_report.yml Co-authored-by: Christoph Nakazawa <[email protected]>
1 parent af4c205 commit d2c3a48

File tree

3 files changed

+53
-13
lines changed

3 files changed

+53
-13
lines changed

.github/ISSUE_TEMPLATE.md

-13
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report
4+
---
5+
6+
<!--
7+
8+
1. Please read our Rules of Conduct: https://github.com/yarnpkg/yarn/blob/master/CODE_OF_CONDUCT.md
9+
10+
2. Please search existing issues to avoid creating duplicates. Duplicates will be closed.
11+
12+
3. Currently, not accepting any new feature requests. Please head over to https://github.com/yarnpkg/berry for new feature requests.
13+
14+
-->
15+
16+
17+
<!-- Please fill out all sections. Issues with this not compeleted will be closed. --->
18+
19+
20+
### Bug description
21+
<!-- Any context around the issue or bug is helpful. -->
22+
23+
**Command**
24+
25+
```sh
26+
yarn [your command]
27+
```
28+
29+
**What is the current behavior?**
30+
<!-- Describe how yarn is currently functioning with respect to the bug. -->
31+
32+
33+
**What is the expected behavior?**
34+
<!-- Describe how you expect it to work -->
35+
36+
37+
**Steps to Reproduce**
38+
<!-- If you can, provide a link to a public repository which contains the files necessary to reproduce this. -->
39+
40+
1.
41+
2.
42+
43+
**Environment**
44+
45+
- Node Version: `x.x.x`
46+
- Yarn v1 Version: `1.x.x`
47+
- OS and version:

.github/ISSUE_TEMPLATE/bug_report.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
blank_issues_enabled: false
3+
contact_links:
4+
- name: Yarn v1 documentation
5+
url: https://legacy.yarnpkg.com/en/docs
6+
about: Please visit the documentation for v1.x.x before opening a bug report

0 commit comments

Comments
 (0)