Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
Little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdeichert committed Jan 22, 2020
1 parent 2917888 commit ef15a8d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,3 @@ Closes #{ISSUE}

### Describe the solution
<!-- Add some details about what you did to fix the issue -->



### How to test
<!-- Describe how to test this PR and check the box if you added tests -->

- [ ] Added tests
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ If you're logging a bug, please be as detailed as possible. It's highly recommen

## Submitting Pull Requests

A final decision always must be made by a maintainer within an issue before work begins on a PR for the chosen solution. After a maintainer has signed-off on a solution, please leave a comment if you're interested in tackling it unless someone before you already has indicated so. Pull requests that don't have a corresponding issue may be closed.
If you're tackling a larger feature or bug, please leave a comment on the corresponding issue unless someone before you already has indicated so. If there is no issue yet, please create one so it can be discussed, before you start working on a PR. This is to save you time and energy, and to ensure we're all on the same page with the chosen solution! 🙂

Adding tests is highly recommended, though not always necessary depending on the scope of changes made.

When submitting a pull request, please fill in all of the details within the PR template.




Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,6 @@ Yupp, we need to log those to the console probably! We should check out how the



## Possible future features

* Simple `dist` serving in dev mode
* Auto refresh page after compile/transform




## FAQ

### Why not just use webpack or rollup?
Expand Down Expand Up @@ -170,6 +162,13 @@ Yeah, just run `svelvet` with the `--hydratable` or `--immutable` args to enable



## Possible future features

* Simple `dist` serving in dev mode
* Auto refresh page after compile/transform






Expand Down

0 comments on commit ef15a8d

Please sign in to comment.