Skip to content

Commit

Permalink
configure bug report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
olingern committed Jan 27, 2020
1 parent af4c205 commit 936e4fc
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 13 deletions.
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

0 comments on commit 936e4fc

Please sign in to comment.