Skip to content

Commit

Permalink
40 templates and license (bearmug#43)
Browse files Browse the repository at this point in the history
* bearmug#40 pull request template

* bearmug#40 update rebar3

* bearmug#40 logo kick-off
  • Loading branch information
bearmug authored Sep 15, 2019
1 parent a423bf2 commit 7e4e406
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Pull Request Template

## Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
List any dependencies that are required for this change.

Fixes # (related issue here)

## Type of change

Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes.
Please also list any relevant details for your test configuration

- [ ] Test A
- [ ] Test B

## Checklist:

- [ ] Pull request populated with documentation sections above
- [ ] New code and/or behaviour covered with tests
- [ ] Documentation changes done if required
- [ ] No new dialyzer/linter warnings and broken build
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] Local build passes with `make local`
- [ ] Open pull request [Travis build](https://travis-ci.org/bearmug/erlang-pure-migrations/pull_requests) passing as well
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Erlang ❤ pure database migrations
![](./logo.png)
> PostgreSQL | MySQL version control engine. Applies effects deliberately.
[![Build Status](https://travis-ci.org/bearmug/erlang-pure-migrations.svg?branch=master)](https://travis-ci.org/bearmug/erlang-pure-migrations)
Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rebar3
Binary file not shown.

0 comments on commit 7e4e406

Please sign in to comment.