From f4053cb2a757d32e4d846f953b9d2b18d67001ae Mon Sep 17 00:00:00 2001 From: Will Mendes Date: Mon, 21 Oct 2019 10:26:45 +1100 Subject: [PATCH] chore(.github): updating Github templates --- .github/ISSUE_TEMPLATE.md | 8 ++++++-- CHANGELOG.md | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f3da213..c3d0d20 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,6 +10,10 @@ I thought that by going to the page '...' and do the action '...' then '...' wou Instead of '...', what I saw was that '...' happened instead. -### Browsers affected +### How to simulate the behaviour (if applicable) -Please specify the affected browsers. +This is the example of the current behaviour https://stackblitz.com/edit/perf-marks-playground + +### Browsers/OS/Platforms affected + +Please specify the affected browsers/OS/platforms. diff --git a/CHANGELOG.md b/CHANGELOG.md index b3cad85..65767db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][] +### Updated + +- Adding more info in `ISSUE_TEMPLATE.md` + ### Added - Adding gif showing the package usage