-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(template): overhaul BUG_REPORT.md language for clarity
Co-authored-by: Shahar "Dawn" Or <[email protected]>
- Loading branch information
Showing
1 changed file
with
13 additions
and
10 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,18 +1,21 @@ | ||
--- | ||
name: "🐞 Bug report" | ||
about: Report an issue with this software | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
about: Some behavior does not meet expectations | ||
--- | ||
|
||
**What version of this package are you using?** | ||
## Here's what I did | ||
|
||
## What I expected to happen | ||
|
||
## What seems to have happened | ||
|
||
<!-- | ||
**What operating system, Node.js, and npm version?** | ||
Please provide your dependency tree as an attachment unless not applicable. | ||
Feel free to omit sensitive information. | ||
**What happened?** | ||
npm: `$ npm ls` | ||
yarn: `$ yarn list` | ||
**What did you expect to happen?** | ||
--> | ||
|
||
**Are you willing to submit a pull request to fix this bug?** |