Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure bug report issue template #7844

Merged
merged 2 commits into from Jan 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -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:
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
@@ -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