-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure bug report issue template (#7844)
* configure bug report issue template * Update bug_report.yml Co-authored-by: Christoph Nakazawa <[email protected]>
- Loading branch information
Showing
3 changed files
with
53 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report | ||
--- | ||
|
||
<!-- | ||
1. Please read our Rules of Conduct: https://github.com/yarnpkg/yarn/blob/master/CODE_OF_CONDUCT.md | ||
2. Please search existing issues to avoid creating duplicates. Duplicates will be closed. | ||
3. Currently, not accepting any new feature requests. Please head over to https://github.com/yarnpkg/berry for new feature requests. | ||
--> | ||
|
||
|
||
<!-- Please fill out all sections. Issues with this not compeleted will be closed. ---> | ||
|
||
|
||
### Bug description | ||
<!-- Any context around the issue or bug is helpful. --> | ||
|
||
**Command** | ||
|
||
```sh | ||
yarn [your command] | ||
``` | ||
|
||
**What is the current behavior?** | ||
<!-- Describe how yarn is currently functioning with respect to the bug. --> | ||
|
||
|
||
**What is the expected behavior?** | ||
<!-- Describe how you expect it to work --> | ||
|
||
|
||
**Steps to Reproduce** | ||
<!-- If you can, provide a link to a public repository which contains the files necessary to reproduce this. --> | ||
|
||
1. | ||
2. | ||
|
||
**Environment** | ||
|
||
- Node Version: `x.x.x` | ||
- Yarn v1 Version: `1.x.x` | ||
- OS and version: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Yarn v1 documentation | ||
url: https://legacy.yarnpkg.com/en/docs | ||
about: Please visit the documentation for v1.x.x before opening a bug report |