diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-07 19:56:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-07 19:56:02 +0900 |
| commit | 841cedc5f851fe882635536670252e188f2a68a6 (patch) | |
| tree | 7496421f2b281f5c6ca7722a565b94e300713431 /.github | |
| parent | Update @types/speakeasy requirement from 2.0.3 to 2.0.4 (#4369) (diff) | |
| download | sharkey-841cedc5f851fe882635536670252e188f2a68a6.tar.gz sharkey-841cedc5f851fe882635536670252e188f2a68a6.tar.bz2 sharkey-841cedc5f851fe882635536670252e188f2a68a6.zip | |
Update issue templates
Diffstat (limited to '.github')
6 files changed, 18 insertions, 18 deletions
diff --git a/.github/ISSUE_TEMPLATE/01_bug-report.md b/.github/ISSUE_TEMPLATE/01_bug-report.md index bd2ec63658..781a7b0bfe 100644 --- a/.github/ISSUE_TEMPLATE/01_bug-report.md +++ b/.github/ISSUE_TEMPLATE/01_bug-report.md @@ -7,24 +7,24 @@ assignees: '' --- -# Summary +## Summary <!-- Tell us what the bug is --> -# Expected Behavior +## Expected Behavior <!--- Tell us what should happen --> -# Actual Behavior +## Actual Behavior <!--- Tell us what happens instead of the expected behavior --> -# Steps to Reproduce +## Steps to Reproduce 1. 2. 3. -# Environment +## Environment <!-- Tell us where on the platform it happens --> diff --git a/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md b/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md index 0a4accccec..e18459a903 100644 --- a/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md +++ b/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md @@ -7,25 +7,25 @@ assignees: '' --- -# Summary +## Summary <!-- Tell us what the bug is --> -# Expected Behavior +## Expected Behavior <!--- Tell us what should happen --> -# Actual Behavior +## Actual Behavior <!--- Tell us what happens instead of the expected behavior --> -# Steps to Reproduce +## Steps to Reproduce 1. 2. 3. -# Environment +## Environment <!-- Tell us where on the platform it happens --> <!-- e.g. desktop or mobile version, your browser, your OS --> diff --git a/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md b/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md index 75d1ce22db..3e72285188 100644 --- a/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md +++ b/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md @@ -7,25 +7,25 @@ assignees: '' --- -# Summary +## Summary <!-- Tell us what the bug is --> -# Expected Behavior +## Expected Behavior <!--- Tell us what should happen --> -# Actual Behavior +## Actual Behavior <!--- Tell us what happens instead of the expected behavior --> -# Steps to Reproduce +## Steps to Reproduce 1. 2. 3. -# Environment +## Environment <!-- Tell us where on the platform it happens --> <!-- e.g. your Node.js version, your OS --> diff --git a/.github/ISSUE_TEMPLATE/11_feature-request.md b/.github/ISSUE_TEMPLATE/11_feature-request.md index ad4d114d44..2051ddef77 100644 --- a/.github/ISSUE_TEMPLATE/11_feature-request.md +++ b/.github/ISSUE_TEMPLATE/11_feature-request.md @@ -7,6 +7,6 @@ assignees: '' --- -# Summary +## Summary <!-- Tell us what the suggestion is --> diff --git a/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md b/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md index e75787853b..786742a3d8 100644 --- a/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md +++ b/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md @@ -7,6 +7,6 @@ assignees: '' --- -# Summary +## Summary <!-- Tell us what the suggestion is --> diff --git a/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md b/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md index a55c610436..3194142131 100644 --- a/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md +++ b/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md @@ -7,6 +7,6 @@ assignees: '' --- -# Summary +## Summary <!-- Tell us what the suggestion is --> |