Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nylira committed May 23, 2018
1 parent 19001ab commit d8c028f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Contributing to Voyager

Thank you for your interest in contributing to Voyager. We've written up some guidelines to help you get your issues looked into faster, and pull requests merged in a timely manner.
Thank you for your interest in contributing to Voyager. We've written up some guidelines to help you get your issues looked into faster, and pull requests merged in a timely manner.

## Issue Guidelines

* Please label the issue either bug or proposal according to its purpose.
* Please state the version of the UI.
* Please describe the bug or your proposed change to the software in as much detail as possible.
* When screenshots can be used to describe the bug/proposal, please include them .
* If you report a bug, please provide the log content and the steps required to reproduce the bug. The logs can be found at `%USER_HOME%/.cosmos-voyager/main.log`

## Pull Request Guidelines

* Please confirm that your pull request will pass our linting and unit tests.
* Please make sure your code is properly tested, so that the code coverage is not decreasing.
* Please write `closes #123` somwhere in the pull request. #123 is the issue number you are attempting to fix with this PR. This string will automatically close the issue when the PR is merged.
Expand Down
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ UI Version: 0.X.X

Description:

<!-- Steps to reproduce, logs, and screenshots are helpful for us to resolve the bug -->
<!-- Steps to reproduce, logs, and screenshots are helpful for us to resolve the bug -->
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Closes #ISSUE

Description:

<!-- Briefly describe what you're adding or fixing with this PR -->
<!-- Briefly describe what you're adding or fixing with this PR -->

0 comments on commit d8c028f

Please sign in to comment.