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

Minor fixes to issue/pr templates #542

Merged
merged 1 commit into from
Apr 16, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Submitting an Issue

When submitting an Issue against Privte Kit, please follow these guidelines to help us help you.
<!-- # Submitting an Issue -->
<!-- When submitting an Issue against this repo, please follow these
guidelines to help us help you. -->

## Version

Expand All @@ -10,16 +10,18 @@ When submitting an Issue against Privte Kit, please follow these guidelines to h

## Steps to reproduce

Be as detailed as possible
<!-- Be as detailed as possible -->

## Expected Behavior

Example:
<!-- Example: -->

- When I click `Stop Logging` I am taken to the `Import` screen. Expect to
go back to the Welcome greeting.

<!--
## Upload any files to the Issue useful in helping us to investigate

Please ensure you upload any relevant files - such as screenshots - which
will aid in investigating and fixing.
-->
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Description

Description of what the PR does, includeing a fixed issue with Resolves #{issue number}
<!-- Description of what the PR does, including a fixed issue with Resolves #{issue number} -->

## How to test

Description of how to validate or test this PR
<!-- Description of how to validate or test this PR -->