Skip to content

Commit

Permalink
chore: Add PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
Efe Gürkan YALAMAN committed Aug 15, 2018
1 parent b303c69 commit a04dbee
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
PLEASE MAKE SURE YOU READ [CONTRIBUTING GUIDELINES](../CONTRIBUTING.md) and [CODE OF CONDUCT](../CODE_OF_CONDUCT.md).

UNLESS IT IS A VERY SMALL CHANGE, CREATE AN ISSUE FIRST FOR DISCUSSION.
** DON'T FORGET TO ADD YOUR CHANGES TO [CHANGELOG.md](../CHANGELOG.md) under
proper category **

i.e:

```
## master
### Features
- [#ISSUEID](https://github.com/trivago/melody/issues/000) Added coffee brewing feature
```

REMOVE THIS AND EDIT THE TEMPLATE BELOW

---

#### Reference issue: [#ISSUEID](https://github.com/trivago/melody/issues/000)

#### What changed in this PR:

Write the description and changes here...

4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## master

### Chore & Maintenance
- Fix rollup config to generate esm properly [#42](https://github.com/trivago/melody/pull/42)
- Added PR template
- Fix rollup config to generate esm properly [#42](https://github.com/trivago/melody/pull/42)

## 1.1.0

### Features
Expand Down

0 comments on commit a04dbee

Please sign in to comment.